diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-06-30 07:58:11 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-06-30 07:58:11 +0100 |
commit | ab69bf91c68080c79e2f9288f78a9ce9bcb372d1 (patch) | |
tree | 8a777875f2f9f1d31b0a399332df276e071106cc /conf | |
parent | 99c56f1eeacc33404f14f8d47da60606d1efa7d5 (diff) | |
download | rspamd-ab69bf91c68080c79e2f9288f78a9ce9bcb372d1.tar.gz rspamd-ab69bf91c68080c79e2f9288f78a9ce9bcb372d1.zip |
[Conf] Remove Rambler email bl for now
Diffstat (limited to 'conf')
-rw-r--r-- | conf/metrics.conf | 6 | ||||
-rw-r--r-- | conf/modules.d/rbl.conf | 12 |
2 files changed, 0 insertions, 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" |