Nobody's Hero
01-16-2004, 11:19 PM
I set up a linux box as a mail server. I have multiple email accounts which are each polled by fetchmail every 3 minutes. Then I have procmail pipe the messages through spamassassin. I have ipop3d running so I can collect my mail with any pop3 client.
Here is the contents of .procmailrc
:0fw
| /usr/bin/spamassassin
What I want to do is forward all my mail (after it's been passed trough spamassassin) to another email address. The only catch is I still want a copy to be delivered locally. How can I forward a copy of the mail, but still leave a copy locally?
Thanks.
Here is the contents of .procmailrc
:0fw
| /usr/bin/spamassassin
What I want to do is forward all my mail (after it's been passed trough spamassassin) to another email address. The only catch is I still want a copy to be delivered locally. How can I forward a copy of the mail, but still leave a copy locally?
Thanks.