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