diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-02-02 21:49:02 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-02-02 21:54:33 +0000 |
commit | 583b7f82cdcc5ea24d2afb572f61b10e0da676d4 (patch) | |
tree | f8e4408bff42f56753c9f2c51bd26a008aeb91eb /test/stdout/5402 | |
parent | f92dd928f3e2e8b4a6e42f43b403dcefefee747a (diff) |
Pass on SIZE to cutthrough connection
Diffstat (limited to 'test/stdout/5402')
-rw-r--r-- | test/stdout/5402 | 44 |
1 files changed, 30 insertions, 14 deletions
diff --git a/test/stdout/5402 b/test/stdout/5402 index 252c82917..aa2bdcaab 100644 --- a/test/stdout/5402 +++ b/test/stdout/5402 @@ -3,22 +3,38 @@ 250-SIZE 52428800
250-8BITMIME
250-PIPELINING
-250-STARTTLS
250 HELP
250 OK
250 Accepted
354 Enter message, ending with "." on a line by itself
-250 OK id=10HmaY-0005vi-00
-221 myhost.test.ex closing connection
-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-STARTTLS
-250 HELP
-250 OK
-250 Accepted
-354 Enter message, ending with "." on a line by itself
-250 OK id=10HmbA-0005vi-00
+250 OK id=10HmaX-0005vi-00
221 myhost.test.ex closing connection
+ +******** SERVER ******** +Listening on port 1224 ... +Connection request from [ip4.ip4.ip4.ip4] +220 ESMTP +EHLO myhost.test.ex +250-OK +250 SIZE 65536 +MAIL FROM:<fred@myhost.test.ex> SIZE=ssss +250 Sender OK +RCPT TO:<userx@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 + for userx@domain.com; 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 +X-hdr-rtr-new: +++ + +. +250 OK +QUIT +250 OK +End of script |