From: Vsevolod Stakhov Date: Fri, 13 Jul 2018 17:18:32 +0000 (+0100) Subject: [Conf] Add RBL_VIRUSFREE RBL X-Git-Tag: 1.7.9~124 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f37c712c6e407a78b13f0dc53772894c9f32bf29;p=rspamd.git [Conf] Add RBL_VIRUSFREE RBL --- 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"; + } }