diff options
author | Todd Lyons <tlyons@exim.org> | 2012-10-15 20:21:07 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2012-10-15 20:21:07 -0700 |
commit | ff6dccc43b493a7f3aad49d4feaca9fb393b0c3f (patch) | |
tree | 9493282998cace60e1705c68096dec6930ce4c7a /doc/doc-txt | |
parent | 333b9d0deda18e32f88c1f9e35557ec5f61f4649 (diff) | |
parent | 2e07c15567bab345cd27051658b0755e0ab88a11 (diff) |
Merge branch 'master' of ssh://git.exim.org/home/git/exim
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 11 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 5 |
2 files changed, 16 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index a4c10d13a..db1c5254c 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -71,6 +71,17 @@ JH/06 Add dnsdb pseudo-lookup "a+" to do an "aaaa" + "a" combination. JH/07 Avoid using a waiting database for a single-message-only transport. Performance patch from Paul Fisher. Bugzilla 1262. +JH/08 Strip leading/trailing newlines from add_header ACL modifier data. + Bugzilla 884. + +JH/09 Add $headers_added variable, with content from use of ACL modifier + add_header (but not yet added to the message). Bugzilla 199. + + +JH/10 Add 8bitmime log_selector, for 8bitmime status on the received line. + Pulled from Bugzilla 817 by Wolfgang Breyha. + + Exim version 4.80 ----------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index ccf2dc63a..5347246c4 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -115,6 +115,11 @@ Version 4.81 13. New dnsdb lookup pseudo-type "a+". A sequence of "a6" (if configured), "aaaa" and "a" lookups is done and the full set of results returned. +14. New expansion variable $headers_added with content from ACL add_header + modifier (but not yet added to messsage). + +15. New 8bitmime status logging option for received messages. Log field "M8S". + Version 4.80 ------------ |