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/0005.CALLER | |
parent | dea98726252e8f5477d7539e368d6768d7f6001c (diff) |
Use separate line in Received: header for timestamp
Diffstat (limited to 'test/mail/0005.CALLER')
-rw-r--r-- | test/mail/0005.CALLER | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/test/mail/0005.CALLER b/test/mail/0005.CALLER index 1b73cc347..cde2b58c5 100644 --- a/test/mail/0005.CALLER +++ b/test/mail/0005.CALLER @@ -5,14 +5,15 @@ Delivery-date: Tue, 2 Mar 1999 09:44:33 +0000 Received: from CALLER by the.local.host.name with local-smtp (Exim x.yz) (envelope-from <someone@some.domain>) id 10HmaX-0005vi-00 - for CALLER@the.local.host.name; Tue, 2 Mar 1999 09:44:33 +0000 + for CALLER@the.local.host.name; + Tue, 2 Mar 1999 09:44:33 +0000 Message-Id: <E10HmaX-0005vi-00.a-b-c-@some.domain> From: someone@some.domain Date: Tue, 2 Mar 1999 09:44:33 +0000 X-acl-message-linecount: 4 X-local-user: uid=CALLER_UID gid=CALLER_GID X-body-linecount: 3 -X-message-linecount: 11 +X-message-linecount: 12 X-received-count: 1 This is a test message. @@ -26,7 +27,8 @@ Delivery-date: Tue, 2 Mar 1999 09:44:33 +0000 Received: from CALLER by the.local.host.name with local-smtp (Exim x.yz) (envelope-from <someone@some.domain>) id 10HmaY-0005vi-00 - for CALLER@the.local.host.name; Tue, 2 Mar 1999 09:44:33 +0000 + for CALLER@the.local.host.name; + Tue, 2 Mar 1999 09:44:33 +0000 Subject: second Message-Id: <E10HmaY-0005vi-00.a-b-c-@some.domain> From: someone@some.domain @@ -34,7 +36,7 @@ Date: Tue, 2 Mar 1999 09:44:33 +0000 X-acl-message-linecount: 3 X-local-user: uid=CALLER_UID gid=CALLER_GID X-body-linecount: 1 -X-message-linecount: 10 +X-message-linecount: 11 X-received-count: 1 This is a second test message. @@ -46,7 +48,8 @@ Delivery-date: Tue, 2 Mar 1999 09:44:33 +0000 Received: from CALLER by the.local.host.name with local-smtp (Exim x.yz) (envelope-from <someone@some.domain>) id 10HmaZ-0005vi-00 - for CALLER@the.local.host.name; Tue, 2 Mar 1999 09:44:33 +0000 + for CALLER@the.local.host.name; + Tue, 2 Mar 1999 09:44:33 +0000 Subject: third Reply-to: some@body Message-Id: <E10HmaZ-0005vi-00.a-b-c-@some.domain> @@ -55,7 +58,7 @@ Date: Tue, 2 Mar 1999 09:44:33 +0000 X-acl-message-linecount: 4 X-local-user: uid=CALLER_UID gid=CALLER_GID X-body-linecount: 1 -X-message-linecount: 11 +X-message-linecount: 12 X-received-count: 1 This is a third test message. |