From 84f0c82c1c095842c4d1bf01ae2cf3ec6460f7f4 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Thu, 31 Dec 2015 14:24:41 +0200 Subject: Add SURBL_BLOCKED symbol --- conf/metrics.conf | 5 +++++ conf/modules.d/surbl.conf | 1 + 2 files changed, 6 insertions(+) diff --git a/conf/metrics.conf b/conf/metrics.conf index 13abc41e6..e2c2b3d06 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 9d40ffe54..5549a997a 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 { -- cgit v1.2.3