Quick Spam Filter 1.2.1 review

Download
by rbytes.net on

Quick Spam Filter (QSF) is an Open Source email classification filter

License: Artistic License
File size: 0K
Developer: Andrew Wood
0 stars award from rbytes.net

Quick Spam Filter (QSF) is an Open Source email classification filter. Quick Spam Filter is designed to be small, fast, and accurate, which works to classify incoming email as either spam or non-spam.

To recognise spam, QSF strips the text out of the email (using MIME decoding and HTML stripping) and then splits it into tokens (words, word pairs, URLs, and so on). These tokens are then looked up in a database and analysed using the Bayesian technique to see whether the email should be classified as spam or not.

The database is generated by a process of training - QSF is given two mailboxes, one containing known spam, and the other containing known non-spam, to train itself on. After training, if QSF misfiles any email, the message it got wrong can be fed back into the database, thus making QSF learn from its mistakes.

For a more in-depth look at the way in which QSF tokenises and classifies messages, please see the Technical Details section of the manual.

QSF is designed to be run by an MDA, such as procmail.

Requirements:
gdbm
procmail
MySQL (optional)
SQLite (2.x branch) (optional)

What's New in This Release:
bugfix: concurrent updates now work properly on all backends
developers: "make bigbenchmark" generates graph data for gnuplot

Quick Spam Filter 1.2.1 search tags