K 10 svn:author V 7 iedowse K 8 svn:date V 27 2002-01-22T22:54:52.000000Z K 7 svn:log V 313 The mode of files created by ctm_rmail was always 0600, even if the umask was less restrictive. This was caused by the use of mkstemp() which internally passes a mode of 0600 to open(). Fix this by explicitly chmod'ing the files to (0666 & ~umask). PR: bin/16119 Submitted by: Sascha Blank END