From 0e82e96aa9c8f62ce151bd9351c013c596acef9c Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 22 May 2014 17:26:35 -0700 Subject: [PATCH] Add Spamhaus WL --- conf/modules.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) 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"; -- 2.47.3