From: Vsevolod Stakhov Date: Mon, 15 Oct 2018 17:08:03 +0000 (+0100) Subject: [Conf] Extend BAD_POLICIES composite X-Git-Tag: 1.8.1~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=20337000c76fe3107bb2e8cc62c3e9b0651e29b5;p=rspamd.git [Conf] Extend BAD_POLICIES composite --- 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; }