From 4885a34d5c32375c248a45a4cf2882741e79cb7f Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Sat, 2 Jan 2016 23:55:12 +0200 Subject: [PATCH] SURBL: Add missing symbols to metric --- conf/metrics.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/conf/metrics.conf b/conf/metrics.conf index 230ee2794..0940721bb 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -857,18 +857,33 @@ metric { name = "RAMBLER_URIBL"; } + symbol { + weight = 0.0; + name = "SEM_URIBL"; + description = "Spameatingmonkey uribl: unknown result"; + } symbol { weight = 3.5; name = "SEM_URIBL"; description = "Spameatingmonkey uribl"; } + symbol { + weight = 0.0; + name = "SEM_URIBL_FRESH15_UNKNOWN"; + description = "Spameatingmonkey Fresh15 uribl: unknown result"; + } symbol { weight = 3.0; name = "SEM_URIBL_FRESH15"; description = "Spameatingmonkey uribl. Domains registered in the last 15 days (.AERO,.BIZ,.COM,.INFO,.NAME,.NET,.PRO,.SK,.TEL,.US)"; } + symbol { + weight = 0.0; + description = "DBL unknown result"; + name = "DBL"; + } symbol { weight = 6.5; description = "DBL uribl spam"; @@ -919,6 +934,11 @@ metric { description = "DBL uribl IP queries prohibited!"; name = "DBL_PROHIBIT"; } + symbol { + weight = 0.0; + description = "uribl.com: unrecognised result"; + name = "URIBL_MULTI"; + } symbol { weight = 7.5; description = "uribl.com black url"; @@ -940,6 +960,11 @@ metric { name = "RAMBLER_EMAILBL"; } + symbol { + weight = 0.0; + description = "ZEN URIBL: Filtered result"; + name = "ZEN_URIBL"; + } symbol { weight = 6.5; description = "Spamhaus SBL dnsbl"; -- 2.39.5