From f37c712c6e407a78b13f0dc53772894c9f32bf29 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 13 Jul 2018 18:18:32 +0100 Subject: [PATCH] [Conf] Add RBL_VIRUSFREE RBL --- conf/modules.d/rbl.conf | 10 ++++++++++ conf/scores.d/rbl_group.conf | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index 8a5b2dab8..41d5ac802 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -115,6 +115,16 @@ rbl { DNSWL_BLOCKED = "127.0.0.255"; } } + + # Provided by https://virusfree.cz + virusfree { + symbol = "RBL_VIRUSFREE_UNKNOWN"; + rbl = "bip.virusfree.cz"; + ipv6 = true; + returncodes { + RBL_VIRUSFREE_BLACK = "127.0.0.1"; + } + } } .include(try=true,priority=5) "${DBDIR}/dynamic/rbl.conf" diff --git a/conf/scores.d/rbl_group.conf b/conf/scores.d/rbl_group.conf index be145e350..09ea72414 100644 --- a/conf/scores.d/rbl_group.conf +++ b/conf/scores.d/rbl_group.conf @@ -149,4 +149,9 @@ symbols = { weight = 1.0; description = "Address is listed in Spameatingmonkey RBL (ipv6)"; } + + "RBL_VIRUSFREE_BLACK" { + weight = 2.0; + description = "From address is listed in virusfree.cz BL"; + } } -- 2.39.5