From: Andrew Lewis Date: Mon, 22 Aug 2016 09:07:09 +0000 (+0200) Subject: [Minor] Composite: Remove FORGED_RECIPIENTS if it's forwarding X-Git-Tag: 1.3.4~9^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e158dc398c4b02b3fe5422a91634f867048076b9;p=rspamd.git [Minor] Composite: Remove FORGED_RECIPIENTS if it's forwarding --- diff --git a/conf/composites.conf b/conf/composites.conf index 6c18d7622..5ed69df39 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -26,6 +26,9 @@ composite "FORGED_SENDER_FORWARDING" { composite "SPF_FAIL_FORWARDING" { expression = "g:forwarding & (R_SPF_SOFTFAIL | R_SPF_FAIL)"; } +composite "FORGED_RECIPIENTS_FORWARDING" { + expression = "FORGED_RECIPIENTS & g:forwarding"; +} composite "FORGED_SENDER_VERP_SRS" { expression = "FORGED_SENDER & (ENVFROM_PRVS | ENVFROM_VERP)"; }