procmail
[Top] [All Lists]

echo subject line

1995-10-18 10:52:49
Hi,

I am using the following recipe to extract the subject line:

:0
* ^TOhorder(_at_)ios(_dot_)com
| echo `formail -rt -xSubject"` >> $HOME/file.txt

If the subject line is: test, I got: Re: test in my file: file.txt

How can I remove the: Re:?
I would like to get: test instead of: Re: test.

Thanks in advance.

Steve


<Prev in Thread] Current Thread [Next in Thread>
  • echo subject line, Steve <=