[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Procmail setup



I recently joined this mailing list and enjoy the good discussions, but I
am trying to figure out how to set up procmail so that all debian related
messages get forwarded to a debian folder and not into my inbox.  I don't
know what I am doing wrong.  Here is what .procmailrc looks like:
MAILDIR=$HOME/mail #folder exists
PMDIR=$HOME/.procmail/ #folder exists
LOGFILE=$PMDIR/log
INCLUDERC=$PMDIR/debian.rc #file exists

and here is what debian.rc looks like:
:0:
* ^To.*debian
* ^Cc.*debian
* ^To:.*debian
* ^Cc:.*debian
{
        :0 c
        debian

        :0
        /export/mail/mail/{username}
}

Any help is greatly appreciated

--Ryan Goss <rgoss@cs.umn.edu>
Systems Staff




Reply to: