From: Andrew Lewis Date: Tue, 4 Oct 2016 11:26:54 +0000 (+0200) Subject: [Minor] Avoid removing SPF failure symbols in composite X-Git-Tag: 1.4.0~322^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1003%2Fhead;p=rspamd.git [Minor] Avoid removing SPF failure symbols in composite --- diff --git a/conf/composites.conf b/conf/composites.conf index 40b495918..dc72ec15f 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -25,6 +25,7 @@ composite "FORGED_SENDER_FORWARDING" { } composite "SPF_FAIL_FORWARDING" { expression = "g:forwarding & (R_SPF_SOFTFAIL | R_SPF_FAIL)"; + policy = "remove_weight"; } composite "DMARC_POLICY_ALLOW_WITH_FAILURES" { expression = "DMARC_POLICY_ALLOW & (R_SPF_SOFTFAIL | R_SPF_FAIL | R_DKIM_REJECT)";