aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/configs/plugins.conf
diff options
context:
space:
mode:
authorkorgoth1 <vladislav.stakhov@gmail.com>2020-02-29 22:17:34 +0300
committerkorgoth1 <vladislav.stakhov@gmail.com>2020-02-29 22:17:34 +0300
commitea0dda917b19cedcd5c21deaf2ef718826051a43 (patch)
tree18fb0492e0f9502e6317ff99657a454341969d63 /test/functional/configs/plugins.conf
parentf5439dceb784bff970507afbdc6f6e8e37755892 (diff)
downloadrspamd-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.conf35
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
];
}