I'm trying to modify the code so that pending e-mail files are 
written with permissions defined in Defaults.PENDING_FILE_PERM 
instead of a constant of 0600.

I checked some code into CVS but it seems to be in err. (Sorry about 
that.  I'll fix it as soon as I figure out the correct solution.)  To 
do this, I modified __deliver_maildir in Deliver.py so that it said:

os.chmod(fname_tmp, Defaults.PENDING_FILE_PERM)

instead of:

os.chmod(fname_tmp, 0600)

This didn't help, so I'm guessing I changed the wrong routine.  Does 
anyone know which routine I should have changed?

Gre7g.

=================================================================
Gre7g Luterman   [EMAIL PROTECTED]  http://www.templeofluna.com/
Stay informed: http://www.templeofluna.com/keeper/mailinglist.htm
                                         Never pet a burning puppy.
_________________________________________________
tmda-workers mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-workers

Reply via email to