aboutsummaryrefslogtreecommitdiffstats
path: root/mail/py-spambayes/pkg-descr
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2003-02-03 12:13:32 +0800
committerlioux <lioux@FreeBSD.org>2003-02-03 12:13:32 +0800
commit9cc1fa2415f60710e2aa1007e460e52b4d73fd83 (patch)
treee8b8fcef57f7dd6b757a85ccaa785ce4e8be095d /mail/py-spambayes/pkg-descr
parentce46aac659ddfbc7f4a308c86d335c485b0d3d85 (diff)
downloadfreebsd-ports-gnome-9cc1fa2415f60710e2aa1007e460e52b4d73fd83.tar.gz
freebsd-ports-gnome-9cc1fa2415f60710e2aa1007e460e52b4d73fd83.tar.zst
freebsd-ports-gnome-9cc1fa2415f60710e2aa1007e460e52b4d73fd83.zip
New port spambayes version 1.0.a.1: A Bayesian anti-spam filter
written in Python
Diffstat (limited to 'mail/py-spambayes/pkg-descr')
-rw-r--r--mail/py-spambayes/pkg-descr19
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/py-spambayes/pkg-descr b/mail/py-spambayes/pkg-descr
new file mode 100644
index 000000000000..2495c793cc1d
--- /dev/null
+++ b/mail/py-spambayes/pkg-descr
@@ -0,0 +1,19 @@
+[ excerpt with modifications from developer's site ]
+
+The SpamBayes project is working on developing a Bayesian anti-spam
+filter.
+
+SpamBayes will attempt to classify incoming email messages as 'spam',
+'ham' (good, non-spam email) or 'unsure'. This means you can have
+spam or unsure messages automatically filed away in a different
+mail folder, where it won't interrupt your email reading.
+
+First, SpamBayes must be trained by each user to identify spam and
+ham. Essentially, you show SpamBayes a pile of email that you like
+(ham) and a pile you don't like (spam). SpamBayes will then analyze
+the piles for clues as to what makes the spam and ham different.
+For example; different words, differences in the mailer headers and
+content style. The system then uses these clues to examine new
+messages.
+
+WWW: http://spambayes.sourceforge.net/