procmail
[Top] [All Lists]

Confusion over how to best append

1997-05-23 09:01:00

I recently saw someone do this in a procmail recipe

:0:
* ^SomeHeader
| $FORMAIL -A"X-SomeHeader: value" >> MailFolder

whereas I was using this:

:0
* ^SomeHeader
{
        :0fhw
        | $FORMAIL -A "X-SomeHeader: value"

        :0:
        MailFolder

}


The first is obviously more elegant... is there any other advantage of
using one over the other?

Thanks again 

TjL

-- 
TjL <luomat(_at_)peak(_dot_)org>   / http://www.peak.org/~luomat/next/ 
"The best things in life are made into inferior 
 versions and bundled with the latest Microsoft systems"
NS/OS users: My 'other sites' page has been entirely reworked



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