On 2021-09-21 22:11, Matt Corallo wrote:

"tflags MAILING_LIST_MULTI noautolearn" doesn't seem like quite what I
want, it just reduces the score used to decide whether to learn.
There's some old bugzilla mentions asking for this feature, but it
seems the response was "write a plugin". Is there a plugin available
for this or how would one go about writing one?

https://spamassassin.apache.org/full/3.3.x/doc/Mail_SpamAssassin_Plugin_AutoLearnThreshold.html

set ham learn lower then default with that plugin

# bayes_auto_learn_threshold_nonspam n.nn (default: 0.1)

bayes_auto_learn_threshold_nonspam -10

# bayes_auto_learn_threshold_spam n.nn (default: 12.0)

bayes_auto_learn_threshold_spam 7.5

# bayes_auto_learn_on_error (0 | 1) (default: 0)

bayes_auto_learn_on_error 1

Reply via email to