diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-07-16 12:55:55 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-07-16 13:04:14 +0100 |
commit | 1b096b8696b8fd76357befb3c053b726330e8a4b (patch) | |
tree | 95cc2f72eb7ed8578c9fdf95df530eb5d4c43d4f /conf/modules.d | |
parent | dc183dbe67572463edf73b0384baeb8334b62ba0 (diff) | |
download | rspamd-1b096b8696b8fd76357befb3c053b726330e8a4b.tar.gz rspamd-1b096b8696b8fd76357befb3c053b726330e8a4b.zip |
[Conf] Rename and fix RBL_VIRUSFREE symbol
Diffstat (limited to 'conf/modules.d')
-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 41d5ac802..f3373c2ae 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -122,7 +122,7 @@ rbl { rbl = "bip.virusfree.cz"; ipv6 = true; returncodes { - RBL_VIRUSFREE_BLACK = "127.0.0.1"; + RBL_VIRUSFREE_BOTNET = "127.0.0.2"; } } } |