aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2015-02-01 00:29:10 +0200
committerAndrew Lewis <nerf@judo.za.org>2015-02-01 00:29:10 +0200
commitb34a8e8a34ab05fe128d4fac6bae861fa51fdefd (patch)
tree48109f2174dc681951b47a9fc9cd982516ffc8a8 /conf
parent48ccad6194f674b14241d0711b9b596b52741296 (diff)
downloadrspamd-b34a8e8a34ab05fe128d4fac6bae861fa51fdefd.tar.gz
rspamd-b34a8e8a34ab05fe128d4fac6bae861fa51fdefd.zip
Enable one_shot for RECEIVED_SPAMHAUS_XBL - Fixes #102
Diffstat (limited to 'conf')
-rw-r--r--conf/metrics.conf2
1 files changed, 1 insertions, 1 deletions
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"; }