1 #### Begin Variables Section ####
7 LOGFILE=$PMDIR/procmail.log
9 # To insert a blank line between each message's log entry in $LOGFILE,
10 # uncomment the next two lines (this is helpful for debugging)
14 # Set VERBOSE to yes when debugging; VERBOSE default is no
17 # Set all mail spool dir
20 # Set the default mail dir
21 DEFAULT=$MAILDIR/inbox/
24 #### End Variables Section; Begin Processing Section ####
26 ##INCLUDERC=$PMDIR/rc.testing
27 INCLUDERC=$PMDIR/spool.rc
28 INCLUDERC=$PMDIR/$2.rc
29 INCLUDERC=$PMDIR/subscriptions.rc
31 # Messages that fall through all your procmail recipes are delivered
32 # to your default INBOX. To find out yours, run 'procmail -v'
34 #### End Processing Section ####