diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-27 16:55:41 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-27 16:55:41 +0000 |
commit | f9dd36d01c539171f3e6c90d49f8b63a895e60b1 (patch) | |
tree | 56996579a3b6ef05a19438f1fcda5d9e0ec525cb /conf/metrics.conf | |
parent | 12e4ec8a6ef2f17f0de4bd1ccb5905634e0fd824 (diff) | |
download | rspamd-f9dd36d01c539171f3e6c90d49f8b63a895e60b1.tar.gz rspamd-f9dd36d01c539171f3e6c90d49f8b63a895e60b1.zip |
Add config for spamhaus SBL to uribl
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 44 |
1 files changed, 25 insertions, 19 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 4560c3ece..7fca19062 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -827,37 +827,37 @@ metric { group { name = "surbl"; symbol { - weight = 5.500000; + weight = 5.5; description = "SURBL: Phishing sites"; name = "PH_SURBL_MULTI"; } symbol { - weight = 5.500000; + weight = 5.5; description = "SURBL: Malware sites"; name = "MW_SURBL_MULTI"; } symbol { - weight = 5.500000; + weight = 5.5; description = "SURBL: AbuseButler web sites"; name = "AB_SURBL_MULTI"; } symbol { - weight = 5.500000; + weight = 5.5; description = "SURBL: SpamCop web sites"; name = "SC_SURBL_MULTI"; } symbol { - weight = 5.500000; + weight = 5.5; description = "SURBL: jwSpamSpy + Prolocation sites"; name = "JP_SURBL_MULTI"; } symbol { - weight = 5.500000; + weight = 5.5; description = "SURBL: sa-blacklist web sites "; name = "WS_SURBL_MULTI"; } symbol { - weight = 4.500000; + weight = 4.5; description = "rambler.ru uribl"; name = "RAMBLER_URIBL"; } @@ -885,52 +885,52 @@ metric { } symbol { - weight = 0.000000; + weight = 0; description = "DBL uribl unknown symbol (error)"; name = "DBL"; } symbol { - weight = 6.500000; + weight = 6.5; description = "DBL uribl spam"; name = "DBL_SPAM"; } symbol { - weight = 6.500000; + weight = 6.5; description = "DBL uribl phishing"; name = "DBL_PHISH"; } symbol { - weight = 6.500000; + weight = 6.5; description = "DBL uribl malware"; name = "DBL_MALWARE"; } symbol { - weight = 5.500000; + weight = 5.5; description = "DBL uribl botnet C&C domain"; name = "DBL_BOTNET"; } symbol { - weight = 6.500000; + weight = 6.5; description = "DBL uribl abused legit spam"; name = "DBL_ABUSE"; } symbol { - weight = 1.500000; + weight = 1.5; description = "DBL uribl abused spammed redirector domain"; name = "DBL_ABUSE_REDIR"; } symbol { - weight = 7.500000; + weight = 7.5; description = "DBL uribl abused legit phish"; name = "DBL_ABUSE_PHISH"; } symbol { - weight = 7.500000; + weight = 7.5; description = "DBL uribl abused legit malware"; name = "DBL_ABUSE_MALWARE"; } symbol { - weight = 5.500000; + weight = 5.5; description = "DBL uribl abused legit botnet C&C"; name = "DBL_ABUSE_BOTNET"; } @@ -955,11 +955,17 @@ metric { name = "URIBL_GREY"; } symbol { - weight = 9.500000; + weight = 9.5; description = "rambler.ru emailbl"; name = "RAMBLER_EMAILBL"; } - } + + symbol { + weight = 6.5; + description = "Spamhaus SBL dnsbl"; + name = "URIBL_SBL"; + } + } group { name = "phishing"; |