# junkfilter # a junk email filter system for procmail # Copyright 1997-2000 Gregory Sutter # # $Id: junkfilter.white,v 1.6 2000/11/30 08:31:07 gsutter Exp $ # # Please read the file "README" and the page # http://junkfilter.zer0.org/ before using junkfilter. # junkfilter.white, the whitelist module. JFSEC=white JFLIST=(`cat $JFDIR/jf-white`) :0 * $ ${JFLIST:-$JFNOMATCH} { :0 * $ ${JFVER}\/${JFLIST}${JFVERR} { JFSTATUS=1 JFMATCH="$JFSEC: $MATCH" INCLUDERC=$JFDIR/junkfilter.match } } JFLIST JFSEC # EOF junkfilter.white