# junkfilter # a junk e-mail filter system for procmail # Copyright 1997-98, Gregory Sutter # # $Id: junkfilter.white,v 1.2 1999/03/12 21:44:59 gsutter Exp $ # # Please read the file "junkfilter.readme" and the page # http://www.pobox.com/~gsutter/junkfilter/ before using # junkfilter. junkfilter is copyright 1997-98 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