Browse Source

[Conf] Extend BAD_POLICIES composite

tags/1.8.1
Vsevolod Stakhov 5 years ago
parent
commit
20337000c7
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      conf/composites.conf

+ 2
- 2
conf/composites.conf View File

@@ -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;
}


Loading…
Cancel
Save