diff options
author | mdodd <mdodd@FreeBSD.org> | 2002-09-06 03:40:10 +0800 |
---|---|---|
committer | mdodd <mdodd@FreeBSD.org> | 2002-09-06 03:40:10 +0800 |
commit | 6bf0444cbd6831cb3a8bab573bd6d920cd3b26b7 (patch) | |
tree | f580c7a024efbe598ceccf05136f22e0b83e502f /mail/spamprobe/pkg-descr | |
parent | fde395fc46c8a7fb46593bd54bde843d3a9bef18 (diff) | |
download | freebsd-ports-gnome-6bf0444cbd6831cb3a8bab573bd6d920cd3b26b7.tar.gz freebsd-ports-gnome-6bf0444cbd6831cb3a8bab573bd6d920cd3b26b7.tar.zst freebsd-ports-gnome-6bf0444cbd6831cb3a8bab573bd6d920cd3b26b7.zip |
Spam detector using Bayesian analysis of word counts.
Diffstat (limited to 'mail/spamprobe/pkg-descr')
-rw-r--r-- | mail/spamprobe/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/spamprobe/pkg-descr b/mail/spamprobe/pkg-descr new file mode 100644 index 000000000000..defc38ffb8c5 --- /dev/null +++ b/mail/spamprobe/pkg-descr @@ -0,0 +1,7 @@ +SpamProbe + +Fast, intelligent, automatic spam detector using Bayesian analysis of word +counts in spam and non-spam email. Intended for use with procmail to +filter inbound email. No manual rule creation required. + +WWW: http://sourceforge.net/projects/spamprobe/ |