diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-05-20 18:53:49 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-05-20 18:53:49 +0300 |
commit | d15ecc5fe17c3359abcf0a67af262b2179720811 (patch) | |
tree | b093c68694dcbeffc0c688ae82abd130243adb05 | |
parent | 8418453047c48d35f55b301c638cd04e732a2dc9 (diff) | |
download | rspamd-d15ecc5fe17c3359abcf0a67af262b2179720811.tar.gz rspamd-d15ecc5fe17c3359abcf0a67af262b2179720811.zip |
[Minor] In *_FORWARDING composites remove only weights
-rw-r--r-- | conf/composites.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/composites.conf b/conf/composites.conf index 26496e3ff..fb91d8dfd 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -24,6 +24,7 @@ composites { } FORGED_SENDER_FORWARDING { expression = "FORGED_SENDER & g:forwarding"; + policy = "remove_weight"; } SPF_FAIL_FORWARDING { expression = "g:forwarding & (R_SPF_SOFTFAIL | R_SPF_FAIL)"; @@ -35,6 +36,7 @@ composites { } FORGED_RECIPIENTS_FORWARDING { expression = "FORGED_RECIPIENTS & g:forwarding"; + policy = "remove_weight"; } FORGED_SENDER_VERP_SRS { expression = "FORGED_SENDER & (ENVFROM_PRVS | ENVFROM_VERP)"; |