On 8/15/2012 5:28 PM, JP Kelly wrote:
Dumb question:
How can I set the autolearn thresholds?
perldoc Mail::SpamAssassin::Plugin::AutoLearnThreshold
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.
bayes_auto_learn_threshold_spam n.nn (default: 12.0)
The score threshold above which a mail has to score, to be
fed into
SpamAssassin's learning systems automatically as a spam message.
Note: SpamAssassin requires at least 3 points from the
header, and
3 points from the body to auto-learn as spam. Therefore, the
minimum working value for this option is 6.
Regards,
KAM