3/26 In just 30 days of using SpamAssassin, I've noted that it's caught
160 pieces of spam. Is that about average, or am I just getting an
unusually high amount of junk mail?
\_ since June 2002, on my worst account today I'll pass 20,000 spams
caught by ifile, or an average of something over 60 per day. -tom
\_ Ok. I should be thankful with only 5-6/day.
\_ ifile Q: how do I add to my spam corpus without actually
keeping a huge file of spam around?
`ifile.learn.mailbox good $MAIL` starts me off, but is there a
a way to update that and correct mistakes just by moving a
message to the right folder?
\_ http://xtrmntr.org/ORBman/ifile.procmail.html.
mutt folder hooks. -tom
\_ I'm the guy who tried mutt and left a bunch of processes
using 90% CPU. Any pine solutions (even if they don't
work as well)?
\_ do the same thing by hand. pine resists automation.
\_ have two recipes in your .procmailrc:
:0: $HOME/.ifile.lock
* ^Resent-To:.*myusername\+isspam
| ifile.relearn.message inbox spam
:0: $HOME/.ifile.lock
* ^Resent-To:.*myusername\+isinbox
| ifile.relearn.message spam inbox
then have two addressbook entries myusername+isspam
and myusername+isinbox. if a message is
misdirected, then simply (b)ounce the message to
the appropriate address.
\_ great idea, thank you. |