1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

tests: Corrected test1406 to be RFC2821 compliant

This commit is contained in:
Steve Holme 2013-05-03 18:22:18 +01:00
parent 6b10f5b963
commit f5c3d95384

View File

@ -23,10 +23,10 @@ smtp
SMTP SMTP
</name> </name>
<file name="log/test1406.eml"> <file name="log/test1406.eml">
From: different From: different
To: another To: another
body body
</file> </file>
<command> <command>
smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 1406@foo --mail-rcpt 1406@foobar.example --mail-from 1406@from -T log/test1406.eml --libcurl log/test1406.c smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 1406@foo --mail-rcpt 1406@foobar.example --mail-from 1406@from -T log/test1406.eml --libcurl log/test1406.c
@ -45,10 +45,10 @@ DATA
QUIT QUIT
</protocol> </protocol>
<upload> <upload>
From: different From: different
To: another To: another
body body
. .
</upload> </upload>