Download List

Project Description

Bogofilter is a Bayesian spam filter. In its normal mode of operation, it takes an email message or other text on standard input, does a statistical check against lists of "good" and "bad" words, and returns a status code indicating whether or not the message is spam. Bogofilter is designed with fast algorithms (including Berkeley DB system), coded directly in C, and tuned for speed, so it can be used for production by sites that process a lot of mail.

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.

2006-07-27 19:55
1.0.3

Several fixes were made. An incompatibility with GNU make 3.81 was resolved. Assorted minor changes were made.
Tags: Stable, Minor bugfixes

2006-07-10 16:02
1.0.2

Output is flushed after writing the spamicity
header to avoid deadlocks in certain
configurations. When the database is near its size
limit, read access is still allowed. Rtable
(verbose) header formatting was made RFC-2822
compliant. BerkeleyDB-related ./configure lockups
on OpenBSD were worked around. The Berkeley DB
file size notice is printed only once per run.
Tags: Stable, Minor bugfixes

2006-01-02 16:04
1.0.1

Some parts of the documentation have been
corrected and cleaned up. A bug in the SQLite3
driver was corrected that could COMMIT rather than
ROLLBACK after an error. The ./configure help
texts have been revised. "make rpm" now includes
SQLite3-based RPMs (easier to use) and provides
shared and semi-static binary RPMs for Linux. A
maintainer support script to build low-dependency
.a (static) versions of BerkeleyDB 4.2.52.4 and
SQLite3.2.8 was added. bogoutil now understands
the -O option to redirect its output.
Tags: Stable, Minor bugfixes

2005-12-02 08:30
1.0.0

Minor FAQ updates and corrections were made. The
configure script aborts if the ar(1) command
cannot be found. Berkeley DB 4.4 is now supported.
Tags: Stable

2005-11-21 15:32
0.96.6

This is a release candidate for 1.0.0. TDB support
was dropped. Unicode (UTF-8 only) support was
added. Berkeley DB transactional store no longer
needs lock table sizing. The SQLite3 driver is
faster now and checks the database library version
to avoid accidents. Some SunOS, IRIX OS, and MIPS
architecture portability fixes were made. Several
important fixes to character set, HTML, binary
attachment, and MIME processing were made. The
shell scripts should now work on any POSIX sh, not
just bash. The "undeclared charset" default is now
ISO-8859-1.
Tags: Stable, Major bugfixes

Project Resources