masqmail-0.2
changeset 121:dabd4e706b78
better formating in debug log
author | meillo@marmaro.de |
---|---|
date | Thu, 01 Jul 2010 13:32:33 +0200 |
parents | cd59a5b4d3dd |
children | 4fb68ef566ad |
files | src/smtp_in.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/src/smtp_in.c Thu Jul 01 13:30:30 2010 +0200 1.2 +++ b/src/smtp_in.c Thu Jul 01 13:32:33 2010 +0200 1.3 @@ -191,7 +191,8 @@ 1.4 if (psc->prot == PROT_ESMTP) { 1.5 smtp_printf(out, "250-%s Nice to meet you with ESMTP\r\n", conf.host_name); 1.6 smtp_printf(out, "250-SIZE %d\r\n", conf.max_msg_size); 1.7 - smtp_printf(out, "250-PIPELINING\r\n" "250 HELP\r\n"); 1.8 + smtp_printf(out, "250-PIPELINING\r\n"); 1.9 + smtp_printf(out, "250 HELP\r\n"); 1.10 } else { 1.11 smtp_printf(out, "250 %s pretty old mailer, huh?\r\n", conf.host_name); 1.12 }