diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-08-22 09:47:32 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-08-22 09:47:32 +0200 |
commit | 8fd14857aae0da9d659fe1bf3afe7a6e368ec8a1 (patch) | |
tree | 7c78abe1dc28ad4734183f3aa7385bedadf09d9f /conf/composites.conf | |
parent | 0807815a0ae943469cf34bd32b2342b2dbb5c9d4 (diff) | |
download | rspamd-8fd14857aae0da9d659fe1bf3afe7a6e368ec8a1.tar.gz rspamd-8fd14857aae0da9d659fe1bf3afe7a6e368ec8a1.zip |
[Minor] Fix composite (#874)
Diffstat (limited to 'conf/composites.conf')
-rw-r--r-- | conf/composites.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/composites.conf b/conf/composites.conf index ee8c83ea7..6c18d7622 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -23,8 +23,8 @@ 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)) | FWD_MAILRU"; +composite "SPF_FAIL_FORWARDING" { + expression = "g:forwarding & (R_SPF_SOFTFAIL | R_SPF_FAIL)"; } composite "FORGED_SENDER_VERP_SRS" { expression = "FORGED_SENDER & (ENVFROM_PRVS | ENVFROM_VERP)"; |