1Mail::SpamAssassin::BayUesse(r3)Contributed Perl DocumenMtaaitli:o:nSpamAssassin::Bayes(3)
2
3
4
6 Mail::SpamAssassin::Bayes - determine spammishness using a Bayesian
7 classifier
8
10 This is a Bayesian-like form of probability-analysis classification,
11 using an algorithm based on the one detailed in Paul Graham's A Plan
12 For Spam paper at:
13
14 http://www.paulgraham.com/spam.html
15
16 It also incorporates some other aspects taken from Graham Robinson's
17 webpage on the subject at:
18
19 http://radio.weblogs.com/0101454/stories/2002/09/16/spamDetection.html
20
21 And the chi-square probability combiner as described here:
22
23 http://www.linuxjournal.com/print.php?sid=6467
24
25 The results are incorporated into SpamAssassin as the BAYES_* rules.
26
28perl v5.8.8 2008-01-05 Mail::SpamAssassin::Bayes(3)