[Rspamd-Users] Unable to disable rspamd for a recpt

Gerald Galster list+rspamd at gcore.biz
Fri Dec 2 12:38:14 UTC 2022


> It's been 2 days with no answer?

as far as I understand it this is not a commercial support platform
with guaranteed response times ...

>> I'm trying to disable rspamd for a particular user but if I use the example from the documentation it doesn't work.

This is what works for me:

multimap.conf:

WHITELIST_FROM_PRE {
        type = "from";
        map = "https://servername/path_to_whitelist_file.zst";
        regexp = true;
        prefilter = true;
        action = "accept";
}

metrics.conf:
symbol "WHITELIST_FROM_PRE" {
        weight = -1.0;
}


path_to_whitelist_file:
/user\@domain\.com/ WHITELIST_FROM_PRE:0.01

Compressed with zstd after any changes.

--

"prefilter = true" in multimap might be outdated, see
https://lists.rspamd.com/pipermail/users/2022-August/002444.html

Best regards
Gerald


More information about the Users mailing list