diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-24 12:22:18 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-24 12:22:18 +0100 |
commit | 1a86679574a9fddd6c174d260c8b477834f5677c (patch) | |
tree | ae62710eeaaff9d856f9c4fa56ada10394d14e99 /conf | |
parent | 16d3c5a33e092bd010c027c4854d25ea9fa6375f (diff) | |
download | rspamd-1a86679574a9fddd6c174d260c8b477834f5677c.tar.gz rspamd-1a86679574a9fddd6c174d260c8b477834f5677c.zip |
[Minor] Rbl: Moar fixes to the registration logic
Diffstat (limited to '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 96d442525..caaee4b97 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -28,7 +28,7 @@ rbl { rbls { spamhaus { - symbol = "RBL_SPAMHAUS"; + symbol = "SPAMHAUS"; # Augmented by prefixes rbl = "zen.spamhaus.org"; ipv6 = true; received = true; |