From 3c74fd2453bd8fe491a790685064f1e84115a1e2 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Mon, 8 Aug 2016 16:05:37 +0100 Subject: [PATCH] [Minor] Give RAMBLER_EMAILBL & URIBL_GREY one_shot = true --- conf/metrics.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/metrics.conf b/conf/metrics.conf index 752499bfc..f8812642d 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -817,10 +817,12 @@ metric { symbol "URIBL_GREY" { weight = 1.5; description = "uribl.com grey url"; + one_shot = true; } symbol "RAMBLER_EMAILBL" { weight = 9.5; description = "rambler.ru emailbl"; + one_shot = true; } symbol "SBL_URIBL" { -- 2.39.5