From: Andrew Lewis Date: Sun, 3 Jan 2016 16:37:10 +0000 (+0200) Subject: Add URIBL_BLOCKED symbol X-Git-Tag: 1.1.0~146^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F470%2Fhead;p=thirdparty%2Frspamd.git Add URIBL_BLOCKED symbol --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 0940721bb2..386e83e6a6 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 ed233ea9e9..69e500d0ae 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;