Update of /cvsroot/tmda/tmda/bin
In directory sc8-pr-cvs1:/tmp/cvs-serv18207/bin

Modified Files:
        tmda-rfilter 
Log Message:
Backed out change that set permissions on pending files as per Jason's
instructions.  This can be done by setting os.umask(027) in the config file
and does not require additional instructions in tmda-rfilter or a default
value.


Index: tmda-rfilter
===================================================================
RCS file: /cvsroot/tmda/tmda/bin/tmda-rfilter,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- tmda-rfilter        29 Nov 2002 16:44:57 -0000      1.75
+++ tmda-rfilter        2 Dec 2002 22:26:44 -0000       1.76
@@ -584,7 +584,6 @@
     pending_contents = msgin.as_string()
     fn = os.path.join(pendingdir, pending_message)
     Util.writefile(pending_contents, fn)
-    os.chmod(fn, Defaults.PENDING_FILE_PERM)
     del msgin['X-TMDA-Recipient']
     return pending_message
 

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs

Reply via email to