Skip to content

Commit

Permalink
Merge pull request #4244 from Player701/FixBadRepPolicies
Browse files Browse the repository at this point in the history
Fix: BAD_REP_POLICIES does not trigger for Bayes
  • Loading branch information
vstakhov committed Aug 20, 2022
2 parents bfd6f0d + 7348544 commit 5b2051f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/composites.conf
Expand Up @@ -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;
}

Expand Down

0 comments on commit 5b2051f

Please sign in to comment.