diff options
author | Pixel <pixel@nobis-crew.org> | 2008-10-08 09:40:04 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2008-10-08 09:40:04 -0700 |
commit | dd71dc00812064836776a0584101591400fe40a2 (patch) | |
tree | 5ad50c954fdebf86dfb616a6781d4edfe6623fa0 | |
parent | 5630b8067debf046c748ebcb5606589d32d9bc72 (diff) |
Typo - forgot a CR.
-rw-r--r-- | lib/MailServer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |