From: Alexey Date: Fri, 23 May 2014 00:20:26 +0000 (-0700) Subject: Update metric for DNSWL X-Git-Tag: 0.7.0~208^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8af560539de35b5cb90491784bb4c064021c5cd0;p=thirdparty%2Frspamd.git Update metric for DNSWL --- diff --git a/conf/metrics.conf b/conf/metrics.conf index c05135d1b0..3c302d0713 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"; }