From 847684168d1c6c98bc894cbf061cffda5561691f Mon Sep 17 00:00:00 2001 From: Alexey AL Date: Sun, 21 Aug 2016 14:45:31 +0300 Subject: [PATCH] Fix Mail.ru forwarding (bad SPF) --- conf/composites.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/composites.conf b/conf/composites.conf index edb5d3205..23c19cded 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -23,6 +23,9 @@ composite "FORGED_SENDER_MAILLIST" { composite "FORGED_SENDER_FORWARDING" { expression = "FORGED_SENDER & g:forwarding"; } +composite "FORWARDING_MAILRU" { + expression = "FWD_MAILRU & (R_SPF_SOFTFAIL | R_SPF_FAIL)"; +} composite "FORGED_SENDER_VERP_SRS" { expression = "FORGED_SENDER & (ENVFROM_PRVS | ENVFROM_VERP)"; } -- 2.39.5