From f9dd36d01c539171f3e6c90d49f8b63a895e60b1 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 27 Nov 2015 16:55:41 +0000 Subject: Add config for spamhaus SBL to uribl --- conf/modules.d/surbl.conf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'conf/modules.d') diff --git a/conf/modules.d/surbl.conf b/conf/modules.d/surbl.conf index f52b50a74..731c7fa64 100644 --- a/conf/modules.d/surbl.conf +++ b/conf/modules.d/surbl.conf @@ -31,7 +31,7 @@ surbl { rule { suffix = "dbl.spamhaus.org"; symbol = "DBL"; - options = "noip"; + no_ip = true; ips = { # spam domain DBL_SPAM = "127.0.1.2"; @@ -55,13 +55,21 @@ surbl { DBL_PROHIBIT = "127.0.1.255"; } } + rule { + suffix = "zen.spamhaus.org"; + symbol = "ZEN_URIBL"; + resolve_ip = true; + ips { + URIBL_SBL = "127.0.0.2"; + } + } rule { suffix = "uribl.spameatingmonkey.net"; symbol = "SEM_URIBL_UNKNOWN"; bits { SEM_URIBL = 2; } - options = "noip"; + no_ip = true; } rule { suffix = "fresh15.spameatingmonkey.net"; @@ -69,7 +77,7 @@ surbl { bits { SEM_URIBL_FRESH15 = 2; } - options = "noip"; + no_ip = true; } } @@ -228,4 +236,4 @@ rbl { } } -} \ No newline at end of file +} -- cgit v1.2.3