From 8494a8d2d37f0bf98adbc12e53cc777a19be74cf Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Thu, 20 Oct 2016 18:03:44 +0300 Subject: [PATCH] [Minor] Limit "surbl" group's max score --- conf/metrics.conf | 2 ++ 1 file changed, 2 insertions(+) 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"; -- 2.39.5