[Rspamd-Users] Disable autolearn per user for spam-reporting mailbox

Stefan Bauer cubewerk at gmail.com
Wed Feb 19 12:57:17 UTC 2020


Hi,

our users should be able to forward spam-mails to our helpdesk, so we
can train the filters better.
How can we disable bayes auto-learning for this recipient-mailbox?

We have

classifier "bayes" {
    tokenizer {
    name = "osb";
    }

    backend = "redis";
    #servers = "127.0.0.1:6379";
    min_tokens = 11;
    min_learns = 200;
    autolearn = [-0.5, 15]

in place. Thank you.

PS: Can we maybe just let the users forward mails to our
spamtrap-addresses or would that be bad, as coming from a legitimate
email?


More information about the Users mailing list