diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-05-20 18:10:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-20 18:10:57 +0100 |
commit | ae1b483ce0457b05dce04264e25e306444467646 (patch) | |
tree | 8d66549e36ee040d529435193ecf21ffc9040649 /conf | |
parent | 8fb0982059b332bb0eab66ab11b74c52047f73ea (diff) | |
parent | d15ecc5fe17c3359abcf0a67af262b2179720811 (diff) | |
download | rspamd-ae1b483ce0457b05dce04264e25e306444467646.tar.gz rspamd-ae1b483ce0457b05dce04264e25e306444467646.zip |
Merge pull request #2249 from moisseev/forged_recipients
[Minor] Add symbol options for FORGED_RECIPIENTS
Diffstat (limited to 'conf')
-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)"; |