From: Andrew Lewis Date: Sat, 31 Jan 2015 22:29:10 +0000 (+0200) Subject: Enable one_shot for RECEIVED_SPAMHAUS_XBL - Fixes #102 X-Git-Tag: 0.9.0~791^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F131%2Fhead;p=rspamd.git Enable one_shot for RECEIVED_SPAMHAUS_XBL - Fixes #102 --- 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"; }