diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-01-26 18:40:41 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-01-26 20:05:56 +0000 |
commit | f83a760f108f79279c210e208bb02c270569a951 (patch) | |
tree | 0e0e5540ae4296f6bae8d555397363b09fdd5548 /test/stdout | |
parent | 06fdb9f73dedfffc8b8613017ec1bb23f970b246 (diff) |
Cutthrough: fix for port-number defined by router. Bug 2229
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/5407 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/test/stdout/5407 b/test/stdout/5407 new file mode 100644 index 000000000..90ae013fa --- /dev/null +++ b/test/stdout/5407 @@ -0,0 +1,41 @@ +220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250-myhost.test.ex Hello CALLER at myhost.test.ex
+250-SIZE 52428800
+250-8BITMIME
+250-PIPELINING
+250 HELP
+250 OK
+250 Accepted
+250 Accepted
+354 Enter message, ending with "." on a line by itself
+250 OK id=10HmaX-0005vi-00
+221 myhost.test.ex closing connection
+ +******** SERVER ******** +Listening on port 1224 ... +Connection request from [IP_LOOPBACK_ADDR] +220 ESMTP +EHLO myhost.test.ex +250 OK +MAIL FROM:<CALLER@myhost.test.ex> +250 Sender OK +RCPT TO:<userx@domain.com> +250 Recipient OK +RCPT TO:<usery@domain.com> +250 Recipient OK +DATA +354 Send data +Received: from CALLER (helo=myhost.test.ex) + by myhost.test.ex with local-esmtp (Exim x.yz) + (envelope-from <CALLER@myhost.test.ex>) + id 10HmaX-0005vi-00; Tue, 2 Mar 1999 09:44:33 +0000 +Message-Id: <E10HmaX-0005vi-00@myhost.test.ex> +From: CALLER_NAME <CALLER@myhost.test.ex> +Date: Tue, 2 Mar 1999 09:44:33 +0000 + +. +250 OK +QUIT +250 OK +Expected EOF read from client +End of script |