From e6d99f4ba70955ef25ccb8b44f18ba0e16a7a63e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 22 Dec 2010 14:53:13 +0100 Subject: SMTP tests: updated MAIL FROM use They were all wrong previously since none used the they should for MAIL FROM. Now libcurl adds them itself if the app doesn't so they end up wrong less easy. --- tests/data/test803 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data/test803') diff --git a/tests/data/test803 b/tests/data/test803 index 24ff0d001..a00ed7ab6 100644 --- a/tests/data/test803 +++ b/tests/data/test803 @@ -32,7 +32,7 @@ To: another body -smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 803@foo --mail-from 803@from -T - +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 803@foo --mail-from '<803@from>' -T - @@ -41,7 +41,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 803@foo --mail-from 803@from -T - EHLO user -MAIL FROM:803@from +MAIL FROM:<803@from> RCPT TO:<803@foo> DATA QUIT -- cgit v1.2.3