]> source.dussan.org Git - rspamd.git/commitdiff
Enable one_shot for RECEIVED_SPAMHAUS_XBL - Fixes #102 131/head
authorAndrew Lewis <nerf@judo.za.org>
Sat, 31 Jan 2015 22:29:10 +0000 (00:29 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Sat, 31 Jan 2015 22:29:10 +0000 (00:29 +0200)
conf/metrics.conf

index 5147cf00adbd142bc9e3d53d010c64bb25be9193..15eec0a6b423b71476a2f75a80a29a6577af2cca 100644 (file)
@@ -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"; }