1 # PIPELINING and 250 after 452 in a set of RCPT responses
4 exim -DSERVER=server -bd -oX PORT_D
7 To: A@test.ex,B@test.ex,C@test.ex,D@test.ex,E@test.ex,F@test.ex
11 # "A" should go throuugh as one MAIL FROM message, B,E,F as a second, C,D
12 # as a third - due to the server responses. Note that the client logging
13 # gets overlapped; look at the server's id= logged with the 250 by the client.
20 # Repeat without pipelining, just as a baseline check.
21 # The optimisation, that does another message attempt immediately on the open
22 # connection, is only there for the pipelined case at present. So we must
23 # kick the message three times for three separate connections.
24 # (A possible enhancement, if anyone cares. "first_addr" in
25 # smtp_deliver/sync_responses is the key).
28 To: A@test.ex,B@test.ex,C@test.ex,D@test.ex,E@test.ex,F@test.ex
32 exim -DHAP=hosts_avoid_pipelining=127.0.0.1 -M $msg1
34 exim -DHAP=hosts_avoid_pipelining=127.0.0.1 -M $msg1
36 exim -DHAP=hosts_avoid_pipelining=127.0.0.1 -M $msg1