From 7bc189b9a94fc8ad46befe8ff93efe6e86f61b17 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 23 Dec 2013 14:49:53 +0000 Subject: [PATCH] Adjust weights for uribl lists. --- conf/metrics.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/conf/metrics.conf b/conf/metrics.conf index 5e73a1773..79ec73428 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -553,10 +553,15 @@ metric { name = "WS_SURBL_MULTI"; } symbol { - weight = 9.500000; + weight = 4.500000; description = "rambler.ru uribl"; name = "RAMBLER_URIBL"; } + symbol { + weight = 5.500000; + description = "DBL uribl"; + name = "DBL"; + } symbol { weight = 7.5; description = "uribl.com black url"; -- 2.39.5