From: Alexey Date: Fri, 23 May 2014 00:26:35 +0000 (-0700) Subject: Add Spamhaus WL X-Git-Tag: 0.7.0~208^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e82e96aa9c8f62ce151bd9351c013c596acef9c;p=thirdparty%2Frspamd.git Add Spamhaus WL --- diff --git a/conf/modules.conf b/conf/modules.conf index 6b1ff2b6d8..94b4a04b4e 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -108,6 +108,17 @@ rbl { received = true; from = false; } + + spamhaus_swl { + symbol = "RWL_SPAMHAUS_WL"; + rbl = "swl.spamhaus.org"; + returncodes { + RWL_SPAMHAUS_WL_IND = "127.0.2.2"; + RWL_SPAMHAUS_WL_TRANS = "127.0.2.3"; + RWL_SPAMHAUS_WL_IND_EXP = "127.0.2.102"; + RWL_SPAMHAUS_WL_TRANS_EXP = "127.0.2.103"; + } + } mailspike { symbol = "RBL_MAILSPIKE";