1 # CHUNKING and PIPELINING of QUIT
4 # Chunking Baseline: no error. Check the QUIT arrived befre we ack message-data
19 250 OK chunked message data
20 221 Closing connection
22 sudo exim -d-all+transport -odi -bs
24 mail from:<fred@myhost.test.ex>
25 rcpt to:<good@test.ex>
31 # QUIT-pipeliining should not be done when PIPELINING not advertised
44 250 OK chunked message data
46 221 Closing connection
48 sudo exim -d-all+transport -odi -bs
50 mail from:<fred@myhost.test.ex>
51 rcpt to:<nopipe@test.ex>
57 # Temp-error response to message-data
58 # Check specifically for a close, and no repeated command
59 # Also check Exim's list of commands sent
74 451 Service not available
75 221 Closing connection
78 sudo exim -d-all+transport -odi -bs
80 mail from:<fred@myhost.test.ex>
81 rcpt to:<tempreject@test.ex>
89 # Perm-error response to message-data
105 221 Closing connection
108 sudo exim -d-all+transport -odi -bs
110 mail from:<fred@myhost.test.ex>
111 rcpt to:<permreject@test.ex>
117 # Channel-close response to message-data
133 sudo exim -d-all+transport -odi -bs
135 mail from:<fred@myhost.test.ex>
136 rcpt to:<dataloss@test.ex>