From: Alexander Moisseev Date: Thu, 20 Oct 2016 15:03:44 +0000 (+0300) Subject: [Minor] Limit "surbl" group's max score X-Git-Tag: 1.4.0~18^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1061%2Fhead;p=rspamd.git [Minor] Limit "surbl" group's max score --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 2ac9651d6..bcd793bda 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -341,6 +341,8 @@ metric { } group "surbl" { + max_score = 9.5; + symbol "SURBL_BLOCKED" { weight = 0.0; description = "SURBL: blocked by policy/overusage";