From b34a8e8a34ab05fe128d4fac6bae861fa51fdefd Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Sun, 1 Feb 2015 00:29:10 +0200 Subject: [PATCH] Enable one_shot for RECEIVED_SPAMHAUS_XBL - Fixes #102 --- conf/metrics.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/metrics.conf b/conf/metrics.conf index 5147cf00a..15eec0a6b 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -338,7 +338,7 @@ metric { symbol { name = "RBL_SPAMHAUS_CSS"; weight = 2.0; description = "From address is listed in zen css"; } 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 = "RECEIVED_SPAMHAUS_XBL"; weight = 3.0; description = "Received address is listed in zen pbl"; one_shot = true; } symbol { name = "RWL_SPAMHAUS_WL"; weight = 0.0; description = "Sender listed at Spamhaus whitelist"; } symbol { name = "RWL_SPAMHAUS_WL_IND"; weight = -0.7; description = "Sender listed at Spamhaus whitelist"; } -- 2.39.5