#--------------------------------------------------------------- SHELL=/bin/sh PATH=/local/lib/mh:/local/bin/mh:/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 LOCKEXT=.lock :0fw | /local/bin/bogofilter -uep # Name of folder in which to save spam. This folder will # be in $MAILDIR (as defined above). :0 w: spam/$LOCKEXT * ^X-Bogosity: Yes, tests=bogofilter | rcvstore +caughtspam #---------------------------------------------------------------