From: Alexey AL Date: Sun, 21 Aug 2016 11:45:31 +0000 (+0300) Subject: Fix Mail.ru forwarding (bad SPF) X-Git-Tag: 1.3.4~16^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=847684168d1c6c98bc894cbf061cffda5561691f;p=thirdparty%2Frspamd.git Fix Mail.ru forwarding (bad SPF) --- diff --git a/conf/composites.conf b/conf/composites.conf index edb5d32056..23c19cded2 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)"; }