summaryrefslogtreecommitdiff
path: root/test/stdout
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-12-23 18:02:25 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-12-23 18:07:57 +0000
commit0762e1a4d6de4b7b0206314302297c9dd6d7ae73 (patch)
treea0a06de3ccab66778aaae65bd4c1d1d6e6cdc0bf /test/stdout
parent02f746c26c113c1bd97cc25cc75797327eca9434 (diff)
downloadexim4-0762e1a4d6de4b7b0206314302297c9dd6d7ae73.tar.gz
Expand max_rcpt option on smtp transport. Bug 2946
Diffstat (limited to 'test/stdout')
-rw-r--r--test/stdout/028541
1 files changed, 41 insertions, 0 deletions
diff --git a/test/stdout/0285 b/test/stdout/0285
index 256a65070..de6245c6d 100644
--- a/test/stdout/0285
+++ b/test/stdout/0285
@@ -133,3 +133,44 @@ Date: Tue, 2 Mar 1999 09:44:33 +0000
QUIT
250 OK
End of script
+Listening on port 1224 ...
+Connection request from [127.0.0.1]
+220 ESMTP
+EHLO myhost.test.ex
+250-OK
+250 HELP
+MAIL FROM:<CALLER@test.ex>
+250 Sender OK
+RCPT TO:<x@magic1.test.ex>
+250 Recipient OK
+DATA
+354 Send data
+Received: from CALLER by myhost.test.ex with local (Exim x.yz)
+ (envelope-from <CALLER@test.ex>)
+ id 10HmbB-0005vi-00;
+ Tue, 2 Mar 1999 09:44:33 +0000
+Message-Id: <E10HmbB-0005vi-00@myhost.test.ex>
+From: CALLER_NAME <CALLER@test.ex>
+Date: Tue, 2 Mar 1999 09:44:33 +0000
+
+.
+250 OK
+MAIL FROM:<CALLER@test.ex>
+250 Sender OK
+RCPT TO:<y@magic1.test.ex>
+250 Recipient OK
+DATA
+354 Send data
+Received: from CALLER by myhost.test.ex with local (Exim x.yz)
+ (envelope-from <CALLER@test.ex>)
+ id 10HmbB-0005vi-00;
+ Tue, 2 Mar 1999 09:44:33 +0000
+Message-Id: <E10HmbB-0005vi-00@myhost.test.ex>
+From: CALLER_NAME <CALLER@test.ex>
+Date: Tue, 2 Mar 1999 09:44:33 +0000
+
+.
+250 OK
+QUIT
+250 OK
+End of script