From: Alexey Date: Fri, 23 May 2014 00:35:57 +0000 (-0700) Subject: Update metrics.conf X-Git-Tag: 0.7.0~208^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8248859d2c7ef553896099420094fda8b3dbad64;p=rspamd.git Update metrics.conf --- diff --git a/conf/metrics.conf b/conf/metrics.conf index ae6beda1f..7a735f839 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -359,11 +359,11 @@ metric { } symbol { name = "RBL_MAILSPIKE"; weight = 0.0; description = "From address is listed in RBL"; } - 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 = "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_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"; }