Re: auto learn threshold

2009-07-21 Thread Dan Schaefer
Is there a certain rule that is ignored when determining the score SA uses for autolearn? Maybe this? perldoc Mail::SpamAssassin::Plugin::AutoLearnThreshold " Note: SpamAssassin requires at least 3 points from the header, and 3 points from the body to auto-learn as spam.

Re: auto learn threshold

2009-07-21 Thread Bowie Bailey
Dan Schaefer wrote: Clip of /etc/mail/spamassassin/local.cf __ required_score 7 ifplugin Mail::SpamAssassin::Plugin::AutoLearnThreshold bayes_auto_learn_threshold_nonspam 0.1 bayes_auto_learn_threshold_spam 10.0 endif __ Some messages with a SA score of 10

Re: auto learn threshold

2009-07-21 Thread Nuno Fernandes
On Tuesday 21 July 2009 16:16:53 Dan Schaefer wrote: > Clip of /etc/mail/spamassassin/local.cf > __ > required_score 7 > > ifplugin Mail::SpamAssassin::Plugin::AutoLearnThreshold > bayes_auto_learn_threshold_nonspam 0.1 > bayes_auto_learn_threshold_spam 10.0 > endif >

auto learn threshold

2009-07-21 Thread Dan Schaefer
Clip of /etc/mail/spamassassin/local.cf __ required_score 7 ifplugin Mail::SpamAssassin::Plugin::AutoLearnThreshold bayes_auto_learn_threshold_nonspam 0.1 bayes_auto_learn_threshold_spam 10.0 endif __ Some messages with a SA score of 10 or higher are auto-l