From a9b337089e84202ee7b0684ea4d7f058c93331fd Mon Sep 17 00:00:00 2001 From: Anton Yuzhaninov Date: Fri, 10 Oct 2014 19:51:32 +0400 Subject: [PATCH] Config: improve SURBL symbols descriptions --- conf/metrics.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/metrics.conf b/conf/metrics.conf index 8e90c97e0..0c3bb5800 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -575,32 +575,32 @@ metric { } symbol { weight = 5.500000; - description = "Phishing and malware sites"; + description = "SURBL: Phishing and malware sites"; name = "PH_SURBL_MULTI"; } symbol { weight = 5.500000; - description = "Outblaze URI Blacklist"; + description = "SURBL: Outblaze URI Blacklist"; name = "OB_SURBL_MULTI"; } symbol { weight = 5.500000; - description = "AbuseButler web sites"; + description = "SURBL: AbuseButler web sites"; name = "AB_SURBL_MULTI"; } symbol { weight = 5.500000; - description = "SpamCop web sites"; + description = "SURBL: SpamCop web sites"; name = "SC_SURBL_MULTI"; } symbol { weight = 5.500000; - description = "jwSpamSpy + Prolocation sites"; + description = "SURBL: jwSpamSpy + Prolocation sites"; name = "JP_SURBL_MULTI"; } symbol { weight = 5.500000; - description = "sa-blacklist web sites "; + description = "SURBL: sa-blacklist web sites "; name = "WS_SURBL_MULTI"; } symbol { -- 2.39.5