diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-03 08:54:50 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-03 08:54:50 +0000 |
commit | ff75a1f763cb8ff03437de60b73491bb20cc76ba (patch) | |
tree | e6f46598f33beed97d236b3a722a9eb7a2c8ffbc /test/mail | |
parent | 68181c74b1c14d883547f1f1d87ddf4da181136f (diff) |
Added $message_headers_raw to give all the headers without RFC 2047
decoding.
Diffstat (limited to 'test/mail')
-rw-r--r-- | test/mail/0006.CALLER | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/mail/0006.CALLER b/test/mail/0006.CALLER index 76aac583a..627bc16bc 100644 --- a/test/mail/0006.CALLER +++ b/test/mail/0006.CALLER @@ -7,6 +7,7 @@ Received: from CALLER by the.local.host.name with local-bsmtp (Exim x.yz) id 10HmaZ-0005vi-00; Tue, 2 Mar 1999 09:44:33 +0000 From:<someone@some.where> To: Recipients not given:; +X-Test: (=?iso-8859-8?b?7eXs+SDv4SDp7Oj08A==?=) Message-Id: <E10HmaZ-0005vi-00@the.local.host.name> Date: Tue, 2 Mar 1999 09:44:33 +0000 @@ -16,8 +17,20 @@ Received: from CALLER by the.local.host.name with local-bsmtp (Exim x.yz) id 10HmaZ-0005vi-00; Tue, 2 Mar 1999 09:44:33 +0000 From:<someone@some.where> To: Recipients not given:; +X-Test: (םולש ןב ילטפנ) Message-Id: <E10HmaZ-0005vi-00@the.local.host.name> Date: Tue, 2 Mar 1999 09:44:33 +0000 +Raw Message Headers: +Received: from CALLER by the.local.host.name with local-bsmtp (Exim x.yz) + (envelope-from <someone@some.where>) + id 10HmaZ-0005vi-00; Tue, 2 Mar 1999 09:44:33 +0000 +From:<someone@some.where> +To: Recipients not given:; +X-Test: (=?iso-8859-8?b?7eXs+SDv4SDp7Oj08A==?=) +Message-Id: <E10HmaZ-0005vi-00@the.local.host.name> +Date: Tue, 2 Mar 1999 09:44:33 +0000 + + Yet more text. |