Matthias Leisi escribió:
Is there any way to tweak the score used to trigger autolearning for HAM ?
Diego
Ah, SA version is 3.2.1
http://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Plugin_AutoLearnThreshold.html
--- cut ---
The following configuration settings are used to control auto-learning:
bayes_auto_learn_threshold_nonspam n.nn (default: 0.1)
The score threshold below which a mail has to score, to be fed into
SpamAssassin's learning systems automatically as a non-spam message.
--- cut ---
-- Matthias
Thanks, that was what I wanted. I'd searched around but hadn't found
that page.
I included de plugin in init.pre, added the
"bayes_auto_learn_threshold_nonspam" setting in local.cf, upped the
threshold a little bit;
and bayes has already autolearned a couple of hams.
Regards
Diego