]> source.dussan.org Git - rspamd.git/commitdiff
Update metric for DNSWL
authorAlexey <AlexeySa@users.noreply.github.com>
Fri, 23 May 2014 00:20:26 +0000 (17:20 -0700)
committerAlexey <AlexeySa@users.noreply.github.com>
Fri, 23 May 2014 00:20:26 +0000 (17:20 -0700)
conf/metrics.conf

index c05135d1b0083a0bb7d0ec862e9170f4ffe7f604..3c302d0713d18e57ca512c24d0d3fded44a6b05c 100644 (file)
@@ -324,6 +324,7 @@ metric {
     }
 
     symbol { name = "RCVD_IN_DNSWL"; weight = 0.0; description = "Sender listed at http://www.dnswl.org"; }
+    symbol { name = "RCVD_IN_DNSWL_NONE"; weight = -0.05; description = "Sender listed at http://www.dnswl.org, low none"; }
     symbol { name = "RCVD_IN_DNSWL_LOW"; weight = -0.1; description = "Sender listed at http://www.dnswl.org, low trust"; }
     symbol { name = "RCVD_IN_DNSWL_MED"; weight = -1.0; description = "Sender listed at http://www.dnswl.org, medium trust"; }
     symbol { name = "RCVD_IN_DNSWL_HI"; weight = -5.0; description = "Sender listed at http://www.dnswl.org, high trust"; }