diff options
author | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-22 17:29:57 -0700 |
---|---|---|
committer | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-22 17:29:57 -0700 |
commit | 26dca87ae7f2b9b2e4205895c1d963e96231b157 (patch) | |
tree | 7bfbcff17512f4d24712ab087601f50059966068 /conf | |
parent | 7f542f9ca6020712f9a4f9a14f290a85b3f21948 (diff) | |
download | rspamd-26dca87ae7f2b9b2e4205895c1d963e96231b157.tar.gz rspamd-26dca87ae7f2b9b2e4205895c1d963e96231b157.zip |
Update metrics.conf
Diffstat (limited to 'conf')
-rw-r--r-- | conf/metrics.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index c39498d45..555cc606d 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -337,9 +337,9 @@ metric { 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_IND"; weight = -0.7; description = "Sender listed at Spamhaus whitelist"; } + symbol { name = "RWL_SPAMHAUS_WL_TRANS"; weight = -0.6; description = "Sender listed at Spamhaus whitelist"; } + symbol { name = "RWL_SPAMHAUS_WL_IND_EXP"; weight = -0.3; description = "Sender listed at Spamhaus whitelist"; } symbol { name = "RWL_SPAMHAUS_WL_TRANS_EXP"; weight = -0.2; description = "Sender listed at Spamhaus whitelist"; } symbol { |