diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-10-15 18:08:03 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-10-15 18:08:03 +0100 |
commit | 20337000c76fe3107bb2e8cc62c3e9b0651e29b5 (patch) | |
tree | 14d26d76fb2750728b10aaec1196956dc7f446ab /conf/composites.conf | |
parent | e56f614d40bcc1383c785f7068c8e0053328b0e9 (diff) | |
download | rspamd-20337000c76fe3107bb2e8cc62c3e9b0651e29b5.tar.gz rspamd-20337000c76fe3107bb2e8cc62c3e9b0651e29b5.zip |
[Conf] Extend BAD_POLICIES composite
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 b065e3cae..fc0918e00 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -118,8 +118,8 @@ composites { score = 0.5; } BAD_REP_POLICIES { - description = "Contains valid policies but are also marked by fuzzy/bayes"; - expression = "(~g-:policies) & (-g+:fuzzy | -g+:bayes)"; + description = "Contains valid policies but are also marked by fuzzy/bayes/surbl/rbl"; + expression = "(~g-:policies) & (-g+:fuzzy | -g+:bayes | -g+:surbl | -g+:rbl)"; score = 0.1; } |