# junkfilter # a junk email filter system for procmail # Copyright 1997-2000 Gregory Sutter # # $Id: junkfilter.lists,v 1.8 2000/03/04 21:28:00 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. # Is this spammer on any of the blacklists? JFSEC=$JFSECTION JFLIST=(`cat $JFDIR/jf-$JFSECTION`) :0 * $ $ ${JFLIST:-\$JFNOMATCH} { :0 * $ ${JFVER:-$JFNOMATCH} { :0 * $ $ $JFVER\/$JFLIST$JFVERR { JFMATCH="$JFSEC: $MATCH" INCLUDERC=$JFDIR/junkfilter.match } } :0 E * $ $JFLIST { JFMATCH="$JFSEC: $MATCH" INCLUDERC=$JFDIR/junkfilter.match } } :0 * $ ${JFSECUSER}^0 { JFUSERLIST=(`cat $JFSECUSERLOC`) :0 * $ ${JFUSERLIST:-$JFNOMATCH} { :0 * $ ($JFVER)\/($JFUSERLIST)($JFVERR) { JFMATCH="${JFSEC}-User: $MATCH" INCLUDERC=$JFDIR/junkfilter.match } } JFUSERLIST JFSECUSERLOC JFSECUSER } JFLIST JFSEC # EOF junkfilter.lists