# junkfilter # a junk email filter system for procmail # Copyright 1997-2000 Gregory Sutter # # $Id: junkfilter.match,v 1.5 2000/10/25 07:45:33 gsutter Exp $ # # Please read the file "junkfilter.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