1 # 4xx retries with 2nd message (don't use same connection)
4 # Put a message on the queue
5 exim -odq userx@domain1
8 # Arrange a second message that's had a 4xx
21 exim -odi usery@domain1
26 # A queue run will try these in order, since queue_run_in_order is set. The
27 # first one is accepted, but it shouldn't fire up the second on the same
28 # connection, because a 4xx error should no longer put the message on the list.