1 # 4xx retries with 2nd message down one SMTP 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.
27 # Arrange that the first one is accepted, so it should fire up the second
28 # on the same connection. But it should respect the retry time.