source: gnome/applications/bogofilter.xml@ 1355fcb

gnome
Last change on this file since 1355fcb was 8b7a4ddd, checked in by Christopher Gregory <cjg@…>, 10 years ago

Changed configure options on accountsservice bogofilter gnome-clocks pages added systemd notes to udisks2 page

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

  • Property mode set to 100644
File size: 6.6 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"/>, or
87 <ulink url="http://fallabs.com/qdbm/">qdbm</ulink>
88 </para>
89
90 <bridgehead renderas="sect4">Recommended</bridgehead>
91 <para role="recommended">
92 <xref linkend="gsl"/>
93 </para>
94
95 <note>
96 <para>
97 If you do not install the recommended <application>gsl</application>
98 then a statically linked shipped version will be used instead.
99 </para>
100 </note>
101
102 <para condition="html" role="usernotes">
103 User Notes: <ulink url="&blfs-wiki;/bogofilter"/>
104 </para>
105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of bogofilter</title>
109
110 <para>
111 Install <application>bogofilter</application> by running the following
112 commands:
113 </para>
114
115<screen><userinput>./configure --prefix=/usr &amp;&amp;
116make</userinput></screen>
117
118 <para>
119 This application does not come with a test suite.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <para>
133 <option>--with-database=</option>: This switch allows you to change
134 the default database from db to either qdbm or sqlite.
135 </para>
136
137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="../../xincludes/gtk-doc-rebuild.xml"/>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Programs</segtitle>
147 <segtitle>Installed Library</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>
152 bogofilter, bogofilter-daemon, and bogofilter-setup
153 </seg>
154 <seg>
155 libbogofilter-1.0.so and im-bogofilter.so
156 (<application>GTK+ Immodule</application>)
157 </seg>
158 <seg>
159 /etc/dconf/db/bogofilter.d,
160 /usr/include/bogofilter-1.0,
161 /usr/lib/bogofilter,
162 /usr/share/gtk-doc/html/bogofilter, and
163 /usr/share/bogofilter
164 </seg>
165 </seglistitem>
166 </segmentedlist>
167
168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
172
173 <varlistentry id="bogofilter-daemon">
174 <term><command>bogofilter-daemon</command></term>
175 <listitem>
176 <para>
177 is the Intelligent Input Bus Daemon.
178 </para>
179 <indexterm zone="bogofilter bogofilter-daemon">
180 <primary sortas="b-bogofilter-daemon">bogofilter-daemon</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="bogofilter-setup">
186 <term><command>bogofilter-setup</command></term>
187 <listitem>
188 <para>
189 is the <application>GTK+</application> program used to configure
190 the <command>bogofilter-daemon</command>.
191 </para>
192 <indexterm zone="bogofilter bogofilter-setup">
193 <primary sortas="b-bogofilter-setup">bogofilter-setup</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="libbogofilter-1.0">
199 <term><filename class="libraryfile">libbogofilter-1.0.so</filename></term>
200 <listitem>
201 <para>
202 contains <application>bogofilter</application> API functions.
203 </para>
204 <indexterm zone="bogofilter libbogofilter-1.0">
205 <primary sortas="c-libbogofilter-1.0">libbogofilter-1.0.so</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 </variablelist>
211
212 </sect2>
213
214</sect1>
Note: See TracBrowser for help on using the repository browser.