diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-11-01 10:34:24 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-11-01 13:33:56 +0200 |
commit | 36d11e2e6fe28672904bf91f6e5eaeca87103705 (patch) | |
tree | 3097d3e3c4b8b29fd84612ae53ba96acc9058d3b /test | |
parent | e2f599d7477081f0b58437b9218d72657883ab01 (diff) | |
download | rspamd-36d11e2e6fe28672904bf91f6e5eaeca87103705.tar.gz rspamd-36d11e2e6fe28672904bf91f6e5eaeca87103705.zip |
[Minor] Get rid of some global variables
- Also fix some bugs along the way
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/configs/multimap.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/configs/multimap.conf b/test/functional/configs/multimap.conf index fc20fa14c..7c3d21fd4 100644 --- a/test/functional/configs/multimap.conf +++ b/test/functional/configs/multimap.conf @@ -110,6 +110,6 @@ multimap { type = "mempool"; variable = "asn"; map = "redis://asn"; - filter = "regexp:/^(\d).*/"; + filter = "regexp:/^([0-9]).*/"; } } |