summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-10-03 08:54:50 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-10-03 08:54:50 +0000
commitff75a1f763cb8ff03437de60b73491bb20cc76ba (patch)
treee6f46598f33beed97d236b3a722a9eb7a2c8ffbc /doc/doc-txt
parent68181c74b1c14d883547f1f1d87ddf4da181136f (diff)
Added $message_headers_raw to give all the headers without RFC 2047
decoding.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog5
-rw-r--r--doc/doc-txt/NewStuff6
2 files changed, 9 insertions, 2 deletions
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
------------