From f40af671012becfc18fce76789e28e35247f682f Mon Sep 17 00:00:00 2001 From: Alexey Date: Wed, 12 Feb 2014 08:29:56 -0800 Subject: Add Spameatingmonkey RBL and SURBL --- conf/modules.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'conf') diff --git a/conf/modules.conf b/conf/modules.conf index 41296b7bf..f721d760e 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -65,6 +65,22 @@ surbl { symbol = "DBL"; options = "noip"; } + rule { + suffix = "uribl.spameatingmonkey.net"; + symbol = "SEM_URIBL_UNKNOWN"; + bits { + SEM_URIBL = 2; + } + options = "noip"; + } + rule { + suffix = "fresh15.spameatingmonkey.net"; + symbol = "SEM_URIBL_FRESH15_UNKNOWN"; + bits { + SEM_URIBL_FRESH15 = 2; + } + options = "noip"; + } } rbl { default_received = false; @@ -123,6 +139,17 @@ rbl { RBL_SORBS_ZOMBIE = "127.0.0.9" } } + + sem { + symbol = "RBL_SEM_UNKNOWN"; + rbl = "bl.spameatingmonkey.net"; + ipv4 = true; + ipv6 = true; + unknown = false; + returncodes { + RBL_SEM = "127.0.0.2"; + } + } } } -- cgit v1.2.3