summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2008-10-08 09:40:04 -0700
committerPixel <pixel@nobis-crew.org>2008-10-08 09:40:04 -0700
commitdd71dc00812064836776a0584101591400fe40a2 (patch)
tree5ad50c954fdebf86dfb616a6781d4edfe6623fa0
parent5630b8067debf046c748ebcb5606589d32d9bc72 (diff)
Typo - forgot a CR.
-rw-r--r--lib/MailServer.cc2
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();