Procmail recipe
Gregory Carter <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.user |
|---|---|
| Message-ID | <[email protected]> |
Hi everyone, I am soliciting procmail recipes for various was to construct lists for a given mail box to forward too. I currently have this one: :0 * ^(From|Cc|To).*gcarter ! [email protected] Now, the above works great for one forwarding address, but what I really need is something that does more than one forward. I tried just adding another ! email@address below the existing one, but it doesn't work. i.e. ! [email protected] ! [email protected] ! [email protected] So, if you have a procmail recipe that can do the above I would love if you could post it to the list. Meanwhile, back to learning procmail! :-) -gc