# junkfilter # a junk email filter system for procmail # Copyright 1997-2001 Gregory Sutter # # $Id: junkfilter.white,v 1.7 2001/05/28 20:10:50 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