summaryrefslogtreecommitdiff
path: root/mail/bogofilter
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
committerjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
commitf1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch)
tree37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /mail/bogofilter
parent37170ce899bdf394cca1d0769b2215d84b15a7ee (diff)
downloadpkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'mail/bogofilter')
-rw-r--r--mail/bogofilter/DESCR28
1 files changed, 14 insertions, 14 deletions
diff --git a/mail/bogofilter/DESCR b/mail/bogofilter/DESCR
index baa9a60ff37..ee797f5cdc1 100644
--- a/mail/bogofilter/DESCR
+++ b/mail/bogofilter/DESCR
@@ -1,20 +1,20 @@
-Bogofilter 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). The program is able to learn from the user's
+Bogofilter 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). The program is able to learn from the user's
classifications and corrections.
-The statistical technique is known as the Bayesian technique and
-its use for spam was first described by Paul Graham in his article
-A Plan For Spam. Gary Robinson, in his weblog Rants, suggests some
-refinements for improved discrimination between spam and ham.
-Bogofilter's primary algorithm uses the f(w) parameter and the
+The statistical technique is known as the Bayesian technique and
+its use for spam was first described by Paul Graham in his article
+A Plan For Spam. Gary Robinson, in his weblog Rants, suggests some
+refinements for improved discrimination between spam and ham.
+Bogofilter's primary algorithm uses the f(w) parameter and the
Fisher inverse chi-square technique that he describes.
-Bogofilter is run by an MDA script to classify an incoming message
-as spam or ham (using wordlists stored by BerkeleyDB). Bogofilter
-provides processing for plain text and html. It supports multi-part
-mime message with decoding of base64, quoted-printable, and
+Bogofilter is run by an MDA script to classify an incoming message
+as spam or ham (using wordlists stored by BerkeleyDB). Bogofilter
+provides processing for plain text and html. It supports multi-part
+mime message with decoding of base64, quoted-printable, and
uuencoded text and ignores attachments, such as images.
-Bogofilter is written in C. Supported platforms: Linux, FreeBSD,
-Solaris, OS X, HP-UX, AIX, ...
+Bogofilter is written in C. Supported platforms: Linux, FreeBSD,
+Solaris, OS X, HP-UX, AIX, ...