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/test802 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test802') diff --git a/tests/data/test802 b/tests/data/test802 index 7027c802d..12e46c9c3 100644 --- a/tests/data/test802 +++ b/tests/data/test802 @@ -35,7 +35,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 802@foo --mail-rcpt 802@foobar.example EHLO user -MAIL FROM:802@from +MAIL FROM:<802@from> RCPT TO:<802@foo> RCPT TO:<802@foobar.example> DATA -- cgit v1.2.3