[Rspamd] Remove positive fuzzy scores from bounces

This commit is contained in:
andryyy
2020-10-20 16:15:02 +02:00
parent 17c7625c11
commit 4155d21392

View File

@@ -44,3 +44,7 @@ WL_FWD_HOST {
UPSTREAM_CHECKS_EXCLUDE_FWD_HOST {
expression = "(-SIEVE_HOST | -WHITELISTED_FWD_HOST) & (^UNITEDINTERNET_SPAM | ^SPAM_FLAG | ^KLMS_SPAM | ^AOL_SPAM | ^MICROSOFT_SPAM)"
}
# Remove fuzzy group from bounces
BOUNCE_FUZZY {
expression = "-BOUNCE & ^g+:fuzzy";
}