From ab69bf91c68080c79e2f9288f78a9ce9bcb372d1 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 30 Jun 2017 07:58:11 +0100 Subject: [PATCH] [Conf] Remove Rambler email bl for now --- conf/metrics.conf | 6 ------ conf/modules.d/rbl.conf | 12 ------------ 2 files changed, 18 deletions(-) diff --git a/conf/metrics.conf b/conf/metrics.conf index 222f790a0..2bdb651b6 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -387,12 +387,6 @@ metric { description = "uribl.com grey url"; one_shot = true; } - symbol "RAMBLER_EMAILBL" { - weight = 9.5; - description = "rambler.ru emailbl"; - one_shot = true; - } - symbol "SBL_URIBL" { weight = 0.0; description = "SBL URIBL: Filtered result"; diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index bdba5761e..e92587f8d 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -111,18 +111,6 @@ rbl { DNSWL_BLOCKED = "127.0.0.255"; } } - - rambleremails { - symbol = RAMBLER_EMAILBL; - rbl = "email-bl.rambler.ru"; - from = false; - emails = true; - exclude_users = false; - exclude_private_ips = false; - exclude_local = false; - ignore_whitelists = true; - } - } .include(try=true,priority=5) "${DBDIR}/dynamic/rbl.conf" -- 2.39.5