From: Player701 Date: Fri, 19 Aug 2022 16:47:46 +0000 (+0300) Subject: [Fix] BAD_REP_POLICIES did not trigger when message was classified as spam by Bayes X-Git-Tag: 3.3~65^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F4244%2Fhead;p=rspamd.git [Fix] BAD_REP_POLICIES did not trigger when message was classified as spam by Bayes --- diff --git a/conf/composites.conf b/conf/composites.conf index c750be39a..cd03d5fdd 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -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; }