diff options
author | korgoth1 <vladislav.stakhov@gmail.com> | 2020-02-29 22:17:34 +0300 |
---|---|---|
committer | korgoth1 <vladislav.stakhov@gmail.com> | 2020-02-29 22:17:34 +0300 |
commit | ea0dda917b19cedcd5c21deaf2ef718826051a43 (patch) | |
tree | 18fb0492e0f9502e6317ff99657a454341969d63 /test/functional/configs/plugins.conf | |
parent | f5439dceb784bff970507afbdc6f6e8e37755892 (diff) | |
download | rspamd-ea0dda917b19cedcd5c21deaf2ef718826051a43.tar.gz rspamd-ea0dda917b19cedcd5c21deaf2ef718826051a43.zip |
[Test] URL compose map
Diffstat (limited to 'test/functional/configs/plugins.conf')
-rw-r--r-- | test/functional/configs/plugins.conf | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/test/functional/configs/plugins.conf b/test/functional/configs/plugins.conf index 47f2c9918..861b86545 100644 --- a/test/functional/configs/plugins.conf +++ b/test/functional/configs/plugins.conf @@ -680,6 +680,41 @@ options = { type = a; replies = ["127.0.0.2"]; }, + { + name = "41.black.sanchez.com.test7.uribl"; + type = a; + replies = ["127.0.0.2"]; + }, + { + name = "black.sanchez.com.test7.uribl"; + type = a; + replies = ["127.0.0.2"]; + }, + { + name = "user.dirty.sanchez.com.test8.uribl"; + type = a; + replies = ["127.0.0.2"]; + }, + { + name = "admin.dirty.sanchez.com.test8.uribl"; + type = a; + replies = ["127.0.0.2"]; + }, + { + name = "4.very.dirty.sanchez.com.test8.uribl"; + type = a; + replies = ["127.0.0.2"]; + }, + { + name = "41.black.sanchez.com.test8.uribl"; + type = a; + replies = ["127.0.0.2"]; + }, + { + name = "black.sanchez.com.test8.uribl"; + type = a; + replies = ["127.0.0.2"]; + }, # TODO: add IPv6 tests ]; } |