Whenever the .db file gets rebuilt, it gets rebuilt mod 600, and owned by whoever is 
receiving the email.  This then makes it unreadable and unwritable by anyone else.

How can I change the mod to 660 so that it is group readable/writable?  Is there a 
configure file for this.

I have already changed the line in ../TMDA/FilterParser.py to be mod 660, but that did 
not help.

******************************

else:
        os.close(os.open(surrogate, os.O_CREAT, 0660))

******************************

Any ideas?  Thanks in advance for any help here.

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to