From: Vsevolod Stakhov Date: Mon, 16 Jul 2018 11:55:55 +0000 (+0100) Subject: [Conf] Rename and fix RBL_VIRUSFREE symbol X-Git-Tag: 1.7.9~115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b096b8696b8fd76357befb3c053b726330e8a4b;p=thirdparty%2Frspamd.git [Conf] Rename and fix RBL_VIRUSFREE symbol --- diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index 41d5ac802f..f3373c2ae3 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 09ea72414a..6c48cf3bb5 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"; } }