diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-01 10:34:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-01 10:34:58 +0100 |
commit | 3a352c08a16550606d9fb9b0c9d5289d47f67829 (patch) | |
tree | ea62c7bcbf1376dac8dea71582b859d3e76a8751 /test/functional/configs | |
parent | 7564fb9970866dcea3b4810dc7f13613c801bdc7 (diff) | |
parent | 9bbeac06c1d7671267aec7d29ca3e339402ec2da (diff) | |
download | rspamd-3a352c08a16550606d9fb9b0c9d5289d47f67829.tar.gz rspamd-3a352c08a16550606d9fb9b0c9d5289d47f67829.zip |
Merge pull request #775 from fatalbanana/multimap
Allow for matching hostnames in multimap (#773)
Diffstat (limited to 'test/functional/configs')
-rw-r--r-- | test/functional/configs/maps.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/functional/configs/maps.conf b/test/functional/configs/maps.conf index 0817dd7cf..039ef3fb0 100644 --- a/test/functional/configs/maps.conf +++ b/test/functional/configs/maps.conf @@ -69,4 +69,8 @@ multimap { map = "${TESTDIR}/configs/maps/utf.list"; regexp = true; } + HOSTNAME_MAP { + type = "hostname"; + map = "${TESTDIR}/configs/maps/domains.list"; + } } |