aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2016-10-20 18:03:44 +0300
committerGitHub <noreply@github.com>2016-10-20 18:03:44 +0300
commit8494a8d2d37f0bf98adbc12e53cc777a19be74cf (patch)
tree0374132faf79b6054c2af3e8352c804cf0595f7f /conf
parentefb617666724d83cd78ea98a1a34c9e71c9a4dcd (diff)
downloadrspamd-8494a8d2d37f0bf98adbc12e53cc777a19be74cf.tar.gz
rspamd-8494a8d2d37f0bf98adbc12e53cc777a19be74cf.zip
[Minor] Limit "surbl" group's max score
Diffstat (limited to 'conf')
-rw-r--r--conf/metrics.conf2
1 files changed, 2 insertions, 0 deletions
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";