diff options
author | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-22 17:17:00 -0700 |
---|---|---|
committer | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-22 17:17:00 -0700 |
commit | 58fa426a06a13e8008557576a5a991e2fe90ca55 (patch) | |
tree | b30edbf2227612d811a000937d60b379c1ddefc4 /conf | |
parent | b3ac6c05302dc1d9cab5e7dfb5048423c6f63280 (diff) | |
download | rspamd-58fa426a06a13e8008557576a5a991e2fe90ca55.tar.gz rspamd-58fa426a06a13e8008557576a5a991e2fe90ca55.zip |
Update metrics for mailspike
Diffstat (limited to 'conf')
-rw-r--r-- | conf/metrics.conf | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index efa13db77..c05135d1b 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -349,11 +349,18 @@ metric { description = "From address is listed in UCEPROTECT LEVEL1 BL"; name = "RBL_UCEPROTECT_LEVEL1"; } - symbol { - weight = 2.0; - description = "From address is listed in mailspike.com BL"; - name = "RBL_MAILSPIKE"; - } + + 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 { weight = 1.0; name = "RBL_SORBS"; |