#### Begin Variables section ####
# Next setting is needed if rc.spamassassin, rc.virussnag, or other
# advanced recipes are called from .procmailrc, but it should not be
# needed for the simple sorting recipes in this step-by-step section.
# Details are in Check Your $SHELL and $PATH in Troubleshooting below.
SHELL=/bin/sh
# Directory for storing procmail configuration and log files
# You can name this environment variable anything you like
# (for example PROCMAILDIR) or, if you prefer, don't set it
# (but then don't refer to it!)
PMDIR=$HOME/Procmail
# LOGFILE should be specified ASAP so everything below it is logged
# Put ## before LOGFILE if you want no logging (not recommended)
LOGFILE=$PMDIR/pmlog
# To insert a blank line between each message's log entry,
# uncomment next two lines (this is helpful for debugging)
#LOG="
# "
# Set to yes when debugging; VERBOSE default is no
#VERBOSE=yes
# Replace $HOME/Msgs with your mailbox directory
# Mutt and elm use $HOME/Mail
# Pine uses $HOME/mail
# Netscape Messenger uses $HOME/nsmail
# Some NNTP clients, such as slrn & nn, use $HOME/News
# Mailboxes in maildir format are often put in $HOME/Maildir
#
# IMPORTANT: Upon reading an instruction that contains MAILDIR=,
# Procmail does a chdir to $MAILDIR and
# relative paths are relative to $MAILDIR
MAILDIR=$HOME/Mail # Make sure this directory exists!
FORMAIL=/usr/bin/formail
LINEBUF=4096
#### End Variables section
#### Begin Processing section
# at first let's sort cron messages from system out
INCLUDERC=$PMDIR/rc.cron
INCLUDERC=$PMDIR/rc.spam
# is there really anyone out without a subscription of a mailinglist?
INCLUDERC=$PMDIR/rc.maillists
# special fitering for previous filtered mails or mails with worms,
# viruses and so on.
INCLUDERC=$PMDIR/rc.special
# some private filters for mails from known persons
#INCLUDERC=$PMDIR/rc.known
# now it's time to the rest for spam
#INCLUDERC=$PMDIR/rc.spam
# some people which don't have ssh-access to their machine maybe want
# a possibility to remote control their computer with a simple email
#INCLUDERC=$PMDIR/rc.remotess
# Messages that fall through all your procmail recipes are delivered
# to your default INBOX.
Generated with
vim2html
Copyright © 2003-2004 by Chip Cuccio
<http://norlug.org/~chipster/finger>