diff options
author | korgoth1 <vladislav.stakhov@gmail.com> | 2020-02-28 20:52:45 +0300 |
---|---|---|
committer | korgoth1 <vladislav.stakhov@gmail.com> | 2020-02-28 20:52:45 +0300 |
commit | ff5476957ac106ac44d73f30c5d13935370b7048 (patch) | |
tree | 78604d3a5c1524e3cf7ed8157e297ba562915cd2 /test/functional/configs/plugins.conf | |
parent | ca991102df9309af17ea0f5b5d1035b9b41230c1 (diff) | |
download | rspamd-ff5476957ac106ac44d73f30c5d13935370b7048.tar.gz rspamd-ff5476957ac106ac44d73f30c5d13935370b7048.zip |
[Test] URL compose map
Diffstat (limited to 'test/functional/configs/plugins.conf')
-rw-r--r-- | test/functional/configs/plugins.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/functional/configs/plugins.conf b/test/functional/configs/plugins.conf index 025f6c55f..17f004843 100644 --- a/test/functional/configs/plugins.conf +++ b/test/functional/configs/plugins.conf @@ -665,6 +665,11 @@ options = { type = a; replies = ["127.0.0.3"]; }, + { + name = "very.dirty.sanchez.com.test7.uribl"; + type = a; + replies = ["127.0.0.2"]; + }, # TODO: add IPv6 tests ]; } |