From 03ceb655ecb249b295d0863ac3cdc46ac9d35b4a Mon Sep 17 00:00:00 2001 From: Alexey AL Date: Sun, 21 Aug 2016 14:54:09 +0300 Subject: [PATCH] Update composites.conf --- conf/composites.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/composites.conf b/conf/composites.conf index f57c2fad0..ee8c83ea7 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -24,7 +24,7 @@ composite "FORGED_SENDER_FORWARDING" { expression = "FORGED_SENDER & g:forwarding"; } composite "FORWARDING_MAILRU" { - expression = "FWD_MAILRU | (FWD_MAILRU & (R_SPF_SOFTFAIL | R_SPF_FAIL))"; + expression = "(FWD_MAILRU & (R_SPF_SOFTFAIL | R_SPF_FAIL)) | FWD_MAILRU"; } composite "FORGED_SENDER_VERP_SRS" { expression = "FORGED_SENDER & (ENVFROM_PRVS | ENVFROM_VERP)"; -- 2.39.5