diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-05-25 01:35:43 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-05-25 01:35:43 +0100 |
commit | eae427c645a7d0e2051b0600d2e4235789740132 (patch) | |
tree | c21ba6b82edefb37466dc383a726d6362387ea54 /test/mail/0231.b | |
parent | dea98726252e8f5477d7539e368d6768d7f6001c (diff) |
Use separate line in Received: header for timestamp
Diffstat (limited to 'test/mail/0231.b')
-rw-r--r-- | test/mail/0231.b | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/mail/0231.b b/test/mail/0231.b index ef29f5fea..6c2677d91 100644 --- a/test/mail/0231.b +++ b/test/mail/0231.b @@ -1,7 +1,8 @@ From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999 Received: from CALLER by myhost.test.ex with local (Exim x.yz) (envelope-from <CALLER@myhost.test.ex>) - id 10HmaX-0005vi-00; Tue, 2 Mar 1999 09:44:33 +0000 + id 10HmaX-0005vi-00; + Tue, 2 Mar 1999 09:44:33 +0000 From: a@test.ex, b@test.ex, a@domain1, b@domain1, a@domain3, b@domain3 To: a@test.ex, b@test.ex, a@domain1, b@domain1, a@domain3, b@domain3 Reply-to: a@test.ex, b@test.ex, a@domain1, b@domain1, a@domain3, b@domain3 |