procmail
[Top] [All Lists]

permissions

2000-07-07 00:31:07
Is there  a way to make procmail write files (that fit a certain rules) as 
world readable?  The following is a copy of my .procmailrc

/*Begin*/
SHELL=/bin/sh
PATH=/bin:/usr/bin:/usr/sbin:/var/qmail/bin:/sbin
DEFAULT=$HOME/Maildir/
#LOGFILE=$HOME/.procmail-logfile

:0
* ^(To|CC|BCC)(_dot_)*qmail(_at_)list(_dot_)cr(_dot_)yp(_dot_)to
$HOME/public_html/qmail/
:0
* ^(To|CC|BCC)(_dot_)*bugtraq(_at_)securityfocus(_dot_)com
$HOME/Maildir/bugtraq/
:0
* ^.*
$DEFAULT
/*End*/

I would like the output of * 
^(To|CC|BCC)(_dot_)*qmail(_at_)list(_dot_)cr(_dot_)yp(_dot_)to to be world 
readable.
<Prev in Thread] Current Thread [Next in Thread>