diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-05-03 18:22:18 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-05-03 18:22:18 +0100 |
commit | f5c3d95384522335cb5171a3ac6dfde930d1edc8 (patch) | |
tree | 9ec2dd6ba7e5626017c650310eaccdf52c4520f3 /tests/data/test1406 | |
parent | 6b10f5b963f0998b6b7fc97d95e007817c13790c (diff) |
tests: Corrected test1406 to be RFC2821 compliant
Diffstat (limited to 'tests/data/test1406')
-rw-r--r-- | tests/data/test1406 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/data/test1406 b/tests/data/test1406 index 478e45ff3..ab0f6e48b 100644 --- a/tests/data/test1406 +++ b/tests/data/test1406 @@ -23,10 +23,10 @@ smtp SMTP </name> <file name="log/test1406.eml"> -From: different -To: another - -body +From: different
+To: another
+
+body
</file> <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 @@ -45,10 +45,10 @@ DATA QUIT
</protocol> <upload> -From: different -To: another - -body +From: different
+To: another
+
+body
.
</upload> |