diff options
author | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-22 17:34:21 -0700 |
---|---|---|
committer | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-22 17:34:21 -0700 |
commit | 9a215108d29d3b8045a3754960351e901fe674ad (patch) | |
tree | 6bd2325490c7fbd1f483c692e3f662af0125a597 /conf | |
parent | 26dca87ae7f2b9b2e4205895c1d963e96231b157 (diff) | |
download | rspamd-9a215108d29d3b8045a3754960351e901fe674ad.tar.gz rspamd-9a215108d29d3b8045a3754960351e901fe674ad.zip |
Update metrics.conf
Diffstat (limited to 'conf')
-rw-r--r-- | conf/metrics.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 555cc606d..ae6beda1f 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -359,15 +359,15 @@ metric { } symbol { name = "RBL_MAILSPIKE"; weight = 0.0; description = "From address is listed in RBL"; } - symbol { name = "RBL_MAILSPIKE_WORST"; weight = 2.0; description = "From address is listed in RBL"; } - symbol { name = "RBL_MAILSPIKE_VERYBAD"; weight = 1.5; description = "From address is listed in RBL"; } - symbol { name = "RBL_MAILSPIKE_BAD"; weight = 1.0; description = "From address is listed in RBL"; } - symbol { name = "RBL_MAILSPIKE_SUSP"; weight = 0.5; description = "From address is listed in RBL"; } - symbol { name = "RBL_MAILSPIKE_PROB"; weight = 0.3; description = "From address is listed in RBL"; } - symbol { name = "RWL_MAILSPIKE_EXCELLENT"; weight = 1.0; description = "From address is listed in RWL"; } - symbol { name = "RWL_MAILSPIKE_VERYGOOD"; weight = 0.5; description = "From address is listed in RWL"; } - symbol { name = "RWL_MAILSPIKE_GOOD"; weight = 0.4; description = "From address is listed in RWL"; } - symbol { name = "RWL_MAILSPIKE_POSSIBLE"; weight = 0.2; description = "From address is listed in RWL"; } + symbol { name = "RBL_MAILSPIKE_WORST"; weight = 2.9; description = "From address is listed in RBL"; } + symbol { name = "RBL_MAILSPIKE_VERYBAD"; weight = 2.5; description = "From address is listed in RBL"; } + symbol { name = "RBL_MAILSPIKE_BAD"; weight = 2.0; description = "From address is listed in RBL"; } + symbol { name = "RBL_MAILSPIKE_SUSP"; weight = 0.75; description = "From address is listed in RBL"; } + symbol { name = "RBL_MAILSPIKE_PROB"; weight = 0.5; description = "From address is listed in RBL"; } + symbol { name = "RWL_MAILSPIKE_POSSIBLE"; weight = -0.2; description = "From address is listed in RWL"; } + symbol { name = "RWL_MAILSPIKE_GOOD"; weight = -0.5; description = "From address is listed in RWL"; } + symbol { name = "RWL_MAILSPIKE_VERYGOOD"; weight = -0.6; description = "From address is listed in RWL"; } + symbol { name = "RWL_MAILSPIKE_EXCELLENT"; weight = -0.7; description = "From address is listed in RWL"; } symbol { weight = 1.0; |