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

Modified Files:
        Defaults.py 
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: Defaults.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Defaults.py,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- Defaults.py 30 Nov 2002 18:08:38 -0000      1.161
+++ Defaults.py 2 Dec 2002 22:26:43 -0000       1.162
@@ -1090,18 +1090,6 @@
 if not vars().has_key('PENDING_DELETE_APPEND'):
     PENDING_DELETE_APPEND = None
 
-# PENDING_FILE_PERM
-# Numeric file permissions on e-mail in the pending directory.  The default
-# is typically correct, but there are times when you might want group read
-# permissions on your pending mail.
-#
-# Example:
-# PENDING_FILE_PERM = 0660
-#
-# Default is 0600
-if not vars().has_key('PENDING_FILE_PERM'):
-    PENDING_FILE_PERM = 0600
-
 # PENDING_RELEASE_APPEND
 # Filename to which a sender's e-mail address should be automatically
 # appended when a message is "released" by tmda-pending.

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

Reply via email to