diff options
author | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-22 15:22:46 -0700 |
---|---|---|
committer | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-22 15:22:46 -0700 |
commit | a6e807668eb21fb2d51be0e570bc2656d70f89d6 (patch) | |
tree | 79c2fa707c9e8c286ba8c084b21049599ddc777d /conf/metrics.conf | |
parent | c4096a1ea4f83db7ea85e013dd91570547ab9b89 (diff) | |
download | rspamd-a6e807668eb21fb2d51be0e570bc2656d70f89d6.tar.gz rspamd-a6e807668eb21fb2d51be0e570bc2656d70f89d6.zip |
Add IPv6 support for Spameatingmonkey
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 6cacf4b29..efa13db77 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -413,6 +413,12 @@ metric { symbol { weight = 1.0; + name = "RBL_SEM_IPV6; + description = "Address is listed in Spameatingmonkey RBL (ipv6)"; + } + + symbol { + weight = 1.0; name = "RBL_NSZONES"; description = "Address is listed in Nszones RBL"; } |