%general-entities; ]> $LastChangedBy$ $Date$ 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). &lfs90_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 Required Recommended and Optional , , , QDBM and TokyoCabinet If you do not install the recommended package then a statically linked shipped version will be used instead. User Notes: 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 && make This application does not come with a test suite. Now, as the root user: make install Command Explanations : This switch allows you to change the default database from db to either qdbm, sqlite3 or tokyocabinet. 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