]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Update metric for Spamhaus WL
authorAlexey <AlexeySa@users.noreply.github.com>
Fri, 23 May 2014 00:28:17 +0000 (17:28 -0700)
committerAlexey <AlexeySa@users.noreply.github.com>
Fri, 23 May 2014 00:28:17 +0000 (17:28 -0700)
conf/metrics.conf

index 3c302d0713d18e57ca512c24d0d3fded44a6b05c..c39498d4504951f41c42aa4ad6efa0ae2d806e0c 100644 (file)
@@ -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";