diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-01-02 23:55:12 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-01-02 23:55:12 +0200 |
commit | 4885a34d5c32375c248a45a4cf2882741e79cb7f (patch) | |
tree | 24eee5d7a4e7671df2bce228a0f099f5ae7f85ca /conf/metrics.conf | |
parent | a7a64fa87ef027bf477f5094c4882c2c70c6ae70 (diff) | |
download | rspamd-4885a34d5c32375c248a45a4cf2882741e79cb7f.tar.gz rspamd-4885a34d5c32375c248a45a4cf2882741e79cb7f.zip |
SURBL: Add missing symbols to metric
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 230ee2794..0940721bb 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -858,18 +858,33 @@ metric { } symbol { + weight = 0.0; + name = "SEM_URIBL"; + description = "Spameatingmonkey uribl: unknown result"; + } + symbol { weight = 3.5; name = "SEM_URIBL"; description = "Spameatingmonkey uribl"; } symbol { + weight = 0.0; + name = "SEM_URIBL_FRESH15_UNKNOWN"; + description = "Spameatingmonkey Fresh15 uribl: unknown result"; + } + symbol { weight = 3.0; name = "SEM_URIBL_FRESH15"; description = "Spameatingmonkey uribl. Domains registered in the last 15 days (.AERO,.BIZ,.COM,.INFO,.NAME,.NET,.PRO,.SK,.TEL,.US)"; } symbol { + weight = 0.0; + description = "DBL unknown result"; + name = "DBL"; + } + symbol { weight = 6.5; description = "DBL uribl spam"; name = "DBL_SPAM"; @@ -920,6 +935,11 @@ metric { name = "DBL_PROHIBIT"; } symbol { + weight = 0.0; + description = "uribl.com: unrecognised result"; + name = "URIBL_MULTI"; + } + symbol { weight = 7.5; description = "uribl.com black url"; name = "URIBL_BLACK"; @@ -941,6 +961,11 @@ metric { } symbol { + weight = 0.0; + description = "ZEN URIBL: Filtered result"; + name = "ZEN_URIBL"; + } + symbol { weight = 6.5; description = "Spamhaus SBL dnsbl"; name = "URIBL_SBL"; |