# Comment:  Set VERBOSE=on in next line when debugging.
VERBOSE=off
 
# Replace "mail" with the name of your mail directory.
# If you use Pine, your mail directory is called mail.
# This directory must exist before you start using procmail.
 
MAILDIR=$HOME/mail
 
# Directory for storing procmail log and rc files
PMDIR=$HOME/.procmail
 
LOGFILE=$PMDIR/log
 
# Next line for testing.  Add # at beginning when not needed.
INCLUDERC=$PMDIR/rc.testing
 
# To sort mailing list mail to a folder, remove # from next line.
#INCLUDERC=$PMDIR/rc.maillists
 
# To send vacation message, remove # from next INCLUDERC line.
# In most cases, next line should be last in this file.
#INCLUDERC=$PMDIR/rc.vacation

