]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Limit "surbl" group's max score 1061/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Thu, 20 Oct 2016 15:03:44 +0000 (18:03 +0300)
committerGitHub <noreply@github.com>
Thu, 20 Oct 2016 15:03:44 +0000 (18:03 +0300)
conf/metrics.conf

index 2ac9651d6e818f3ccd9e9f19a8dc4431f39f279c..bcd793bdaaad29f6c9c8d45cf4e9dd7d04455095 100644 (file)
@@ -341,6 +341,8 @@ metric {
     }
 
     group "surbl" {
+        max_score = 9.5;
+
         symbol "SURBL_BLOCKED" {
             weight = 0.0;
             description = "SURBL: blocked by policy/overusage";