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/0094.userx | |
parent | dea98726252e8f5477d7539e368d6768d7f6001c (diff) |
Use separate line in Received: header for timestamp
Diffstat (limited to 'test/mail/0094.userx')
-rw-r--r-- | test/mail/0094.userx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/test/mail/0094.userx b/test/mail/0094.userx index 255c12026..122fc97eb 100644 --- a/test/mail/0094.userx +++ b/test/mail/0094.userx @@ -3,7 +3,8 @@ Received: from [V4NET.11.12.13] (ident=root) by the.local.host.name with smtp (Exim x.yz) (envelope-from <userx@test.ex>) id 10HmaX-0005vi-00 - for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 + for userx@test.ex; + Tue, 2 Mar 1999 09:44:33 +0000 host_lookup_failed: 1 host_lookup_deferred: 0 @@ -14,7 +15,8 @@ Received: from [99.99.99.99] (ident=root) by the.local.host.name with smtp (Exim x.yz) (envelope-from <userx@test.ex>) id 10HmaY-0005vi-00 - for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 + for userx@test.ex; + Tue, 2 Mar 1999 09:44:33 +0000 host_lookup_failed: 0 host_lookup_deferred: 1 @@ -25,7 +27,8 @@ Received: from [V4NET.99.99.96] (ident=root) by the.local.host.name with smtp (Exim x.yz) (envelope-from <userx@test.ex>) id 10HmaZ-0005vi-00 - for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 + for userx@test.ex; + Tue, 2 Mar 1999 09:44:33 +0000 host_lookup_failed: 0 host_lookup_deferred: 1 |