summaryrefslogtreecommitdiff
path: root/test/stdout/0179
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-11-19 19:05:54 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2020-11-19 20:05:48 +0000
commit5c161fa615ab4a2d40170fedd71d1b9a7f079ff6 (patch)
treefd392f032187ab1215a8dcc18563bdb89a1b031b /test/stdout/0179
parent46e872abb44a2589488ec47febaf376c89688c1c (diff)
Logging: add I= element to transport-defer lines. Bug 2675
Diffstat (limited to 'test/stdout/0179')
-rw-r--r--test/stdout/017928
1 files changed, 26 insertions, 2 deletions
diff --git a/test/stdout/0179 b/test/stdout/0179
index 9013698df..c8db94620 100644
--- a/test/stdout/0179
+++ b/test/stdout/0179
@@ -6,7 +6,7 @@ Connection request from [127.0.0.1]
EHLO myhost.test.ex
250-OK
250 HELP
-MAIL FROM:<CALLER@myhost.test.ex>
+MAIL FROM:<>
250 Sender OK
RCPT TO:<userx@domain.com>
250 Recipient OK
@@ -22,7 +22,7 @@ Date: Tue, 2 Mar 1999 09:44:33 +0000
.
250 OK
-MAIL FROM:<CALLER@myhost.test.ex>
+MAIL FROM:<>
250 Sender OK
RCPT TO:<abcd@domain.com>
250 Recipient OK
@@ -41,3 +41,27 @@ 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:<>
+450 not right now, sorry
+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:<>
+250 Sender OK
+RCPT TO:<userz@domain.com>
+550 Recipient refused
+QUIT
+250 OK
+End of script