From c0902fb95276d35933174f15147ce461711f43c9 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 23 Dec 2013 12:23:11 +0000 Subject: [PATCH] Fix symbol names. --- conf/metrics.conf | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/conf/metrics.conf b/conf/metrics.conf index bd499218e..ff4aa69d0 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -323,24 +323,34 @@ metric { name = "ONCE_RECEIVED_STRICT"; } symbol { - weight = 1.0; - description = "Received headers contains addresses from zen spamhaus RBL"; + weight = 2.0; + description = "From address is listed in zen spamhaus BL"; name = "RBL_ZEN"; } symbol { - weight = 1.0; - description = "Received headers contains addresses from senderscore.com RBL"; + weight = 3.0; + description = "Received headers contains addresses from XBL spamhaus RBL"; + name = "RBL_XBL"; + } + symbol { + weight = 2.0; + description = "Received headers contains addresses from PBL spamhaus RBL"; + name = "RBL_PBL"; + } + symbol { + weight = 2.0; + description = "From address is listed in senderscore.com BL"; name = "RBL_SENDERSCORE"; } symbol { - weight = 1.0; - description = "Received headers contains addresses from mailspike.com RBL"; + weight = 2.0; + description = "From address is listed in mailspike.com BL"; name = "RBL_MAILSPIKE"; } symbol { weight = 1.0; name = "RBL_SORBS"; - description = "Received headers contains addresses from RBL"; + description = "From address is listed in SORBS RBL"; } symbol { weight = 2.5; -- 2.39.5