summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-22 15:08:20 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-22 15:08:20 +0000
commit944a9c55d5b7d3d50ea8b8fabfb7a7be5ca8693f (patch)
tree8b8c4ed000a02c8550729a3bd3b881b95ae1945b /doc/doc-txt/ChangeLog
parent2632889eca3018763375f85b31212712044c395f (diff)
Limit retry_interval_max to 24h to avoid overflow problems.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r--doc/doc-txt/ChangeLog6
1 files changed, 5 insertions, 1 deletions
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
-----------------