Does it use the umask setting? If so, it should be setting permissions to 644 (umask is 022) instead of the 660 that it sets. Is there a way to change what it uses as standard permissions?
Thanks - Dave On Dec 9, 2005, at 11:48 PM, Mark Sapiro wrote: > Dave B wrote: >> >> This works fine except that for some reason the permissions will >> sometimes revert back to 660 and then the script won't work. Only one >> config.pck file has to have 660 permissions for the script not to >> work. >> When I change that particular file back to 664 - the script works >> again. ANy ideas on what would cause the permissions to change back to >> 660? > > > The mail list Save() method effectively moves the current config.pck to > config.pck.last and saves a new one (it's more complicated than this > for safety, but this is the effect). Thus, every time any list > attribute is changed and saved (i.e. whenever a post is processed or > the admin or admindb interfaces are changed or a member changes > options, etc., etc.), a new config.pck is created with 'standard' > permissions. > > -- > Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, > San Francisco Bay Area, California better use your sense - B. Dylan > > > ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
