Browse Source

Merge pull request #4244 from Player701/FixBadRepPolicies

Fix: BAD_REP_POLICIES does not trigger for Bayes
tags/3.3
Vsevolod Stakhov 1 year ago
parent
commit
5b2051f9f4
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      conf/composites.conf

+ 1
- 1
conf/composites.conf View File

@@ -124,7 +124,7 @@ composites {
}
BAD_REP_POLICIES {
description = "Contains valid policies but are also marked by fuzzy/bayes/surbl/rbl";
expression = "(~g-:policies) & (-g+:fuzzy | -g+:bayes | -g+:surbl | -g+:rbl)";
expression = "(~g-:policies) & (-g+:fuzzy | -g+:statistics | -g+:surbl | -g+:rbl)";
score = 0.1;
}


Loading…
Cancel
Save