|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
Mail::SpamAssassin::Bayes(3) User Contributed Perl Documentation Mail::SpamAssassin::Bayes(3)
NAME
Mail::SpamAssassin::Bayes - determine spammishness using a Bayesian classifier
DESCRIPTION
This is a Bayesian-like form of probability-analysis classification, using an algorithm based on the
one detailed in Paul Graham's A Plan For Spam paper at:
http://www.paulgraham.com/spam.html
It also incorporates some other aspects taken from Graham Robinson's webpage on the subject at:
http://radio.weblogs.com/0101454/stories/2002/09/16/spamDetection.html
And the chi-square probability combiner as described here:
http://www.linuxjournal.com/print.php?sid=6467
The results are incorporated into SpamAssassin as the BAYES_* rules.
METHODS
perl v5.8.8 2007-05-21 Mail::SpamAssassin::Bayes(3)
|
|