On Tue, Jun 04, 2002 at 12:57:50AM -0700, AE Roy wrote: > I know that this is kind of off-topic, but I'm asking you folks anyway > because I'm sure you've experienced the same as me. > > I keep getting mail, spam-mail about 40 each day, and I don't know how to > get procmail to handle them. They all have a To:-filed containing some > other address than mine, e.g > To: "`" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > To: <[EMAIL PROTECTED]> > > Especially I get alot of those with a mail address inside <>, how do I get > procmail to handle this.
My solution:
1)
# apt-get install spamassassin
2)
$ cat >> ~/.procmailrc <<EOF
:0fw
| spamassassin -P
:0 H
* X-Spam-Status: Yes*
Mail/spam
EOF
3)
Once a week, go through Mail/spam and search for false positives.
HTH
--
Karl E. Jørgensen
[EMAIL PROTECTED]
www.karl.jorgensen.com
... An rfc2324 advocate
http://www.rfc.net/rfc2324.html
pgpymTCfMLCl9.pgp
Description: PGP signature

