aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlexey <AlexeySa@users.noreply.github.com>2014-05-22 17:20:26 -0700
committerAlexey <AlexeySa@users.noreply.github.com>2014-05-22 17:20:26 -0700
commit8af560539de35b5cb90491784bb4c064021c5cd0 (patch)
treee44187af85bea8f9827e6ce52ee14be430ff7406 /conf
parent6af6bed5b85cfa0c8b1c592de8e2fc325de66b83 (diff)
downloadrspamd-8af560539de35b5cb90491784bb4c064021c5cd0.tar.gz
rspamd-8af560539de35b5cb90491784bb4c064021c5cd0.zip
Update metric for DNSWL
Diffstat (limited to 'conf')
-rw-r--r--conf/metrics.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index c05135d1b..3c302d071 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -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"; }