X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d6629cdc9b1eb95d4c7b2f6c55a102bd0df38d31..b8dc3e4a6769d5b233b1117f16b334a583716b10:/doc/doc-txt/NewStuff diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 264501b01..6fa8b4b83 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.102 2006/04/27 08:53:24 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.103 2006/06/27 14:34:26 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. +Version 4.63 +------------ + +1. There is a new Boolean option called filter_prepend_home for the redirect + router. It defaults true, for backward compatibility. If a "save" command in + an Exim filter has a relative path for its argument, and $home is defined, + it is automatically prepended to the relative path. This action can now be + prevented by setting filter_prepend_home false. + + Version 4.62 ------------