From 99b40451836dfea2d5dce2ada4fab15b2ab5bfb2 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 4 May 2013 09:52:09 +0100 Subject: smtp: Fixed sending of double CRLF caused by first in EOB If the mail sent during the transfer contains a terminating then we should not send the first of the EOB as specified in RFC-5321. Additionally don't send the if there is "no mail data" as the DATA command already includes it. --- tests/data/test1406 | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/data/test1406') diff --git a/tests/data/test1406 b/tests/data/test1406 index b7727edfd..6245c513e 100644 --- a/tests/data/test1406 +++ b/tests/data/test1406 @@ -49,7 +49,6 @@ From: different To: another body - . -- cgit v1.2.3