On Mon, 3 Nov 2003, Hagen Herrschaft wrote: > i'm trying to resolve an obscure thing here. general question:is it (under any > circumstances) possible that mails reaching the maildir/new directory have the > mode 0600 ?
XMail explicitly sets the umask to 0 and it always uses fopen() to create files. The fopen() in turn uses 0666, at least if it respects the POSIX standard. So files should be 0666. - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
