aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.d/surbl.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/modules.d/surbl.conf')
-rw-r--r--conf/modules.d/surbl.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/modules.d/surbl.conf b/conf/modules.d/surbl.conf
index 6973e7bef..f8c046aa9 100644
--- a/conf/modules.d/surbl.conf
+++ b/conf/modules.d/surbl.conf
@@ -87,12 +87,15 @@ EOD;
}
}
- "SBL_URIBL" {
- suffix = "sbl.spamhaus.org";
+ "SPAMHAUS_ZEN_URIBL" {
+ suffix = "zen.spamhaus.org";
resolve_ip = true;
ips {
URIBL_SBL = "127.0.0.2";
URIBL_SBL_CSS = "127.0.0.3";
+ URIBL_XBL = ["127.0.0.4", "127.0.0.5", "127.0.0.6", "127.0.0.7"];
+ URIBL_PBL = ["127.0.0.10", "127.0.0.11"];
+ URIBL_DROP = "127.0.0.9";
}
}