From dd71dc00812064836776a0584101591400fe40a2 Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 8 Oct 2008 09:40:04 -0700 Subject: Typo - forgot a CR. --- lib/MailServer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MailServer.cc b/lib/MailServer.cc index 5ea735a..0d80c0e 100644 --- a/lib/MailServer.cc +++ b/lib/MailServer.cc @@ -108,7 +108,7 @@ int ProcessSMTPRequest::Do() { } } else if (cmd == "DATA") { current = 4; - b << "354 Ok, go ahead.\n"; + b << "354 Ok, go ahead.\r\n"; } else if (cmd == "RSET") { from = ""; tos.empty(); -- cgit v1.2.3