From 20337000c76fe3107bb2e8cc62c3e9b0651e29b5 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 15 Oct 2018 18:08:03 +0100 Subject: [PATCH] [Conf] Extend BAD_POLICIES composite --- conf/composites.conf | 4 ++-- 1 file 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; } -- 2.39.5