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/0467 | |
parent | 3a03e18340fd94cad88d0edeedc383aad2d107a3 (diff) |
Debug: build a summary string tracking transport SMTP commands & responses
Diffstat (limited to 'test/stderr/0467')
-rw-r--r-- | test/stderr/0467 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/stderr/0467 b/test/stderr/0467 index 54d1e8bc1..6c6ce3ede 100644 --- a/test/stderr/0467 +++ b/test/stderr/0467 @@ -28,11 +28,13 @@ Connecting to localhost.test.ex [127.0.0.1]:1224 ... connected SMTP>> DATA SMTP<< 354 OK SMTP>> writing message and terminating "." + SMTP>> . SMTP<< 250 OK SMTP+> QUIT SMTP(shutdown)>> SMTP<< 250 OK SMTP(close)>> +cmdlog: '220:EHLO:250-:MAIL:250:RCPT:250:DATA:354:.:250:QUIT:250' LOG: MAIN => x@srv27.test.ex R=r1 T=t1 H=localhost.test.ex [127.0.0.1]:1224 C="250 OK" LOG: MAIN |