diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-11-22 11:01:24 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-11-22 11:01:24 +0200 |
commit | d4c5470fb3f058fd125e668507bb1ff9ed68d8cc (patch) | |
tree | ed3b7d64a1a75fd1648a99e7caf7eb2df19bea9a /conf/metrics.conf | |
parent | 919cbd477d499804b17c87656a435db6067ca31e (diff) | |
download | rspamd-d4c5470fb3f058fd125e668507bb1ff9ed68d8cc.tar.gz rspamd-d4c5470fb3f058fd125e668507bb1ff9ed68d8cc.zip |
[Minor] Drop SORBS & Spamhaus Whitelist
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 320170636..a8eff289c 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -148,26 +148,6 @@ metric { one_shot = true; } - symbol "RWL_SPAMHAUS_WL" { - weight = 0.0; - description = "Unrecognised result from Spamhaus whitelist"; - } - symbol "RWL_SPAMHAUS_WL_IND" { - weight = 0.0; - description = "Sender listed at Spamhaus whitelist"; - } - symbol "RWL_SPAMHAUS_WL_TRANS" { - weight = 0.0; - description = "Sender listed at Spamhaus whitelist"; - } - symbol "RWL_SPAMHAUS_WL_IND_EXP" { - weight = 0.0; - description = "Sender listed at Spamhaus whitelist"; - } - symbol "RWL_SPAMHAUS_WL_TRANS_EXP" { - weight = 0.0; - description = "Sender listed at Spamhaus whitelist"; - } symbol "RBL_SENDERSCORE" { weight = 2.0; description = "From address is listed in senderscore.com BL"; @@ -213,47 +193,6 @@ metric { description = "From address is listed in RWL - excellent reputation"; } - symbol "RBL_SORBS" { - weight = 0.0; - description = "Unrecognised result from SORBS RBL"; - } - symbol "RBL_SORBS_HTTP" { - weight = 2.5; - description = "List of Open HTTP Proxy Servers."; - } - symbol "RBL_SORBS_SOCKS" { - weight = 2.5; - description = "List of Open SOCKS Proxy Servers."; - } - symbol "RBL_SORBS_MISC" { - weight = 1.0; - description = "List of open Proxy Servers not listed in the SOCKS or HTTP lists."; - } - symbol "RBL_SORBS_SMTP" { - weight = 3.0; - description = "List of Open SMTP relay servers."; - } - symbol "RBL_SORBS_RECENT" { - weight = 1.5; - description = "List of hosts that have been noted as sending spam/UCE/UBE to the admins of SORBS within the last 28 days (includes new.spam.dnsbl.sorbs.net)."; - } - symbol "RBL_SORBS_WEB" { - weight = 0.4; - description = "List of web (WWW) servers which have spammer abusable vulnerabilities (e.g. FormMail scripts)"; - } - symbol "RBL_SORBS_DUL" { - weight = 2.0; - description = "Dynamic IP Address ranges (NOT a Dial Up list!)"; - } - symbol "RBL_SORBS_BLOCK" { - weight = 1.0; - description = "List of hosts demanding that they never be tested by SORBS."; - } - symbol "RBL_SORBS_ZOMBIE" { - weight = 1.0; - description = "List of networks hijacked from their original owners, some of which have already used for spamming."; - } - symbol "RBL_SEM" { weight = 1.0; description = "Address is listed in Spameatingmonkey RBL"; |