Use message_id for tempfile creation Closes 2390
[exim.git] / doc / doc-txt / ChangeLog
index 07ab3f038f7f52e62bed025b8a1b4db316b7d738..01ee17960c51660bdad82697bdfa082532abcaa2 100644 (file)
@@ -64,6 +64,12 @@ JH/14 Bug 1891: Close the log file if receiving a non-smtp message, without
       (a previous attempt to fix addressed lack, for a long time, of initial
       input).
 
+HS/01 Bug 2390: Use message_id for tempfile creation to avoid races in a
+      shared (NFS) environment. The length of the tempfile name is now
+      4 + 16 ("hdr.$message_exim_id") which might break on file
+      systems which restrict the file name length to lower values.
+      (It was "hdr.$pid".)
+
 
 Exim version 4.92
 -----------------