Training spamassassin.
August 29, 2003, 05:08 pmThe people I work with enjoy sending out crappy HTML email, which spamassassin frequently identifies as spam. I hadn't previously used it's Bayesian filtering features, but I found out that it's pretty easy to setup:
sa-learn --spam --mbox my_spam_mailbox
sa-learn --ham --mbox not_spam_mailboxes
Yay!