From 1b096b8696b8fd76357befb3c053b726330e8a4b Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 16 Jul 2018 12:55:55 +0100 Subject: [PATCH] [Conf] Rename and fix RBL_VIRUSFREE symbol --- conf/modules.d/rbl.conf | 2 +- conf/scores.d/rbl_group.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 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"; } } } diff --git a/conf/scores.d/rbl_group.conf b/conf/scores.d/rbl_group.conf index 09ea72414..6c48cf3bb 100644 --- a/conf/scores.d/rbl_group.conf +++ b/conf/scores.d/rbl_group.conf @@ -150,8 +150,8 @@ symbols = { description = "Address is listed in Spameatingmonkey RBL (ipv6)"; } - "RBL_VIRUSFREE_BLACK" { + "RBL_VIRUSFREE_BOTNET" { weight = 2.0; - description = "From address is listed in virusfree.cz BL"; + description = "Source IP is listed in virusfree.cz BL"; } } -- 2.39.5