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

Reply via email to