From: Steve Freegard Date: Mon, 4 Apr 2016 16:46:09 +0000 (+0100) Subject: Add URIBL_SBL_CSS X-Git-Tag: 1.2.3~61^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F583%2Fhead;p=rspamd.git Add URIBL_SBL_CSS --- 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 {