From 330b8f0238c9ac5fc8ba23b65968c6323501f555 Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Thu, 7 Feb 2008 18:20:45 +0000 Subject: Add regression test for bug#615 --- test/confs/0563 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/confs/0563 (limited to 'test/confs') diff --git a/test/confs/0563 b/test/confs/0563 new file mode 100644 index 000000000..ac9839fa2 --- /dev/null +++ b/test/confs/0563 @@ -0,0 +1,22 @@ +qualify_domain = testexim.test.ex +localpartlist aliases = joe:sam:tom + +begin routers + +router1: + driver = accept + local_parts = +aliases + condition = false + transport = local_delivery + +router2: + driver = accept + local_parts = +aliases + local_part_suffix = -real + transport = local_delivery + +begin transports + +local_delivery: + driver = appendfile + file = /tmp/${local_part} -- cgit v1.2.3