1 # max_parallel on transport
9 # Check that exiqgrep does not fall over, refuses no selectors, and can count.
16 # a slow server as a test target
17 exim -DSERVER=server -bd -oX PORT_D
20 # First and second messages should go, as separate conns due to
21 # connection_max_messages, third is deferred
22 # as third transport run denied by max_parallel
27 # Remaining message on queue should go immediately; no delay
28 # associated with retry rules
37 # Only one message should go as the transport takes a long
38 # time and we set max_parallel=1 to serialize it
47 # Remaining message on queue should go immediately; no delay
48 # associated with retry rules