diff options
author | Alexey AL <AlexeySa@users.noreply.github.com> | 2016-08-21 14:52:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-21 14:52:41 +0300 |
commit | 7ffc7a9c64e34c638e9b2b05b8012d6d32f56cab (patch) | |
tree | 994a83041f522ba96fd6d657f4a676323d5c80b7 /conf | |
parent | 847684168d1c6c98bc894cbf061cffda5561691f (diff) | |
download | rspamd-7ffc7a9c64e34c638e9b2b05b8012d6d32f56cab.tar.gz rspamd-7ffc7a9c64e34c638e9b2b05b8012d6d32f56cab.zip |
Update composites.conf
Diffstat (limited to 'conf')
-rw-r--r-- | conf/composites.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/composites.conf b/conf/composites.conf index 23c19cded..f57c2fad0 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -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)"; |