# junkfilter # a junk email filter system for procmail # Copyright 1997-2000 Gregory Sutter # # $Id: junkfilter.match,v 1.6 2000/11/30 08:31:07 gsutter Exp $ # # Please read the file "README" and the page # http://junkfilter.zer0.org/ before using junkfilter. # this is junkfilter.match; it gets executed whenever a recipe matches. # strip off any newlines at the end of a match :0 * JFMATCH ?? ^^\/.+ { JFMATCH=$MATCH } :0 * JFEXP ?? . { JFEXP=${JFEXP}${JFNL}" "${JFMATCH} } :0E { JFEXP=$JFMATCH } JFMATCH # EOF junkfilter.match