summaryrefslogtreecommitdiffstats
path: root/conf/modules.conf
diff options
context:
space:
mode:
authorAlexey <AlexeySa@users.noreply.github.com>2014-05-22 17:26:35 -0700
committerAlexey <AlexeySa@users.noreply.github.com>2014-05-22 17:26:35 -0700
commit0e82e96aa9c8f62ce151bd9351c013c596acef9c (patch)
treefb182e8af114a6fa7ceb9469679b467df759658d /conf/modules.conf
parent70950e2b9111d5df15f8e2a581100b9510d3c3c2 (diff)
downloadrspamd-0e82e96aa9c8f62ce151bd9351c013c596acef9c.tar.gz
rspamd-0e82e96aa9c8f62ce151bd9351c013c596acef9c.zip
Add Spamhaus WL
Diffstat (limited to 'conf/modules.conf')
-rw-r--r--conf/modules.conf11
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";