%general-entities; ]> Bogofilter-&bogofilter-version; Bogofilter Introduction to Bogofilter The Bogofilter application is a mail filter that classifies mail as spam or ham (non-spam) by a statistical analysis of the message's header and content (body). &lfs121_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &bogofilter-md5sum; Download size: &bogofilter-size; Estimated disk space required: &bogofilter-buildsize; Estimated build time: &bogofilter-time; Bogofilter Dependencies Recommended , , and Optional , , &berkeley-db;, QDBM and TokyoCabinet If you do not install the recommended package then a statically linked shipped version will be used instead. Installation of Bogofilter If you plan to change the version of your database library on an existing installation, or to change to a different database, read the warning at the top of the RELEASE.NOTES file. Install Bogofilter by running the following commands: ./configure --prefix=/usr \ --sysconfdir=/etc/bogofilter \ --with-database=sqlite3 && make To test the results, issue make check. Now, as the root user: make install Command Explanations --with-database=sqlite3: This switch makes Bogofilter use as the database, instead of Berkeley DB. : This switch also allows to use lmdb, qdbm, or tokyocabinet as the database. Contents Installed Programs Installed Libraries Installed Directories bf_compact, bf_copy, bf_tar, bogofilter, bogolexer, bogotune, bogoupgrade and bogoutil None /etc/bogofilter Short Descriptions bf_compact creates a more compact bogofilter working directory with a dump/load cycle bf_compact bf_copy copies a bogofilter working directory to another directory bf_copy bf_tar bundles a bogofilter working directory in tar format and copies it to standard output bf_tar bogofilter is a fast Bayesian spam filter bogofilter bogolexer is used to separate messages into tokens and to test new versions of the lexer.l code bogolexer bogotune attempts to find optimum parameter settings for bogofilter bogotune bogoupgrade upgrades the bogofilter database to the current version bogoupgrade bogoutil dumps, loads, and maintains bogofilter database files bogoutil