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/2035 | |
parent | 649c209e19281edd67beee84e9e60b0849f84554 (diff) |
Debug: tag client SMTP output with buffering qualifier
Diffstat (limited to 'test/stderr/2035')
-rw-r--r-- | test/stderr/2035 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/stderr/2035 b/test/stderr/2035 index 2c9f064a4..95c3b7848 100644 --- a/test/stderr/2035 +++ b/test/stderr/2035 @@ -25,7 +25,7 @@ cmd buf flush ddd bytes 250 HELP using PIPELINING not using DSN - SMTP>> MAIL FROM:<usera@ok.example> + SMTP|> MAIL FROM:<usera@ok.example> SMTP>> RCPT TO:<userb@test.ex> cmd buf flush ddd bytes sync_responses expect mail @@ -62,7 +62,7 @@ cannot use sendfile for body: spoolfile not wireformat writing data block fd=dddd size=sss timeout=300 SMTP<< 250 OK id=10HmaY-0005vi-00 ok=1 send_quit=1 send_rset=0 continue_more=0 yield=0 first_address is NULL - SMTP>> QUIT + SMTP+> QUIT cmd buf flush ddd bytes (more expected) SMTP(close)>> >>>>>>>>>>>>>>>> Exim pid=pppp (tls-proxy) terminating with rc=0 >>>>>>>>>>>>>>>> |