From: Andrew Lewis Date: Wed, 14 Dec 2016 11:42:28 +0000 (+0200) Subject: [Backport] Changes to DMARC_POLICY_ALLOW_WITH_FAILURES X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1261%2Fhead;p=thirdparty%2Frspamd.git [Backport] Changes to DMARC_POLICY_ALLOW_WITH_FAILURES --- diff --git a/conf/composites.conf b/conf/composites.conf index d2e71bedf8..93b72cb102 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -28,6 +28,7 @@ composite "SPF_FAIL_FORWARDING" { } composite "DMARC_POLICY_ALLOW_WITH_FAILURES" { expression = "DMARC_POLICY_ALLOW & (R_SPF_SOFTFAIL | R_SPF_FAIL | R_DKIM_REJECT)"; + policy = "remove_weight"; } composite "FORGED_RECIPIENTS_FORWARDING" { expression = "FORGED_RECIPIENTS & g:forwarding";