procmail
[Top] [All Lists]

Re: help with extraction recipe

2007-10-12 08:04:59
On 10/12/07, Terry <td3201(_at_)gmail(_dot_)com> wrote:
:0
SUBJECT=`formail -xSubject:`
| /usr/lib/processmail "$SUBJECT"

You can't put an assignment after the :0 like that.  You get exactly
one line of action in each recipe.

SUBJECT=`formail -xSubject:`
:0
| /usr/lib/processmail "$SUBJECT"
____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>