From: Vsevolod Stakhov Date: Mon, 23 Dec 2013 12:23:11 +0000 (+0000) Subject: Fix symbol names. X-Git-Tag: 0.6.6~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0902fb95276d35933174f15147ce461711f43c9;p=thirdparty%2Frspamd.git Fix symbol names. --- diff --git a/conf/metrics.conf b/conf/metrics.conf index bd499218e5..ff4aa69d03 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;