diff options
author | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-22 15:19:59 -0700 |
---|---|---|
committer | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-22 15:19:59 -0700 |
commit | c4096a1ea4f83db7ea85e013dd91570547ab9b89 (patch) | |
tree | 37fb6594d43ded1863de4dfbb0bee1e2f1972cd0 /conf | |
parent | f73f91e1f1f1b9f2825e292af7427aef0c9dac62 (diff) | |
download | rspamd-c4096a1ea4f83db7ea85e013dd91570547ab9b89.tar.gz rspamd-c4096a1ea4f83db7ea85e013dd91570547ab9b89.zip |
Add metric for Spameatingmonkey rbl
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index d7f396b47..3cc957d36 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -151,6 +151,11 @@ rbl { rbl = "bl.spameatingmonkey.net"; } + semIPv6 { + symbol = "RBL_SEM_IPV6"; + rbl = "bl.ipv6.spameatingmonkey.net"; + } + nszones { symbol = "RBL_NSZONES"; rbl = "sbl.nszones.com"; |