X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/da47dd4d092ba35e4f8ff055d79693cc1266c816..99ea5f6faeaf714e34bbcd75fdc50cc94dc7a1c8:/doc/doc-txt/NewStuff diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 5769a9733..13ee6a3b7 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -29,6 +29,15 @@ Version 4.95 7. Quota checking during reception (i.e. at SMTP time) for appendfile- transport-managed quotas. + 8. Sqlite lookups accept a "file=" option to specify a per-operation + db file, replacing the previous prefix to the SQL string (which had + issues when the SQL used tainted values). + + 9. Lsearch lookups accept a "ret=full" option, to return both the portion + of the line matching the key, and the remainder. + +10. A command-line option to have a daemon not create a notifier socket. + Version 4.94 ------------