diff options
author | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-21 12:04:50 -0700 |
---|---|---|
committer | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-21 12:04:50 -0700 |
commit | eeda38c31b1a487b7759f1655c131028834c72f3 (patch) | |
tree | fa750a2d871696fb2d6b20bbe786baa29d99ee94 /conf | |
parent | 02bbbb5264e2678bafe8ef59a8c8271035143a5c (diff) | |
download | rspamd-eeda38c31b1a487b7759f1655c131028834c72f3.tar.gz rspamd-eeda38c31b1a487b7759f1655c131028834c72f3.zip |
Add netrics for Abuseat and Nszones rbl
Diffstat (limited to 'conf')
-rw-r--r-- | conf/metrics.conf | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 579a169cf..6cacf4b29 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -405,7 +405,23 @@ metric { description = "List of networks hijacked from their original owners, some of which have already used for spamming."; } - symbol { name = "RBL_SEM"; weight = 1.0; description = "Address is listed in Spameatingmonkey RBL"; } + symbol { + weight = 1.0; + name = "RBL_SEM"; + description = "Address is listed in Spameatingmonkey RBL"; + } + + symbol { + weight = 1.0; + name = "RBL_NSZONES"; + description = "Address is listed in Nszones RBL"; + } + + symbol { + weight = 1.0; + name = "RBL_ABUSEAT"; + description = "Address is listed in Abuseat RBL"; + } symbol { weight = 3.0; |