source: gnome/applications/bogofilter.xml@ 201fca3d

gnome
Last change on this file since 201fca3d was 0d21fc34, checked in by Christopher Gregory <cjg@…>, 10 years ago

Added new pages bogofilter evolution gthkhtml highlight and new perlmodule spamassassin

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13375 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY bogofilter-download-http
8 "http://sourceforge.net/projects/bogofilter/files/bogofilter-stable/bogofilter-1.2.4/bogofilter-&bogofilter-version;.tar.gz">
9 <!ENTITY bogofilter-download-ftp " ">
10 <!ENTITY bogofilter-md5sum "6ce27a692d2d4881e9898f3798dcf91c">
11 <!ENTITY bogofilter-size "1.9 MB">
12 <!ENTITY bogofilter-buildsize "40 MB">
13 <!ENTITY bogofilter-time "0.5 SBU">
14]>
15
16<sect1 id="bogofilter" xreflabel="bogofilter-&bogofilter-version;">
17 <?dbhtml filename="bogofilter.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>bogofilter-&bogofilter-version;</title>
25
26 <indexterm zone="bogofilter">
27 <primary sortas="a-bogofilter">bogofilter</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Bogofilter</title>
32
33 <para>
34 The<application>Bogofilter</application> application is a mail filter that classifies mail as spam or ham
35 (non-spam) by a statistical analysis of the message's header and content (body).
36 The program is able to learn from the user's classifications and corrections.
37
38 Bogofilter is or can be integrated with graphical mailers, such as KDE's KMail, GNOME's Evolution or Claws Mail
39 (formerly known as Sylpheed-Claws), or it is run by a mail delivery agent (maildrop, procmail) script
40 to classify an incoming message as spam or ham (using wordlists stored by BerkeleyDB).
41 Bogofilter provides processing for plain text and HTML. It supports multi-part MIME messages with decoding
42 of base64, quoted-printable, and uuencoded text and ignores attachments, such as images.
43 </para>
44
45 &lfs75_checked;
46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>
51 Download (HTTP): <ulink url="&bogofilter-download-http;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download (FTP): <ulink url="&bogofilter-download-ftp;"/>
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download MD5 sum: &bogofilter-md5sum;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Download size: &bogofilter-size;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated disk space required: &bogofilter-buildsize;
72 </para>
73 </listitem>
74 <listitem>
75 <para>
76 Estimated build time: &bogofilter-time;
77 </para>
78 </listitem>
79 </itemizedlist>
80
81 <bridgehead renderas="sect3">bogofilter Dependencies</bridgehead>
82
83 <bridgehead renderas="sect4">Required</bridgehead>
84 <para role="required">
85 <xref linkend="db"/>, or
86 <xref linkend="sqlite"/>
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/bogofilter"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of bogofilter</title>
96
97 <para>
98 Install <application>bogofilter</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr \
103 --sysconfdir=/etc \
104 --libexecdir=/usr/lib/bogofilter &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 To test the results, issue: <command>make -k check</command>. Two
109 tests may fail due to problems with the tests.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <para>
123 <option>--disable-gtk2</option>: This switch disables building
124 of the <application>GTK+ 2</application> immodule. Use it if
125 you have not installed <application>GTK+ 2</application>.
126 </para>
127
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/gtk-doc-rebuild.xml"/>
130
131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Programs</segtitle>
138 <segtitle>Installed Library</segtitle>
139 <segtitle>Installed Directories</segtitle>
140
141 <seglistitem>
142 <seg>
143 bogofilter, bogofilter-daemon, and bogofilter-setup
144 </seg>
145 <seg>
146 libbogofilter-1.0.so and im-bogofilter.so
147 (<application>GTK+ Immodule</application>)
148 </seg>
149 <seg>
150 /etc/dconf/db/bogofilter.d,
151 /usr/include/bogofilter-1.0,
152 /usr/lib/bogofilter,
153 /usr/share/gtk-doc/html/bogofilter, and
154 /usr/share/bogofilter
155 </seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="bogofilter-daemon">
165 <term><command>bogofilter-daemon</command></term>
166 <listitem>
167 <para>
168 is the Intelligent Input Bus Daemon.
169 </para>
170 <indexterm zone="bogofilter bogofilter-daemon">
171 <primary sortas="b-bogofilter-daemon">bogofilter-daemon</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="bogofilter-setup">
177 <term><command>bogofilter-setup</command></term>
178 <listitem>
179 <para>
180 is the <application>GTK+</application> program used to configure
181 the <command>bogofilter-daemon</command>.
182 </para>
183 <indexterm zone="bogofilter bogofilter-setup">
184 <primary sortas="b-bogofilter-setup">bogofilter-setup</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="libbogofilter-1.0">
190 <term><filename class="libraryfile">libbogofilter-1.0.so</filename></term>
191 <listitem>
192 <para>
193 contains <application>bogofilter</application> API functions.
194 </para>
195 <indexterm zone="bogofilter libbogofilter-1.0">
196 <primary sortas="c-libbogofilter-1.0">libbogofilter-1.0.so</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 </variablelist>
202
203 </sect2>
204
205</sect1>
Note: See TracBrowser for help on using the repository browser.