X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/2632889eca3018763375f85b31212712044c395f..944a9c55d5b7d3d50ea8b8fabfb7a7be5ca8693f:/doc/doc-txt/ChangeLog diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 6385f60de..764485175 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.310 2006/02/22 14:46:44 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.311 2006/02/22 15:08:20 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -221,6 +221,10 @@ PH/42 The content-scanning code uses fopen() to create files in which to put mode, then resets the umask. All the relevant calls to fopen() in the content scanning code have been changed to use this function. +PH/43 If retry_interval_max is set greater than 24 hours, it is quietly reset + to 24 hours. This avoids potential overflow problems when processing G + and H retry rules. I suspect nobody ever tinkers with this value. + Exim version 4.60 -----------------