summaryrefslogtreecommitdiff
path: root/test/stdout
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2007-02-06 14:49:13 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2007-02-06 14:49:13 +0000
commitc51b8e75b2fe31282ea1526ed556d7d9402d543f (patch)
tree2b38cf8b46359f8d9e46ab6aa03ce5a6c9b76ba0 /test/stdout
parent09945f1e758a9c9268423e53d2cee2c6c631f465 (diff)
Implemented hosts_avoid_pipelining in the smtp transport.
Diffstat (limited to 'test/stdout')
-rw-r--r--test/stdout/021728
1 files changed, 28 insertions, 0 deletions
diff --git a/test/stdout/0217 b/test/stdout/0217
index af856787b..be5634b31 100644
--- a/test/stdout/0217
+++ b/test/stdout/0217
@@ -289,3 +289,31 @@ RCPT TO:<a@test.ex>
RCPT TO:<b@test.ex>
550 NO
End of script
+Listening on port 1224 ...
+Connection request from [127.0.0.1]
+220 Server ready
+EHLO myhost.test.ex
+250-OK
+250 PIPELINING
+MAIL FROM:<CALLER@test.ex>
+250 OK
+RCPT TO:<w@test.ex>
+250 OK
+RCPT TO:<x@test.ex>
+250 OK
+RCPT TO:<y@test.ex>
+250 OK
+RCPT TO:<z@test.ex>
+250 OK
+DATA
+351 Send more
+Received: from CALLER by myhost.test.ex with local (Exim x.yz)
+ (envelope-from <CALLER@test.ex>)
+ id 10HmbP-0005vi-00; Tue, 2 Mar 1999 09:44:33 +0000
+Message-Id: <E10HmbP-0005vi-00@myhost.test.ex>
+From: CALLER_NAME <CALLER@test.ex>
+Date: Tue, 2 Mar 1999 09:44:33 +0000
+
+.
+250 OK
+End of script