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