[Rspamd] Remove upstream spam check results from mail by fwd hosts

This commit is contained in:
andryyy
2020-04-10 20:54:26 +02:00
parent 14ead5eee6
commit eeea1b393c

View File

@@ -37,3 +37,6 @@ FORGED_W_BAD_POLICY {
RBL_EXCLUDE_FWD_HOST {
expression = "-WHITELISTED_FWD_HOST & ^g:rbl"
}
UPSTREAM_CHECKS_EXCLUDE_FWD_HOST {
expression = "-WHITELISTED_FWD_HOST & (^UNITEDINTERNET_SPAM | ^SPAM_FLAG | ^KLMS_SPAM | ^AOL_SPAM | ^MICROSOFT_SPAM)"
}