diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-03-11 22:44:27 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-03-16 12:42:00 +0000 |
commit | 843edb3830b89e01fd2b956d2a0d23d13e29b55e (patch) | |
tree | 90bbc5eea05e5c760964966352626ff935807df5 /test/stderr/4052 | |
parent | 649c209e19281edd67beee84e9e60b0849f84554 (diff) |
Debug: tag client SMTP output with buffering qualifier
Diffstat (limited to 'test/stderr/4052')
-rw-r--r-- | test/stderr/4052 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/stderr/4052 b/test/stderr/4052 index 49bee93f2..c824cb477 100644 --- a/test/stderr/4052 +++ b/test/stderr/4052 @@ -22,11 +22,11 @@ delivering 10HmbP-0005vi-00 to 127.0.0.1 [127.0.0.1] (extchange@test.ex) Transport port=25 replaced by host-specific port=1225 EHLO response bits from cache: cleartext 0x0120/0x0000 crypted 0x0000/0x0000 Using cached cleartext PIPE_CONNECT - SMTP>> EHLO the.local.host.name + SMTP|> EHLO the.local.host.name using PIPELINING not using DSN - SMTP>> MAIL FROM:<CALLER@the.local.host.name> - SMTP>> RCPT TO:<extchange@test.ex> + SMTP|> MAIL FROM:<CALLER@the.local.host.name> + SMTP|> RCPT TO:<extchange@test.ex> SMTP>> DATA cmd buf flush ddd bytes Connecting to 127.0.0.1 [127.0.0.1]:1225 ... sending dd nonTFO early-data @@ -56,7 +56,7 @@ transport_check_waiting entered sequence=1 local_max=500 global_max=-1 no messages waiting for 127.0.0.1 transport_check_waiting: FALSE - SMTP>> QUIT + SMTP+> QUIT cmd buf flush ddd bytes (more expected) SMTP(close)>> Leaving smtp transport |