table of contents
other versions
- buster 3.4.2-1+deb10u3
- buster-backports 3.4.4-1~bpo10+1
- testing 3.4.6-1
- unstable 3.4.6-1
- experimental 4.0.0~0.0svn1892135-1
Mail::SpamAssassin::Plugin::Bayes(3pm) | User Contributed Perl Documentation | Mail::SpamAssassin::Plugin::Bayes(3pm) |
NAME¶
Mail::SpamAssassin::Plugin::Bayes - determine spammishness using a Bayesian classifierDESCRIPTION¶
This is a Bayesian-style probabilistic classifier, 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¶
2020-01-31 | perl v5.28.1 |