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/5410 | |
parent | 649c209e19281edd67beee84e9e60b0849f84554 (diff) |
Debug: tag client SMTP output with buffering qualifier
Diffstat (limited to 'test/stderr/5410')
-rw-r--r-- | test/stderr/5410 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/stderr/5410 b/test/stderr/5410 index 6e82c6ada..e4623f320 100644 --- a/test/stderr/5410 +++ b/test/stderr/5410 @@ -122,7 +122,7 @@ cmd buf flush ddd bytes using PIPELINING not using DSN 127.0.0.1 in hosts_require_auth? no (option unset) - SMTP>> MAIL FROM:<CALLER@myhost.test.ex> + SMTP|> MAIL FROM:<CALLER@myhost.test.ex> SMTP>> RCPT TO:<userx@domain.com> cmd buf flush ddd bytes sync_responses expect mail @@ -364,7 +364,7 @@ cmd buf flush ddd bytes using PIPELINING not using DSN 127.0.0.1 in hosts_require_auth? no (option unset) - SMTP>> MAIL FROM:<CALLER@myhost.test.ex> + SMTP|> MAIL FROM:<CALLER@myhost.test.ex> SMTP>> RCPT TO:<usery@domain.com> cmd buf flush ddd bytes sync_responses expect mail @@ -606,7 +606,7 @@ cmd buf flush ddd bytes using PIPELINING not using DSN 127.0.0.1 in hosts_require_auth? no (option unset) - SMTP>> MAIL FROM:<CALLER@myhost.test.ex> + SMTP|> MAIL FROM:<CALLER@myhost.test.ex> SMTP>> RCPT TO:<usery@domain.com> cmd buf flush ddd bytes sync_responses expect mail |