diff options
-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; |