MAILDIR=$HOME/Maildir LOGFILE=$HOME/plog LOGABSTRACT=all # We run two filters. The first checks for the whitelist, # and inserts a "X-SCF-Whitelist: [YES|NO]" header. The next checks # for spambayes, and inserts a "X-Spambayes-Classification: [spam|unsure]" # header. Once these headers are in-place, we simply forward all mail # to okin@smallcultfollowing.com, where the default dreamhost filters # kick in. :0fw:$MAILDIR/whitelist.lock | $HOME/bin/python $HOME/bin/whitelist.py $HOME/.whitelist :0fw:hamlock | $HOME/bin/python $HOME/bin/sb_filter.py -d $HOME/.hammiedb :0 !okin@smallcultfollowing.com