# 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 there a listed phrase in the body of the message? JFSEC="bodychk" JFBODYCHK=(`cat $JFDIR/jf-bodychk`) :0HB * $ ${JFBODYCHK:-$JFNOMATCH} * < 60000 { :0B * $ ()\/($JFBODYCHK) { JFEXP="$JFSEC: $MATCH" } } :0 * $ $JF_BODYCHK_USER^0 { JFUSERBODYCHK=(`cat $JF_BODYCHK_USER_LOC`) :0HB * $ ${JFUSERBODYCHK:-$JFNOMATCH} * < 60000 { :0B * $ ()\/($JFUSERBODYCHK) { JFEXP="${JFSEC}-User: $MATCH" } } JFUSERBODYCHK } JFBODYCHK JFSEC # EOF junkfilter.bodychk