procmail
[Top] [All Lists]

Re: header addition at top of procmailrc

1998-10-27 09:55:28
Liviu Daia <daia(_at_)stoilow(_dot_)imar(_dot_)ro> writes:
   Use the filter flag:

      :0 f
      * conditions
      | formail -a "X-blah: ..."

If you're just working with the header, it's more efficient to only
run the header through the filter by adding the 'h' flag to the recipe:

        :0 fh
        * conditions
        | formail -a "X-blah: ..."


Philip Guenther

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