From: Andrew Lewis Date: Thu, 31 Dec 2015 12:24:41 +0000 (+0200) Subject: Add SURBL_BLOCKED symbol X-Git-Tag: 1.1.0~169^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F464%2Fhead;p=thirdparty%2Frspamd.git Add SURBL_BLOCKED symbol --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 13abc41e67..e2c2b3d06d 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -821,6 +821,11 @@ metric { group { name = "surbl"; + symbol { + weight = 0.0; + description = "SURBL: blocked by policy/overusage"; + name = "SURBL_BLOCKED"; + } symbol { weight = 5.5; description = "SURBL: Phishing sites"; diff --git a/conf/modules.d/surbl.conf b/conf/modules.d/surbl.conf index 9d40ffe545..5549a997af 100644 --- a/conf/modules.d/surbl.conf +++ b/conf/modules.d/surbl.conf @@ -11,6 +11,7 @@ surbl { MW_SURBL_MULTI = 16; PH_SURBL_MULTI = 8; WS_SURBL_MULTI = 4; + SURBL_BLOCKED = 1; } } rule {