diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-05-17 15:00:04 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-05-17 15:00:04 +0000 |
commit | 87ba3f5f78da0d53bfb3bdef9db569c8da241eba (patch) | |
tree | e80c384c99702c229d95b8c4e78078d520056290 /doc | |
parent | 9c7a242c6007e9854d3332777c0ca131da51c775 (diff) |
Installed a modified version of Tony's submission enhancement patch +
two small bugfixes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 11 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 11 |
2 files changed, 20 insertions, 2 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 9f2f6c4be..368734a9b 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.138 2005/05/17 11:20:32 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.139 2005/05/17 15:00:04 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -24,6 +24,15 @@ PH/03 The warning log line about a condition test deferring for a "warn" verb occurrence (because it was using the same function as for successful "warn" verbs). This seems wrong, so I have changed it. +TF/02 Two buglets in acl.c which caused Exim to read a few bytes of memory that + it should not have, which might have caused a crash in the right + circumstances, but probably never did. + +PH/04 Installed a modified version of Tony Finch's patch to make submission + mode fix the return path as well as the Sender: header line, and to + add a /name= option so that you can make the user's friendly name appear + in the header line. + Exim version 4.51 ----------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index a4ac7e5ad..24993b5ac 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.41 2005/05/17 09:53:34 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.42 2005/05/17 15:00:04 ph10 Exp $ New Features in Exim -------------------- @@ -81,6 +81,15 @@ PH/01 The amount of output produced by the "make" process has been reduced, command reflection in "make". When you ask for the full output, it is given in addition to the the short output. +PH/02 There have been two changes concerned with submission mode: + + (a) A new option, /name=value, makes it possible to supply a user name + to be inserted into any created Sender: header line. Typically, this + would be looked up from $authenticated_id. + + (b) The envelope sender address is forced to be the same as the + submission mode sender address. + Version 4.51 ------------ |