dansroka
11-23-2003, 01:25 PM
The trick to automatically delete email that spamassassin has tagged as spam has been well documented: http://forums.westhost.com/phpBB2/viewtopic.php?t=1204
But as a relative newbie, I stumbled on an alternative to this that I haven't found mentioned before. It is probably obvious to the more-knowledgeable, but it wasn't to me :oops: so I thought I'd pass it on.
I didn't want my spam deleted -- I wanted it sent to a special mailbox that I reserve just for spam. This way, I can easily review the email using IMP or NeoMail for false-positives. So, I first created a new email account, called bulkmail. Then, following the procmail instructions followed above, I redirected the spam to this directory.
So instead of adding this to procmailrc:
:0:
* ^X-Spam-Flag: YES
/dev/null
you add:
:0:
* ^X-Spam-Flag: YES
/var/spool/mail/bulkmail
Now I just log in to my bulkmail@mydomain.com email, and I can review the spam, forward non-spam, etc. This was a big help when I was on the road, and using IMP to check my mail. I get some 100+ spam a day, so within a few days, my inbox was overloaded with mail that Spam Assassin already tagged. This way, it is all forwarded to my bulkmail address for checking on later.
Dan
But as a relative newbie, I stumbled on an alternative to this that I haven't found mentioned before. It is probably obvious to the more-knowledgeable, but it wasn't to me :oops: so I thought I'd pass it on.
I didn't want my spam deleted -- I wanted it sent to a special mailbox that I reserve just for spam. This way, I can easily review the email using IMP or NeoMail for false-positives. So, I first created a new email account, called bulkmail. Then, following the procmail instructions followed above, I redirected the spam to this directory.
So instead of adding this to procmailrc:
:0:
* ^X-Spam-Flag: YES
/dev/null
you add:
:0:
* ^X-Spam-Flag: YES
/var/spool/mail/bulkmail
Now I just log in to my bulkmail@mydomain.com email, and I can review the spam, forward non-spam, etc. This was a big help when I was on the road, and using IMP to check my mail. I get some 100+ spam a day, so within a few days, my inbox was overloaded with mail that Spam Assassin already tagged. This way, it is all forwarded to my bulkmail address for checking on later.
Dan