aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlexey AL <AlexeySa@users.noreply.github.com>2016-08-21 14:45:31 +0300
committerGitHub <noreply@github.com>2016-08-21 14:45:31 +0300
commit847684168d1c6c98bc894cbf061cffda5561691f (patch)
tree9c8e8aaaad98b40f9abae734aa1866ab37881171 /conf
parent4e4876ac8d2249b7275f059b0763104a2ba4f1eb (diff)
downloadrspamd-847684168d1c6c98bc894cbf061cffda5561691f.tar.gz
rspamd-847684168d1c6c98bc894cbf061cffda5561691f.zip
Fix Mail.ru forwarding (bad SPF)
Diffstat (limited to 'conf')
-rw-r--r--conf/composites.conf3
1 files changed, 3 insertions, 0 deletions
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)";
}