diff options
author | Anton Yuzhaninov <citrin@citrin.ru> | 2014-10-10 19:58:25 +0400 |
---|---|---|
committer | Anton Yuzhaninov <citrin@citrin.ru> | 2014-10-10 19:58:25 +0400 |
commit | ceac1763f3856ffaf1b754ca2c2d7fdfba7a5532 (patch) | |
tree | c8c23eaf142381184d016c7267d65744e86d6672 /conf/metrics.conf | |
parent | a9b337089e84202ee7b0684ea4d7f058c93331fd (diff) | |
download | rspamd-ceac1763f3856ffaf1b754ca2c2d7fdfba7a5532.tar.gz rspamd-ceac1763f3856ffaf1b754ca2c2d7fdfba7a5532.zip |
Config: reflect SURBL changes.
Outblaze removed, malware moved to separate list:
http://www.surbl.org/news/internal/MW-malware-sublist-added-to-multi
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 0c3bb5800..5249b0274 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -575,13 +575,13 @@ metric { } symbol { weight = 5.500000; - description = "SURBL: Phishing and malware sites"; + description = "SURBL: Phishing sites"; name = "PH_SURBL_MULTI"; } symbol { weight = 5.500000; - description = "SURBL: Outblaze URI Blacklist"; - name = "OB_SURBL_MULTI"; + description = "SURBL: Malware sites"; + name = "MW_SURBL_MULTI"; } symbol { weight = 5.500000; |