]> source.dussan.org Git - rspamd.git/commitdiff
Update composites.conf
authorAlexey AL <AlexeySa@users.noreply.github.com>
Sun, 21 Aug 2016 11:52:41 +0000 (14:52 +0300)
committerGitHub <noreply@github.com>
Sun, 21 Aug 2016 11:52:41 +0000 (14:52 +0300)
conf/composites.conf

index 23c19cded2b8697c6a34714898c406839ee0b884..f57c2fad0f4ba019674db536628c9c0542657ccc 100644 (file)
@@ -24,7 +24,7 @@ composite "FORGED_SENDER_FORWARDING" {
     expression = "FORGED_SENDER & g:forwarding";
 }
 composite "FORWARDING_MAILRU" {
-    expression = "FWD_MAILRU & (R_SPF_SOFTFAIL | R_SPF_FAIL)";
+    expression = "FWD_MAILRU | (FWD_MAILRU & (R_SPF_SOFTFAIL | R_SPF_FAIL))";
 }
 composite "FORGED_SENDER_VERP_SRS" {
     expression = "FORGED_SENDER & (ENVFROM_PRVS | ENVFROM_VERP)";