aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/composites.conf4
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;
}