Skip to content

Commit e48ec70

Browse files
committed
print the crlf in verbose mode. #58
1 parent 4730acf commit e48ec70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smtp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,6 +1278,7 @@ static int smtpMail(int sfd,char *to,char *cc,char *bcc,char *from,char *rrr,cha
12781278

12791279
newline_before=1;
12801280
msock_puts("\r\n"); /* RFC822 sec 3.1 */
1281+
showVerbose("\r\n");
12811282
while (fgets(mbuf,sizeof(mbuf)-1,stdin) && (break_out == 0))
12821283
{
12831284
if (newline_before && *mbuf == '.')

0 commit comments

Comments
 (0)