diff options
author | heraklit256 <37872459+heraklit256@users.noreply.github.com#> | 2018-08-27 18:19:50 +0200 |
---|---|---|
committer | heraklit256 <37872459+heraklit256@users.noreply.github.com#> | 2018-08-27 18:19:50 +0200 |
commit | c7cc0400eacf18141a2556d2d9d53692cfefbda8 (patch) | |
tree | 3f852211227b5a18ac8628e5b7e9b5f91ca9c146 /conf/modules.d/rbl.conf | |
parent | d0c411efd03829a3caa71fca55170136531f0fb2 (diff) | |
download | rspamd-c7cc0400eacf18141a2556d2d9d53692cfefbda8.tar.gz rspamd-c7cc0400eacf18141a2556d2d9d53692cfefbda8.zip |
adjust Spamhaus group name for received IPs
Diffstat (limited to 'conf/modules.d/rbl.conf')
-rw-r--r-- | conf/modules.d/rbl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index f3373c2ae..6f9047d03 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -35,7 +35,7 @@ rbl { } } - spamhaus_xbl { + spamhaus_received { symbol = "RECEIVED_SPAMHAUS"; rbl = "zen.spamhaus.org"; ipv6 = true; |