# Set VERBOSE=on to debug your procmail setup VERBOSE=off # Set for pine. Use $HOME/Mail for elm, or ignore if # using a Windows mail client MAILDIR=$HOME/mail # This is the local where the rest of my procmail files are PMDIR=$HOME/.procmail # The logfile records what procmail does. You can read # it with the mailstat command LOGFILE=$PMDIR/log # These next few rc.* files contain the "recipes" procmail parses # to determine what to do with my mail. It processes them in # order, so order is important. INCLUDERC=$PMDIR/rc.maillists # Disable logging of spam cancellations # You can comment this out for debugging purposes, or if # you like to watch spam die! LOGFILE=/dev/null # Spam recipe. Hopefully Hormel isn't upset :) INCLUDERC=$PMDIR/rc.spam # Turn logging back on for normal messages LOGFILE=$PMDIR/log