Download List

Project Description

This is a mail filter which uses the Bayes algorithm as explained in Paul Graham's article "A Plan for Spam". It aims to be smaller, faster, and more versatile than other filters. The implementation is ANSI C and uses POSIX functions. Supported platforms are (in theory) all POSIX systems. It is independent from external programs and libraries, supports multiple database formats (flat files, libdb, and MySQL), and uses efficient zero-copy processing. SpamAssassin style passthru mode and headers are supported.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-10-07 20:11
0.83

This release contains a major bugfix to the routine that undoes prior
registrations of email (as used in the -S and -N switches). Upgrading
is strongly recommended. Please read the ChangeLog for instructions to
correct errors in your datasets.
Tags: Major bugfixes

2002-10-07 13:23
0.82

This version includes major enhancements to the configure script, support for BSD make, support for libdb1 and libdb4, and more robust argument handling.
Tags: Minor bugfixes

2002-10-04 06:32
0.81

Fixes for return code in passthrough mode and a link problem with MySQL, a new configure script, and several minor tweaks.
Tags: Minor bugfixes

2002-10-03 05:52
0.80

Tags: Initial freshmeat announcement

Project Resources