# junkfilter # a junk email filter system for procmail # Copyright 1997-2003 Gregory Sutter # # $Id: junkfilter.five,v 2.23 2003/12/01 11:35:15 gsutter Exp $ # # Please read the file "README" and the page # http://junkfilter.zer0.org/ before using junkfilter. # five is the testing section. All recipes in beta. Careful! JFSEC=5 :0 * B ?? ^Content-ID: <[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]$[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]$[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]@.*>$ { JFMATCH="$JFSEC: gif spammer" INCLUDERC=$JFDIR/junkfilter.match } JFSEC # EOF junkfilter.five