summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2022-08-20 17:15:47 +0100
committerGitHub <noreply@github.com>2022-08-20 17:15:47 +0100
commit5b2051f9f4cebb48cca0b5b7afce97e520c8006e (patch)
tree0b9a3f3f418e63c4661b19db7ce3b74aea7fc615
parentbfd6f0dba6a5147e7718c816d064260762d37014 (diff)
parent73485446f789538c55449d742b560ab832fda9d5 (diff)
downloadrspamd-5b2051f9f4cebb48cca0b5b7afce97e520c8006e.tar.gz
rspamd-5b2051f9f4cebb48cca0b5b7afce97e520c8006e.zip
Merge pull request #4244 from Player701/FixBadRepPolicies
Fix: BAD_REP_POLICIES does not trigger for Bayes
-rw-r--r--conf/composites.conf2
1 files changed, 1 insertions, 1 deletions
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;
}