From: Colin Leroy Date: Sun, 27 Aug 2006 10:36:44 +0000 (+0000) Subject: 2006-08-27 [colin] 2.4.0cvs99 X-Git-Tag: rel_2_5_0~124 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=a75fafc93a6efe4f554e4221dc20ffd604f73942 2006-08-27 [colin] 2.4.0cvs99 * manual/faq.xml * manual/plugins.xml Document Bogofilter plugin --- diff --git a/ChangeLog b/ChangeLog index c0a7bee40..8ca4386b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-08-27 [colin] 2.4.0cvs99 + + * manual/faq.xml + * manual/plugins.xml + Document Bogofilter plugin + 2006-08-27 [colin] 2.4.0cvs98 * src/compose.c diff --git a/PATCHSETS b/PATCHSETS index 298ce8e18..ec571c202 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1790,3 +1790,4 @@ ( cvs diff -u -r 1.654.2.1834 -r 1.654.2.1835 configure.ac; cvs diff -u -r 1.8.2.5 -r 1.8.2.6 src/plugins/Makefile.am; diff -u /dev/null src/plugins/bogofilter/.cvsignore; diff -u /dev/null src/plugins/bogofilter/Makefile.am; diff -u /dev/null src/plugins/bogofilter/bogofilter.c; diff -u /dev/null src/plugins/bogofilter/bogofilter.h; diff -u /dev/null src/plugins/bogofilter/bogofilter_gtk.c; ) > 2.4.0cvs96.patchset ( cvs diff -u -r 1.16.2.37 -r 1.16.2.38 src/msgcache.c; cvs diff -u -r 1.395.2.235 -r 1.395.2.236 src/summaryview.c; cvs diff -u -r 1.13.2.19 -r 1.13.2.20 src/common/plugin.c; cvs diff -u -r 1.5.2.6 -r 1.5.2.7 src/common/plugin.h; cvs diff -u -r 1.1.2.4 -r 1.1.2.5 src/common/timing.h; cvs diff -u -r 1.13.2.22 -r 1.13.2.23 src/plugins/clamav/clamav_plugin.c; cvs diff -u -r 1.13.2.7 -r 1.13.2.8 src/plugins/demo/demo.c; cvs diff -u -r 1.12.2.13 -r 1.12.2.14 src/plugins/dillo_viewer/dillo_viewer.c; cvs diff -u -r 1.1.2.9 -r 1.1.2.10 src/plugins/pgpcore/plugin.c; cvs diff -u -r 1.1.2.16 -r 1.1.2.17 src/plugins/pgpinline/pgpinline.c; cvs diff -u -r 1.1.2.37 -r 1.1.2.38 src/plugins/pgpmime/pgpmime.c; cvs diff -u -r 1.18.2.36 -r 1.18.2.37 src/plugins/spamassassin/spamassassin.c; cvs diff -u -r 1.14.2.36 -r 1.14.2.37 src/plugins/trayicon/trayicon.c; ) > 2.4.0cvs97.patchset ( cvs diff -u -r 1.382.2.304 -r 1.382.2.305 src/compose.c; cvs diff -u -r 1.94.2.99 -r 1.94.2.100 src/messageview.c; cvs diff -u -r 1.150.2.75 -r 1.150.2.76 src/procmsg.c; cvs diff -u -r 1.60.2.33 -r 1.60.2.34 src/procmsg.h; ) > 2.4.0cvs98.patchset +( cvs diff -u -r 1.1.2.10 -r 1.1.2.11 manual/faq.xml; cvs diff -u -r 1.1.2.14 -r 1.1.2.15 manual/plugins.xml; ) > 2.4.0cvs99.patchset diff --git a/configure.ac b/configure.ac index 25fb26f50..3783a2573 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=4 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=98 +EXTRA_VERSION=99 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/manual/faq.xml b/manual/faq.xml index ca80e032c..40349718a 100644 --- a/manual/faq.xml +++ b/manual/faq.xml @@ -51,7 +51,8 @@
Does Sylpheed-Claws have an anti-spam feature? - Yes. It has a SpamAssassin plugin. You can find details of it on the + Yes. It has a SpamAssassin and a Bogofilter plugin. You can find + details of it on the Extending Sylpheed-Claws chapter. diff --git a/manual/plugins.xml b/manual/plugins.xml index 69660188d..71368e756 100644 --- a/manual/plugins.xml +++ b/manual/plugins.xml @@ -21,6 +21,35 @@ In this case, search for the plugin in your package manager. + + Bogofilter + + + The Bogofilter plugin comes with two major features: + + The ability to scan incoming mail received from a POP, IMAP or LOCAL + account using Bogofilter. It can optionally delete mail identified + as spam or save it to a designated folder. Mail scanning can be turned + off. + + The ability for users to teach Bogofilter to recognise spam or ham. + You can train Bogofilter by marking messages as spam or ham from the + Message List contextual menu, or using the relevant toolbar button in + the main window or the message window (see + Configuration/Preferences/Customize toolbars). Messages + marked as spam are optionally saved to a designated folder. + + Plugin preferences can be found in + Configuration/Preferences/Plugins/Bogofilter. + + Bogofilter's advantage over Spamassassin is its speed. + + Bogofilter is available from http://bogofilter.sourceforge.net/. + + + Clam Antivirus @@ -81,6 +110,10 @@ Plugin preferences can be found in Configuration/Preferences/Plugins/SpamAssassin. + SpamAssassin's advantage over Bogofilter is that it's not only a bayesian + filter, but it also performs various local and network tests to + determine spaminess. + SpamAssassin is available from http://spamassassin.apache.org/. Version 3.1.x or higher is