Subject: | With filesystem ACLS,write access to a folder is not recognized |
We got a report against the Debian package for Mail::Box - please refer to the discussion at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=321076
Basically: Mail::Box tests for write access with '-w' - This is often enough, but on some filesystems it will just not work.
Niko Tyni reports that if we use the "use filetest 'access'" pragma, -w will use access instead of stat, and work correctly in ACLed environments - My only question right now is if this is portable to non-Unix platforms.
I am including this fix in our version - please consider including it in the main distribution.