diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-04-20 14:11:29 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-04-20 14:11:29 +0000 |
commit | f7fd3850601c141d3a8d5b9cc6e6403f623923ae (patch) | |
tree | 692317e12f7df5ef5b00e2bf3d45c8bf08d3c659 /test/scripts | |
parent | dd16e114db70592df34e8b9ee4a05dae69aaba43 (diff) |
Make batch delivery work for files and pipes set up by redirection.
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0411 | 2 | ||||
-rw-r--r-- | test/scripts/0000-Basic/0534 | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/test/scripts/0000-Basic/0411 b/test/scripts/0000-Basic/0411 index 7bd1ff9d4..012d4e3e6 100644 --- a/test/scripts/0000-Basic/0411 +++ b/test/scripts/0000-Basic/0411 @@ -1,7 +1,7 @@ # use of file= in appendfile with filter setting the folder exim -odi t1 **** -# Batched multiple deliveries (it doesn't batch) +# Batched multiple deliveries (since 4.62 it does batch) exim -odi t11 t12 **** # Error message for failure before full path is set diff --git a/test/scripts/0000-Basic/0534 b/test/scripts/0000-Basic/0534 new file mode 100644 index 000000000..0e039601c --- /dev/null +++ b/test/scripts/0000-Basic/0534 @@ -0,0 +1,10 @@ +# Batch_max when redirecting to a mailbox or a pipe +exim -odi file-userx=mbox@test.ex \ + file-usery=mbox@test.ex \ + file-userz=mbox2@test.ex \ + file-usera=mbox2@test.ex \ + pipe-userx=DIR/bin/iefbr14@test.ex \ + pipe-usery=DIR/bin/iefbr14@test.ex \ + pipe-userz=DIR/bin/../bin/iefbr14@test.ex +A test message. +**** |