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 /src | |
parent | 5a8015582376ff3cc0c0d034d9237008b10d2164 (diff) |
Debug: clarify SMTP DATA ops in transport
Diffstat (limited to 'src')
-rw-r--r-- | src/src/transports/smtp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/transports/smtp.c b/src/src/transports/smtp.c index d00f15fe1..e59055bd2 100644 --- a/src/src/transports/smtp.c +++ b/src/src/transports/smtp.c @@ -2563,7 +2563,7 @@ goto SEND_QUIT; if ( (sx->peer_offered & (OPTION_PIPE | OPTION_EARLY_PIPE)) == (OPTION_PIPE | OPTION_EARLY_PIPE)) { - DEBUG(D_transport) debug_printf("PIPE_CONNECT usable in future for this IP\n"); + DEBUG(D_transport) debug_printf("PIPECONNECT usable in future for this IP\n"); sx->ehlo_resp.cleartext_auths = study_ehlo_auths(sx); write_ehlo_cache_entry(sx); } @@ -3995,7 +3995,7 @@ else if (smtp_peer_options & OPTION_CHUNKING) debug_printf(" will write message using CHUNKING\n"); else - debug_printf(" SMTP>> writing message and terminating \".\"\n"); + debug_printf(" SMTP>> (writing message)\n"); transport_count = 0; #ifndef DISABLE_DKIM |