Check the permissions on your home directory and the .procmailrc
file.  Procmail is (rightly) concerned with processing files that have
group or other write permissions that are in directories with group or
other write permissions.  Your home dir should be 0700 and the .procmailrc
file should be 0600, IMO.   Procmail will accept read permissions for
group and other, but I see no reason to be that permissive.

- rick warner

On Mon, 18 Feb 2002, Reuben D Budiardja wrote:

> 
> Hi,
> I am trying to experiment using procmail. But, my rc file doesn't seem to 
> work. In the /var/log/maillog, I find entries saying:
> Feb 18 11:00:37 devcorps2 procmail[10566]: Suspicious rcfile 
> "/home/reubendb2/.procmailrc"
> What does this mean?
> I include my procmail rc file in the bottom. Could someone help?
> 
> Thanks. 
> Reuben D. Budiardja
> 
> .procmailrc:
> 
> PATH=/bin:/usr/bin:/usr/local/bin
> MAILDIR=$HOME/mail
> DEFAULT=/var/spool/mail/reubendb2
> LOGFILE=$MAILDIR/.maillog
> LOGABSTRACT=yes
> SENDMAIL=/usr/sbin/sendmail
> 
> #snatch my personal mail from mailing lists
> 
> :0:
> * ^Subject: boo
> $MAILDIR/Other
> 
> :0:
> * ^Subject: foo
> $DEFAULT
> 
> :0:
> * ^To:.*reubendb@
> $DEFAULT
> 
> :0: 
> * ^CC:.*reubendb@
> $DEFAULT
> 
> # All The Rest That I don't need to read now:
> :0:
> * ^To:.*reubendb2@
> /home/reubendb2/mail/Other
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to