From a5f0cf7c88fd4b678899bcc927a64d6bf2c1cbbe Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Sun, 3 Jan 2016 18:37:10 +0200 Subject: [PATCH] Add URIBL_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 0940721bb..386e83e6a 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -939,6 +939,11 @@ metric { description = "uribl.com: unrecognised result"; name = "URIBL_MULTI"; } + symbol { + weight = 0.0; + description = "uribl.com: query refused"; + name = "URIBL_BLOCKED"; + } symbol { weight = 7.5; description = "uribl.com black url"; diff --git a/conf/modules.d/surbl.conf b/conf/modules.d/surbl.conf index ed233ea9e..69e500d0a 100644 --- a/conf/modules.d/surbl.conf +++ b/conf/modules.d/surbl.conf @@ -19,6 +19,7 @@ surbl { suffix = "multi.uribl.com"; symbol = "URIBL_MULTI"; bits { + URIBL_BLOCKED = 1; URIBL_BLACK = 2; URIBL_GREY = 4; URIBL_RED = 8; -- 2.39.5