summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/05332
-rw-r--r--test/confs/058533
2 files changed, 34 insertions, 1 deletions
diff --git a/test/confs/0533 b/test/confs/0533
index 7c2ca9dc2..290d5e68a 100644
--- a/test/confs/0533
+++ b/test/confs/0533
@@ -24,7 +24,7 @@ r2:
local_part_prefix = pipe-
local_part_suffix = =*
caseful_local_part = true
- data = |${substr_1:$local_part_suffix}
+ data = |${bless:${substr_1:$local_part_suffix}}
pipe_transport = t2
diff --git a/test/confs/0585 b/test/confs/0585
new file mode 100644
index 000000000..a0b35e7cf
--- /dev/null
+++ b/test/confs/0585
@@ -0,0 +1,33 @@
+# Exim test configuration 0585
+
+.include DIR/aux-var/std_conf_prefix
+
+primary_hostname = myhost.test.ex
+
+# ----- Main settings -----
+
+
+
+# ----- Routers -----
+
+begin routers
+
+r2:
+ driver = redirect
+ local_part_prefix = pipe-
+ local_part_suffix = =*
+ caseful_local_part = true
+ data = |${substr_1:$local_part_suffix}
+ pipe_transport = t2
+
+
+# ----- Transports -----
+
+begin transports
+
+t2:
+ driver = pipe
+ user = CALLER
+ batch_max = 10
+
+# End