1. I'm getting an error about a "suspicious ~/.procmailrc" file. I'm guessing this is a permissions problem. If that's the case, could someone let me know what the correct permissions should be? For the moment, using a '/etc/procmailrc' seems to be the only thing that works.
2. Procmail seems to be rather slow. I don't know whether this is normal, but I've timed one mailbox download and it's taking on average 10 minutes to process 317 messages (2MB total). Also, is procmail supposed to be called for each individual message?
My rudimentary config files below.
Thanks.
# ============================ # ~/.fetchmailrc # ============================
set logfile "/var/log/fetchmail.log" set invisible set no bouncemail
poll "pop.myisp.net" protocol POP3 username "[EMAIL PROTECTED]" password "*****" fetchall keep mda "/usr/bin/procmail -f %F -d %T"
# ============================= # /etc/procmailrc # procmail configuration file # =============================
VERBOSE=off MAILDIR=$HOME/spool DEFAULT=$MAILDIR/mbox PMDIR=$HOME/.procmail LOGFILE=$PMDIR/log INCLUDERC=$PMDIR/subscriptionsrc
:0: IN.spool
# ============================= # ~/.procmail/subscriptionsrc # procmail configuration file # =============================
:0: * [EMAIL PROTECTED] IN-S-ntbugtraq
:0: * [EMAIL PROTECTED] IN-S-vim
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/