]> source.dussan.org Git - rspamd.git/commitdiff
[Conf] Remove Rambler email bl for now
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 30 Jun 2017 06:58:11 +0000 (07:58 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 30 Jun 2017 06:58:11 +0000 (07:58 +0100)
conf/metrics.conf
conf/modules.d/rbl.conf

index 222f790a0c42d7cf90dd8dcf47e861701585443a..2bdb651b6db5c895fa59d3d533643483ba1c9fa9 100644 (file)
@@ -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";
index bdba5761eb063b0ec2fe350a7caa9dd331f317fe..e92587f8dc48f317e17509517c1cb6041bdbeda4 100644 (file)
@@ -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"