diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-08-18 11:23:30 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-08-18 11:23:30 +0200 |
commit | fb1df8484e1a336117f5c4ebfed7a1254300094f (patch) | |
tree | 12d950a43ff286ae4309ebcf7c86294e9dc3e406 /test/functional/configs | |
parent | 53972f37027ad4a293f7f8db7e31e7bc35bc1d4b (diff) | |
download | rspamd-fb1df8484e1a336117f5c4ebfed7a1254300094f.tar.gz rspamd-fb1df8484e1a336117f5c4ebfed7a1254300094f.zip |
[Feature] Add mempool maps in multimap
Diffstat (limited to 'test/functional/configs')
-rw-r--r-- | test/functional/configs/multimap.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/functional/configs/multimap.conf b/test/functional/configs/multimap.conf index 3823914cf..fc20fa14c 100644 --- a/test/functional/configs/multimap.conf +++ b/test/functional/configs/multimap.conf @@ -106,4 +106,10 @@ multimap { type = "asn"; map = "redis://asn"; } + REDIS_ASN_FILTERED { + type = "mempool"; + variable = "asn"; + map = "redis://asn"; + filter = "regexp:/^(\d).*/"; + } } |