]> source.dussan.org Git - rspamd.git/commitdiff
[Conf] Extend BAD_POLICIES composite
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 15 Oct 2018 17:08:03 +0000 (18:08 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 15 Oct 2018 17:08:03 +0000 (18:08 +0100)
conf/composites.conf

index b065e3cae01a2e5f969084dab73d10014d999f9b..fc0918e004cea9aa4c2178e8c6e98d93430372d8 100644 (file)
@@ -118,8 +118,8 @@ composites {
         score = 0.5;
     }
     BAD_REP_POLICIES {
-      description = "Contains valid policies but are also marked by fuzzy/bayes";
-      expression = "(~g-:policies) & (-g+:fuzzy | -g+:bayes)";
+      description = "Contains valid policies but are also marked by fuzzy/bayes/surbl/rbl";
+      expression = "(~g-:policies) & (-g+:fuzzy | -g+:bayes | -g+:surbl | -g+:rbl)";
       score = 0.1;
     }