From ff75a1f763cb8ff03437de60b73491bb20cc76ba Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Tue, 3 Oct 2006 08:54:50 +0000 Subject: Added $message_headers_raw to give all the headers without RFC 2047 decoding. --- doc/doc-txt/ChangeLog | 5 ++++- doc/doc-txt/NewStuff | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index d19dddad2..b5e0aa221 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.400 2006/10/02 13:38:17 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.401 2006/10/03 08:54:50 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -79,6 +79,9 @@ PH/12 Installed Andrey Panin's patch to add a dovecot authenticator. Various interface. Fortunately there's a specification; I followed it and changed what the client sends and it appears to be working now. +PH/13 Added $message_headers_raw to provide the headers without RFC 2047 + decoding. + Exim version 4.63 ----------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index d303864a4..8a509414b 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.113 2006/10/02 14:30:29 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.114 2006/10/03 08:54:50 ph10 Exp $ New Features in Exim -------------------- @@ -72,6 +72,10 @@ Version 4.64 server_name = /var/run/dovecot/auth-client server_setid = $auth1 +4. The variable $message_headers_raw provides a concatenation of all the + messages's headers without any decoding. This is in contrast to + $message_headers, which does RFC2047 encoding on the header contents. + Version 4.63 ------------ -- cgit v1.2.3