http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5612





------- Additional Comments From [EMAIL PROTECTED]  2007-09-26 05:11 -------
A widespread usage of -e $file and similar simple file tests
would need to be replaced by a stat() or lstat() call for 3.3.0
because -e does not distinguish between ENOENT and EACCES
(which would not fix the current issue if a file existed
but was inaccessible), but that should do for the time being.
I plan to embark on a mission to replace all usage of
-e, -r, -x etc with stat, stat & -r _, stat & -x _ etc
some day.

+1 as it is for 3.2.4



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to