diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-23 14:49:53 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-23 14:49:53 +0000 |
commit | 7bc189b9a94fc8ad46befe8ff93efe6e86f61b17 (patch) | |
tree | 16080cfc69b0b887d77591d710e4da4b0adff35c | |
parent | 26d4832651f42afac18eede43343c335e9748d75 (diff) | |
download | rspamd-7bc189b9a94fc8ad46befe8ff93efe6e86f61b17.tar.gz rspamd-7bc189b9a94fc8ad46befe8ff93efe6e86f61b17.zip |
Adjust weights for uribl lists.
-rw-r--r-- | conf/metrics.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 5e73a1773..79ec73428 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -553,11 +553,16 @@ metric { name = "WS_SURBL_MULTI"; } symbol { - weight = 9.500000; + weight = 4.500000; description = "rambler.ru uribl"; name = "RAMBLER_URIBL"; } symbol { + weight = 5.500000; + description = "DBL uribl"; + name = "DBL"; + } + symbol { weight = 7.5; description = "uribl.com black url"; name = "URIBL_BLACK"; |