2016-06-04 12:35:44 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2019-10-21 13:59:27 +08:00
|
|
|
<!ENTITY bogofilter-download-http "&sourceforge-dl;/bogofilter/bogofilter-&bogofilter-version;.tar.xz">
|
2016-06-04 12:35:44 +08:00
|
|
|
<!ENTITY bogofilter-download-ftp " ">
|
2019-10-21 13:59:27 +08:00
|
|
|
<!ENTITY bogofilter-md5sum "8763f87adfff7b802ced177d8c654539">
|
|
|
|
<!ENTITY bogofilter-size "784 KB">
|
|
|
|
<!ENTITY bogofilter-buildsize "19 MB">
|
2016-06-04 12:35:44 +08:00
|
|
|
<!ENTITY bogofilter-time "0.1 SBU">
|
|
|
|
]>
|
|
|
|
|
2019-06-28 04:55:17 +08:00
|
|
|
<sect1 id="bogofilter" xreflabel="Bogofilter-&bogofilter-version;">
|
2016-06-04 12:35:44 +08:00
|
|
|
<?dbhtml filename="bogofilter.html"?>
|
|
|
|
|
|
|
|
|
|
|
|
<title>Bogofilter-&bogofilter-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="bogofilter">
|
|
|
|
<primary sortas="a-Bogofilter">Bogofilter</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Bogofilter</title>
|
|
|
|
|
|
|
|
<para>
|
2017-01-07 03:03:33 +08:00
|
|
|
The <application>Bogofilter</application> application is a mail filter that classifies
|
2016-06-04 12:35:44 +08:00
|
|
|
mail as spam or ham (non-spam) by a statistical analysis of the message's header and
|
|
|
|
content (body).
|
|
|
|
</para>
|
|
|
|
|
2022-08-25 12:16:34 +08:00
|
|
|
&lfs112_checked;
|
2016-06-04 12:35:44 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&bogofilter-download-http;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&bogofilter-download-ftp;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download MD5 sum: &bogofilter-md5sum;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download size: &bogofilter-size;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated disk space required: &bogofilter-buildsize;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated build time: &bogofilter-time;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Bogofilter Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
|
|
|
<xref linkend="db"/>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
|
|
<para role="recommended">
|
2019-10-21 13:59:27 +08:00
|
|
|
<xref linkend="gsl"/> and
|
|
|
|
<xref linkend="libxml2"/>
|
2016-06-04 12:35:44 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
|
|
<para role="optional">
|
2019-10-21 13:59:27 +08:00
|
|
|
<xref linkend="lmdb"/>,
|
2016-06-04 12:35:44 +08:00
|
|
|
<xref linkend="sqlite"/>,
|
2019-10-21 13:59:27 +08:00
|
|
|
<xref linkend="xmlto"/>,
|
2022-09-08 15:24:29 +08:00
|
|
|
<ulink url="https://dbmx.net/qdbm/">QDBM</ulink> and
|
|
|
|
<ulink url="https://dbmx.net/tokyocabinet/">TokyoCabinet</ulink>
|
2016-06-04 12:35:44 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
If you do not install the recommended <xref linkend="gsl"/> package
|
|
|
|
then a statically linked shipped version will be used instead.
|
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
|
|
|
|
<para condition="html" role="usernotes">
|
|
|
|
User Notes: <ulink url="&blfs-wiki;/bogofilter"/>
|
|
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Bogofilter</title>
|
|
|
|
|
2018-08-17 10:20:56 +08:00
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
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.
|
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
|
2016-06-04 12:35:44 +08:00
|
|
|
<para>
|
|
|
|
Install <application>Bogofilter</application> by running the following
|
|
|
|
commands:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc/bogofilter &&
|
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>
|
2020-02-15 11:01:39 +08:00
|
|
|
To test the results, issue <command>make check</command>.
|
2016-06-04 12:35:44 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<option>--with-database=</option>: This switch allows you to change
|
|
|
|
the default database from db to either qdbm, sqlite3 or tokyocabinet.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>
|
|
|
|
bf_compact, bf_copy, bf_tar, bogofilter, bogolexer, bogotune,
|
|
|
|
bogoupgrade and bogoutil
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
None
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
/etc/bogofilter
|
|
|
|
</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="bf_compact">
|
|
|
|
<term><command>bf_compact</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
creates a more compact bogofilter working directory with a
|
2021-02-19 23:20:16 +08:00
|
|
|
dump/load cycle
|
2016-06-04 12:35:44 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="bogofilter bf_compact">
|
|
|
|
<primary sortas="b-bf_compact">bf_compact</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="bf_copy">
|
|
|
|
<term><command>bf_copy</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
copies a bogofilter working directory to another directory
|
2016-06-04 12:35:44 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="bogofilter bf_copy">
|
|
|
|
<primary sortas="b-bf_copy">bf_copy</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="bf_tar">
|
|
|
|
<term><command>bf_tar</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
bundles a bogofilter working directory in tar format and
|
2021-02-19 23:20:16 +08:00
|
|
|
copies it to standard output
|
2016-06-04 12:35:44 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="bogofilter bf_tar">
|
|
|
|
<primary sortas="b-bf_tar">bf_tar</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="bogofilter-prog">
|
|
|
|
<term><command>bogofilter</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
is a fast Bayesian spam filter
|
2016-06-04 12:35:44 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="bogofilter bogofilter-prog">
|
|
|
|
<primary sortas="b-bogofilter">bogofilter</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="bogolexer">
|
|
|
|
<term><command>bogolexer</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2019-10-21 13:59:27 +08:00
|
|
|
is used to separate messages into tokens and to test new
|
2021-02-19 23:20:16 +08:00
|
|
|
versions of the lexer.l code
|
2016-06-04 12:35:44 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="bogofilter bogolexer">
|
|
|
|
<primary sortas="b-bogolexer">bogolexer</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="bogotune">
|
|
|
|
<term><command>bogotune</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
attempts to find optimum parameter settings for bogofilter
|
2016-06-04 12:35:44 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="bogofilter bogotune">
|
|
|
|
<primary sortas="b-bogotune">bogotune</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="bogoupgrade">
|
|
|
|
<term><command>bogoupgrade</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
upgrades the bogofilter database to the current version
|
2016-06-04 12:35:44 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="bogofilter bogoupgrade">
|
|
|
|
<primary sortas="b-bogoupgrade">bogoupgrade</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="bogoutil">
|
|
|
|
<term><command>bogoutil</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
dumps, loads, and maintains bogofilter database files
|
2016-06-04 12:35:44 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="bogofilter bogoutil">
|
|
|
|
<primary sortas="b-bogoutil">bogoutil</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|