]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Fix Mail.ru forwarding (bad SPF)
authorAlexey AL <AlexeySa@users.noreply.github.com>
Sun, 21 Aug 2016 11:45:31 +0000 (14:45 +0300)
committerGitHub <noreply@github.com>
Sun, 21 Aug 2016 11:45:31 +0000 (14:45 +0300)
conf/composites.conf

index edb5d32056cdaa2fac7d64564c951f97311857cc..23c19cded2b8697c6a34714898c406839ee0b884 100644 (file)
@@ -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)";
 }