# junkfilter # a junk e-mail filter system for procmail # Copyright 1997-98, Gregory Sutter # and Matthew Hunt # # 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 Matthew Hunt. All rights reserved. # Is this spammer on any of the blacklists? JFSEC=$JFSECTION JFLIST=(`cat $JFDIR/jf-$JFSECTION`) :0 * $ ${JFLIST:-$JFNOMATCH} { :0 * $ ($JFVER)\/($JFLIST)\> { JFEXP="$JFSEC: $MATCH" } } :0 * $ ${JFSECUSER}^0 { JFUSERLIST=(`cat $JFSECUSERLOC`) :0 * $ ${JFUSERLIST:-$JFNOMATCH} { :0 * $ ($JFVER)\/($JFUSERLIST)\> { JFEXP="$JFSEC-User: $MATCH" } } JFUSERLIST JFSECUSERLOC JFSECUSER } JFLIST JFSEC # EOF junkfilter.lists