Contributed by jose on from the ham-vs-spam dept.
Paul Graham's original "Plan for Spam" piece , which led to the creation of tools like bmf and ifile , works on the principles of Bayesian filtering. Simply put, interesting words are used to classify the email into its category, including "spam or not". He's written down his thoughts on Better Bayesian Filtering which will be worthwhile to study, as well.
Sendmail can be used, in conjunction with Milter , to filter spam during processing. Bogofilter has been adapted as a milter , removing the need for external processing via procmail. Other milters include MailCorral , which can work with SpamAssassin, spasm , a highly configuration spam filter with a variety of options for actions and rule imports, CanIt , yet another milter tie in, and a SpamAssassin milter , removing the need for external SA handling (which can speed things up on a busy server).
All sorts of research goes into spam (it is, after all, a slippery text processing problem), including MEF and even the fruits of the MIT Spam Conference .
(Comments are closed)
By Anonymous Coward () on
Anyone know if bmf is dead? There hasn't been any activity since November.
What other Bayesian filters have you tried? I like how bmf works nicely with procmail. Anything else I should look at?
Comments
By Anonymous Coward () on
The only problem might be the berkeley db stuff. It seemed however to be easy fixed by symlinking db3.h to db.h like this:
ln -s /usr/local/include/db3.h /usr/local/include/db.h After that, just do
configure --with-db=/usr/local
Comments
By Anonymous Coward () on
By Throstur Jonasson () sporri@sporri.net on mailto:sporri@sporri.net
Comments
By mirabile () mirabile@bsdcow.net on http://templeofhate.com/tglaser/MirBSD/
the hRef of my BMF+sendmail tutorial:
http://open.bsdcow.net/tutorials/bmf-sendmail.htm
Please feedback; I'm using it successfully here tho.
Comments
By xsa () xsa@bsdcow.net on http://open.bsdcow.net
http://open.bsdcow.net/tutorials/bmf-sendmail