diff options
author | Peter Müller <peter.mueller@link38.eu> | 2018-05-17 19:11:36 +0200 |
---|---|---|
committer | Peter Müller <peter.mueller@link38.eu> | 2018-05-17 19:11:36 +0200 |
commit | 291afeea369985518dcf63238471d83121bf64ef (patch) | |
tree | f88b82336f41b7bf4cd5bca2ab6f12ed3e669a4a /conf/modules.d | |
parent | 1f6ae62b7e9fefd84102b7063a29555bd32eaa8c (diff) | |
download | rspamd-291afeea369985518dcf63238471d83121bf64ef.tar.gz rspamd-291afeea369985518dcf63238471d83121bf64ef.zip |
add more Spamhaus RBL results to received IPs
Diffstat (limited to 'conf/modules.d')
-rw-r--r-- | conf/modules.d/rbl.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index e92587f8d..8a5b2dab8 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -43,8 +43,12 @@ rbl { from = false; ignore_whitelists = true; returncodes { + RECEIVED_SPAMHAUS_SBL = "127.0.0.2"; + RECEIVED_SPAMHAUS_CSS = "127.0.0.3"; RECEIVED_SPAMHAUS_XBL = ["127.0.0.4", "127.0.0.5", "127.0.0.6", "127.0.0.7"]; + RECEIVED_SPAMHAUS_PBL = ["127.0.0.10", "127.0.0.11"]; + RECEIVED_SPAMHAUS_DROP = "127.0.0.9"; } } |