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

master
andryyy 2020-04-10 20:54:26 +02:00
parent 14ead5eee6
commit eeea1b393c
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 3 additions and 0 deletions

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)"
}