2009/5/4 Karsten Bräckelmann <guent...@rudersport.de>: >> Bear in mind that an email that gets a Bayes score of more than one >> point can't be autolearned as ham. > > Nope, this is wrong. > > The Bayes rules (as well as some other rules) do NOT have any impact on > the auto-learning. In fact, the auto-learner even uses a score-set > without Bayes, to avoid self-feeding. > > http://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Plugin_AutoLearnThreshold.html
Actually it's not wrong. The POD just doesn't match the code, unfortunately. :( (feel like opening a bug?) Yes, the different score set is used to avoid any biasing by the Bayes system for as to whether or not to autolearn, but there's also a check of the Bayes score that was applied (rule score not bayes probability) via https://issues.apache.org/SpamAssassin/show_bug.cgi?id=2865. In short, if the message seems to strongly be ham or spam, don't autolearn it the other way and let train-on-error happen if it is actually wrong.