From d15ecc5fe17c3359abcf0a67af262b2179720811 Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Sun, 20 May 2018 18:53:49 +0300 Subject: [PATCH] [Minor] In *_FORWARDING composites remove only weights --- conf/composites.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/composites.conf b/conf/composites.conf index 26496e3ff..fb91d8dfd 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -24,6 +24,7 @@ composites { } FORGED_SENDER_FORWARDING { expression = "FORGED_SENDER & g:forwarding"; + policy = "remove_weight"; } SPF_FAIL_FORWARDING { expression = "g:forwarding & (R_SPF_SOFTFAIL | R_SPF_FAIL)"; @@ -35,6 +36,7 @@ composites { } FORGED_RECIPIENTS_FORWARDING { expression = "FORGED_RECIPIENTS & g:forwarding"; + policy = "remove_weight"; } FORGED_SENDER_VERP_SRS { expression = "FORGED_SENDER & (ENVFROM_PRVS | ENVFROM_VERP)"; -- 2.39.5