CHUNKING: fix transmit with long headers
[exim.git] / test / stdout / 0902
index 58dba67881f68b71928f619bcbef180875973578..8c5422035566f595f723d99cf10b05b55e6641f6 100644 (file)
@@ -138,3 +138,22 @@ BDAT 8380 LAST
 QUIT
 225 OK
 End of script
+Listening on port 1224 ... 
+Connection request from [127.0.0.1]
+220 Greetings
+EHLO the.local.host.name
+250-Hello there
+250-PIPELINING
+250 CHUNKING
+MAIL FROM:<>
+RCPT TO:<p@test.ex>
+BDAT 8191
+250 OK mail
+250 OK rcpt
+250 OK nonlast bdat
+BDAT 829 LAST
+250 OK bdat
+QUIT
+225 OK
+Expected EOF read from client
+End of script