From: Alexey Date: Fri, 23 May 2014 00:28:17 +0000 (-0700) Subject: Update metric for Spamhaus WL X-Git-Tag: 0.7.0~208^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f542f9ca6020712f9a4f9a14f290a85b3f21948;p=thirdparty%2Frspamd.git Update metric for Spamhaus WL --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 3c302d0713..c39498d450 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -335,6 +335,13 @@ metric { symbol { name = "RBL_SPAMHAUS_XBL"; weight = 4.0; description = "From address is listed in zen xbl"; } symbol { name = "RBL_SPAMHAUS_PBL"; weight = 2.0; description = "From address is listed in zen pbl"; } symbol { name = "RECEIVED_SPAMHAUS_XBL"; weight = 3.0; description = "Received address is listed in zen pbl"; } + + symbol { name = "RWL_SPAMHAUS_WL"; weight = 0.0; description = "Sender listed at Spamhaus whitelist"; } + symbol { name = "RWL_SPAMHAUS_WL_IND"; weight = -1.0; description = "Sender listed at Spamhaus whitelist"; } + symbol { name = "RWL_SPAMHAUS_WL_TRANS"; weight = -0.5; description = "Sender listed at Spamhaus whitelist"; } + symbol { name = "RWL_SPAMHAUS_WL_IND_EXP"; weight = -0.2; description = "Sender listed at Spamhaus whitelist"; } + symbol { name = "RWL_SPAMHAUS_WL_TRANS_EXP"; weight = -0.2; description = "Sender listed at Spamhaus whitelist"; } + symbol { weight = 2.0; description = "From address is listed in senderscore.com BL";