From e158dc398c4b02b3fe5422a91634f867048076b9 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Mon, 22 Aug 2016 11:07:09 +0200 Subject: [PATCH] [Minor] Composite: Remove FORGED_RECIPIENTS if it's forwarding --- conf/composites.conf | 3 +++ 1 file changed, 3 insertions(+) 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)"; } -- 2.39.5