Archive for the tag 'bayesian'

Howto to spam-protect your python-based blog with bayesian filter.

As severall people, I run into issue with some spammer using my comment system to spam, and post backlinks. (Even using some funny stuffs)
I ‘m already using a good email spam filter: SpamBayes, so I decided to test bayesian filtering for the spam on this blog too.
I decided to give Reverend a try:
from reverend.thomas import [...]

admin November 17th, 2006

SpamBayes server compliant w/ spamassassin

I’m using spambayes for a long time now. But when i decide to install it for all the curent users of my setup (w/ some virtual domains..), i just discover that spambayes don’t have a system-wide deamon like spamassasin (spamd).
So the first try:

install spamassassin :) .. This mail filtering is just a bulshit ! Even [...]

admin April 24th, 2004