From f2fc7d92afd86900317699c925dc80b920399664 Mon Sep 17 00:00:00 2001 From: Steve Freegard Date: Mon, 4 Apr 2016 17:46:09 +0100 Subject: [PATCH] Add URIBL_SBL_CSS --- conf/metrics.conf | 11 ++++++++--- conf/modules.d/surbl.conf | 5 +++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/conf/metrics.conf b/conf/metrics.conf index 69f378a12..3669f1cb0 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -1001,14 +1001,19 @@ metric { symbol { weight = 0.0; - description = "ZEN URIBL: Filtered result"; - name = "ZEN_URIBL"; + description = "SBL URIBL: Filtered result"; + name = "SBL_URIBL"; } symbol { weight = 6.5; - description = "Spamhaus SBL dnsbl"; + description = "Spamhaus SBL URIBL"; name = "URIBL_SBL"; } + symbol { + weight = 6.5; + description = "Spamhaus SBL CSS URIBL"; + name = "URIBL_SBL_CSS"; + } } group { diff --git a/conf/modules.d/surbl.conf b/conf/modules.d/surbl.conf index e9411b8c6..2adc1cc27 100644 --- a/conf/modules.d/surbl.conf +++ b/conf/modules.d/surbl.conf @@ -74,11 +74,12 @@ surbl { } } rule { - suffix = "zen.spamhaus.org"; - symbol = "ZEN_URIBL"; + suffix = "sbl.spamhaus.org"; + symbol = "SBL_URIBL"; resolve_ip = true; ips { URIBL_SBL = "127.0.0.2"; + URIBL_SBL_CSS = "127.0.0.3"; } } rule { -- 2.39.5