From 38d3686269f90f106a8953ba1b1a3b88d24ce6bd Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Tue, 4 Oct 2016 13:26:54 +0200 Subject: [Minor] Avoid removing SPF failure symbols in composite --- conf/composites.conf | 1 + 1 file changed, 1 insertion(+) 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)"; -- cgit v1.2.3