mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-22 17:49:46 +00:00
[Rspamd] Remove upstream spam check results from mail by fwd hosts
This commit is contained in:
parent
14ead5eee6
commit
eeea1b393c
1 changed files with 3 additions and 0 deletions
|
|
@ -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)"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue