diff options
author | John Jetmore <jj33@pobox.com> | 2010-06-05 03:08:01 +0000 |
---|---|---|
committer | John Jetmore <jj33@pobox.com> | 2010-06-05 03:08:01 +0000 |
commit | de56d7a1960dedef0bf39b92deceee807ab88dc7 (patch) | |
tree | 094eed7c195de43f164b8ceda4646b72a4e1200d /test/stdout | |
parent | 86e58f31eadde5d6d2c631701336071d6d092126 (diff) |
two more header order changes
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0542 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/stdout/0542 b/test/stdout/0542 index 6a860f0d9..ab29dc9c0 100644 --- a/test/stdout/0542 +++ b/test/stdout/0542 @@ -30,11 +30,11 @@ > message_body_linecount=2 > max_received_linelength=50 > headers ----------------- -> Date: Tue, 2 Mar 1999 09:44:33 +0000 -Message-Id: <E10HmaZ-0005vi-00@myhost.test.ex> -From: A Person <a.person@a.domain.tld> +> From: A Person <a.person@a.domain.tld> To: First <first@test.ex>, Second <second@test.ex> Subject: The subject is moot +Message-Id: <E10HmaZ-0005vi-00@myhost.test.ex> +Date: Tue, 2 Mar 1999 09:44:33 +0000 > > body -------------------- > And now we have the body of the message, containing a small number of lines. |