From 8857ccfd03a8d84a286fc414dece305166ae4269 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Mon, 3 Oct 2005 13:25:32 +0000 Subject: Make name= in control=submission swallow the rest of the string, thus allowing for slashes in the name, but requiring this option to be last. --- doc/doc-txt/ChangeLog | 8 +++++++- doc/doc-txt/NewStuff | 12 +++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index c900c24ae..a18d435b2 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.243 2005/10/03 11:26:21 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.244 2005/10/03 13:25:32 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -21,6 +21,12 @@ PH/04 Tighten up "personal" tests: Instead of testing for any "List-" non-personal, in accordance with RFC 3834. (Previously it treated anything starting "auto-" as non-personal.) +TF/01 The control=submission/name=... option had a problem with syntax + errors if the name included a slash character. The /name= option + now slurps the rest of the string, so it can include any characters + but it must come last in the list of options (after /sender_retain + or /domain=). + Exim version 4.53 ----------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 556094ddf..bbf27010d 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.75 2005/09/22 12:58:14 fanf2 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.76 2005/10/03 13:25:32 ph10 Exp $ New Features in Exim -------------------- @@ -8,6 +8,16 @@ but have not yet made it into the main manual (which is most conveniently updated when there is a relatively large batch of changes). The doc/ChangeLog file contains a listing of all changes, including bug fixes. +Exim version 4.54 +----------------- + +There was a problem with 4.52/TF/02 in that a "name=" option on control= +submission terminated at the next slash, thereby not allowing for slashes in +the name. This has been changed so that "name=" takes the rest of the string as +its data. It must therefore be the last option. + + + Exim version 4.53 ----------------- -- cgit v1.2.3