procmail
[Top] [All Lists]

Re: How to get the actual message?

2002-07-03 18:22:47
PSE-L(_at_)mail(_dot_)professional(_dot_)org (Professional Software 
Engineering) writes:
...
What is the difference in how procmail ACTUALLY invokes these two commands?

BODY=|`formail -I ""`

BODY=`formail -I ""`

Philip?

I assuming you meant
        :0
        BODY=|formail -I ""

for the first of those.

The main difference is that the straight variable assignment is subject to
the LINEBUF limitation, while the variable-capture recipe version isn't.


Philip Guenther
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

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