# junkfilter # a junk email filter system for procmail # Copyright 1997-2000 Gregory Sutter # # $Id: junkfilter.white,v 1.4 2000/03/04 21:31:32 gsutter Exp $ # # Please read the file "junkfilter.readme" and the page # http://junkfilter.zer0.org/ before using junkfilter. # junkfilter is copyright 1997-2000 Gregory Sutter and # is licensed under the terms of the GNU General Public # License, version 2. See the file junkfilter.readme # for details. # 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