From: Vsevolod Stakhov Date: Thu, 13 Feb 2014 13:11:26 +0000 (+0000) Subject: Merge pull request #46 from AlexeySa/master X-Git-Tag: 0.7.0~408 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f20ce12288aa5726eb86a86301db7fdedccc850;p=thirdparty%2Frspamd.git Merge pull request #46 from AlexeySa/master Added Spameatingmonkey RBL, URIBL and fresh URIBL --- 3f20ce12288aa5726eb86a86301db7fdedccc850 diff --cc conf/modules.conf index 712671b304,f9d076e7cd..4ad8fc88c3 --- a/conf/modules.conf +++ b/conf/modules.conf @@@ -65,8 -65,26 +65,24 @@@ 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; - default_from = true; rbls {