diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-03-19 19:14:34 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-03-19 19:14:34 +0000 |
commit | 5800e3234f2594639d82e5063d9c522c6a881d25 (patch) | |
tree | f510c6487c7d24b6094126cde17752605996218d /test/stderr/2135 | |
parent | 3a03e18340fd94cad88d0edeedc383aad2d107a3 (diff) |
Debug: build a summary string tracking transport SMTP commands & responses
Diffstat (limited to 'test/stderr/2135')
-rw-r--r-- | test/stderr/2135 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/stderr/2135 b/test/stderr/2135 index c15645ce0..308b3358d 100644 --- a/test/stderr/2135 +++ b/test/stderr/2135 @@ -59,6 +59,7 @@ sync_responses expect data SMTP<< 354 Enter message, ending with "." on a line by itself SMTP>> writing message and terminating "." cannot use sendfile for body: spoolfile not wireformat + SMTP>> . 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 @@ -68,6 +69,7 @@ cmd buf flush ddd bytes (more expected) SMTP(TLS shutdown)>> SMTP<< 221 myhost.test.ex closing connection SMTP(close)>> +cmdlog: 'DATA:354:.:250:QUIT:221' Leaving t1 transport LOG: MAIN => userb@test.ex R=client T=t1 H=127.0.0.1 [127.0.0.1]:1225 X=TLS1.x:ke-RSA-AES256-SHAnnn:xxx CV=no C="250 OK id=10HmaY-0005vi-00" |