magnus 2007/05/31 13:41:49 BST
Modified files:
exim-doc/doc-txt ChangeLog
Log:
Bug #503: Use Ulstat() instead of Ustat() in dsearch lookup.
Revision Changes Path
1.510 +7 -0 exim/exim-doc/doc-txt/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /home/cvs/exim/exim-doc/doc-txt/ChangeLog,v
retrieving revision 1.509
retrieving revision 1.510
diff -u -r1.509 -r1.510
--- ChangeLog 17 May 2007 19:58:48 -0000 1.509
+++ ChangeLog 31 May 2007 12:41:49 -0000 1.510
@@ -1,4 +1,4 @@
-$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.509 2007/05/17 19:58:48 tom Exp $
+$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.510 2007/05/31 12:41:49 magnus Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -37,6 +37,13 @@
TK/02 Bugzilla 502: Apply patch to make the SPF-Received: header use
$primary_hostname instead of what libspf2 thinks the hosts name is.
+
+MH/02 The dsearch lookup now uses lstat(2) instead of stat(2) to look for
+ a directory entry by the name of the lookup key. Previously, if a
+ symlink pointed to a non-existing file or a file in a directory that
+ Exim lacked permissions to read, a lookup for a key matching that
+ symlink would fail. Now it is enough that a matching directory entry
+ exists, symlink or not. (Bugzilla 503.)
Exim version 4.67