#--------------------------------------------------------------- SHELL=/bin/sh PATH=/local/bin:/usr/bin #Set on when debugging VERBOSE=off # Set this to the directory where you want to keep the # mail folders used by procmail (it is typically the same # directory as your mail reader keeps its folders) MAILDIR=$HOME/Mail # Set this to the name of the file in which to log procmail's actions LOGFILE=$HOME/.procmail_log :0fw: spamassassin.lock | /local/bin/spamassassin3 # Name of folder in which to save spam. This folder will # be in $MAILDIR (as defined above). :0: * ^X-Spam-Status: Yes caughtspam #:0c: vacation.lock #|/local/bin/vacation username #---------------------------------------------------------------