From: Alexander Moisseev Date: Sun, 20 May 2018 15:53:49 +0000 (+0300) Subject: [Minor] In *_FORWARDING composites remove only weights X-Git-Tag: 1.7.6~121^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2249%2Fhead;p=rspamd.git [Minor] In *_FORWARDING composites remove only weights --- 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)";