diff options
author | Alexey <AlexeySa@users.noreply.github.com> | 2014-02-12 08:41:17 -0800 |
---|---|---|
committer | Alexey <AlexeySa@users.noreply.github.com> | 2014-02-12 08:41:17 -0800 |
commit | 99ece568a642a799f4f0060aa98c09d5895869b9 (patch) | |
tree | bb1bf3047adc310139476f6d3bef638b8b99b39a /conf/metrics.conf | |
parent | f40af671012becfc18fce76789e28e35247f682f (diff) | |
download | rspamd-99ece568a642a799f4f0060aa98c09d5895869b9.tar.gz rspamd-99ece568a642a799f4f0060aa98c09d5895869b9.zip |
Add metric for Spameatingmonkey RBL and SURBL
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 1ba3e03a1..088d6aaca 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -388,6 +388,10 @@ metric { name = "RBL_SORBS_ZOMBIE"; description = "List of networks hijacked from their original owners, some of which have already used for spamming."; } + + symbol { name = "RBL_SEM_UNKNOWN"; weight = 0.0; description = "Address is listed in Spameatingmonkey RBL"; } + symbol { name = "RBL_SEM"; weight = 1.0; description = "Address is listed in Spameatingmonkey RBL"; } + symbol { weight = 3.0; description = "Text and HTML parts differ"; @@ -548,6 +552,13 @@ metric { description = "rambler.ru uribl"; name = "RAMBLER_URIBL"; } + + symbol { weight = 0.0; name = "SEM_URIBL_UNKNOWN"; description = "Spameatingmonkey uribl unknown"; } + symbol { weight = 3.5; name = "SEM_URIBL"; description = "Spameatingmonkey uribl"; } + + symbol { weight = 0.0; name = "SEM_URIBL_FRESH15_UNKNOWN"; description = "Spameatingmonkey uribl unknown"; } + 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 = 5.500000; description = "DBL uribl"; |