diff options
author | Alexey AL <AlexeySa@users.noreply.github.com> | 2016-08-21 14:54:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-21 14:54:09 +0300 |
commit | 03ceb655ecb249b295d0863ac3cdc46ac9d35b4a (patch) | |
tree | 58a11ad88d28b04f0b24f3f421def7551ca17b13 /conf | |
parent | 7ffc7a9c64e34c638e9b2b05b8012d6d32f56cab (diff) | |
download | rspamd-03ceb655ecb249b295d0863ac3cdc46ac9d35b4a.tar.gz rspamd-03ceb655ecb249b295d0863ac3cdc46ac9d35b4a.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 f57c2fad0..ee8c83ea7 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 | (FWD_MAILRU & (R_SPF_SOFTFAIL | R_SPF_FAIL))"; + expression = "(FWD_MAILRU & (R_SPF_SOFTFAIL | R_SPF_FAIL)) | FWD_MAILRU"; } composite "FORGED_SENDER_VERP_SRS" { expression = "FORGED_SENDER & (ENVFROM_PRVS | ENVFROM_VERP)"; |