diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-05-23 14:15:15 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-05-23 14:16:06 +0100 |
commit | 77723dedebf263a1abacc9d68d81d8c6c2484c5f (patch) | |
tree | ab60597e1e9cec4542d96fc6198b1bedde40f28e /test/stderr/0218 | |
parent | 5a8015582376ff3cc0c0d034d9237008b10d2164 (diff) |
Debug: clarify SMTP DATA ops in transport
Diffstat (limited to 'test/stderr/0218')
-rw-r--r-- | test/stderr/0218 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/stderr/0218 b/test/stderr/0218 index acfb3c156..a048735a2 100644 --- a/test/stderr/0218 +++ b/test/stderr/0218 @@ -31,7 +31,7 @@ Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected SMTP<< 250 OK SMTP<< 250 OK SMTP<< 351 Send more - SMTP>> writing message and terminating "." + SMTP>> (writing message) SMTP>> . SMTP<< 250 OK SMTP(close)>> @@ -55,7 +55,7 @@ T: send_to_server (ACL) SMTP<< 250 OK SMTP<< 250 OK SMTP<< 351 Send more - SMTP>> writing message and terminating "." + SMTP>> (writing message) SMTP>> . SMTP+> QUIT SMTP(shutdown)>> @@ -200,7 +200,7 @@ T: send_to_server (ACL) SMTP<< 250 OK SMTP<< 250 OK SMTP<< 351 OK - SMTP>> writing message and terminating "." + SMTP>> (writing message) SMTP>> . SMTP+> QUIT SMTP(shutdown)>> |