diff options
Diffstat (limited to 'conf/modules.d/rbl.conf')
-rw-r--r-- | conf/modules.d/rbl.conf | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index b8ef44c48..4d6529246 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -269,18 +269,19 @@ rbl { } # Not enabled by default due to privacy concerns! (see also groups.d/surbl_group.conf) - #"SPAMHAUS_ZEN_URIBL" { - # suffix = "zen.spamhaus.org"; - # resolve_ip = true; - # check_emails = 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"; - # } - #} + "SPAMHAUS_ZEN_URIBL" { + enabled = false; + rbl = "zen.spamhaus.org"; + checks = ['emails']; + resolve_ip = true; + returncodes = { + 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"; + } + } "SEM_URIBL_UNKNOWN" { ignore_defaults = true; |