diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-08-17 11:33:06 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-08-17 11:33:06 +0200 |
commit | 643ca8d0dab13ff0502a85aae859c1733030bd7b (patch) | |
tree | c9e2fcf034e322e38f07c6c03f3007c7fa6c47c7 /test/functional/configs/multimap.conf | |
parent | 95492aa853706b30d32c04bdbf6fc79b90de41e4 (diff) | |
download | rspamd-643ca8d0dab13ff0502a85aae859c1733030bd7b.tar.gz rspamd-643ca8d0dab13ff0502a85aae859c1733030bd7b.zip |
[Feature] ASN module; support matching ASN/country in multimap
- Also removed stuff from ip_score
- Updated tests
Diffstat (limited to 'test/functional/configs/multimap.conf')
-rw-r--r-- | test/functional/configs/multimap.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/functional/configs/multimap.conf b/test/functional/configs/multimap.conf index 96258c15a..3823914cf 100644 --- a/test/functional/configs/multimap.conf +++ b/test/functional/configs/multimap.conf @@ -1,3 +1,5 @@ +asn { +} redis { servers = "${REDIS_ADDR}:${REDIS_PORT}"; } @@ -96,4 +98,12 @@ multimap { type = "url"; map = "redis://urlnofilter"; } + REDIS_COUNTRY { + type = "country"; + map = "redis://cc"; + } + REDIS_ASN { + type = "asn"; + map = "redis://asn"; + } } |