procmail
[Top] [All Lists]

RE: Problem using formail

2001-03-30 07:44:26

:0c:
* ^Subject.*somestring
| formail -I"Reply-To:myaddress(_at_)mydomain"

You need to tell procmail that you want to
(f)ilter the (h)eader and (w)ait until the pipe is complete before procmail
continues

No carbon copy or lock-file is necessary, so "c:" is unnecessary.

So that gives us:

fh = filter header
w = wait

:0 fh w
* ^Subject:.*somestring
| formail -I"Reply-To: myaddress(_at_)mydomain"


_______________________________________________
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>