From: Alexey Date: Wed, 12 Feb 2014 16:29:56 +0000 (-0800) Subject: Add Spameatingmonkey RBL and SURBL X-Git-Tag: 0.7.0~408^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f40af671012becfc18fce76789e28e35247f682f;p=thirdparty%2Frspamd.git Add Spameatingmonkey RBL and SURBL --- diff --git a/conf/modules.conf b/conf/modules.conf index 41296b7bf1..f721d760e4 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"; + } + } } }