Browse Source

[Fix] BAD_REP_POLICIES did not trigger when message was classified as spam by Bayes

tags/3.3
Player701 1 year ago
parent
commit
73485446f7
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

} }
BAD_REP_POLICIES { BAD_REP_POLICIES {
description = "Contains valid policies but are also marked by fuzzy/bayes/surbl/rbl"; 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; score = 0.1;
} }



Loading…
Cancel
Save