diff options
Diffstat (limited to 'conf/modules.conf')
-rw-r--r-- | conf/modules.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index 6b1ff2b6d..94b4a04b4 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"; |