]> source.dussan.org Git - rspamd.git/commitdiff
[Fix] BAD_REP_POLICIES did not trigger when message was classified as spam by Bayes 4244/head
authorPlayer701 <Player701@users.noreply.github.com>
Fri, 19 Aug 2022 16:47:46 +0000 (19:47 +0300)
committerPlayer701 <Player701@users.noreply.github.com>
Fri, 19 Aug 2022 16:47:46 +0000 (19:47 +0300)
conf/composites.conf

index c750be39add0996302050037b8c543ba3bce2c10..cd03d5fdd4fde944180b9a76c0da16f6265d1fd2 100644 (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;
   }