# junkfilter # a junk email filter system for procmail # Copyright 1997-2003 Gregory Sutter # # $Id: junkfilter.stats,v 1.3 2003/12/01 11:29:13 gsutter Exp $ # # Please read the file "README" and the page # http://junkfilter.zer0.org/ before using junkfilter. # this is junkfilter.stats; here statistics are captured about the mail. :0 * JF_OPT_STATS ?? 1 * JFEXP ?? . * ! JFSTATUS ?? 1 { JFSTATSPAM="spam" } :0E * JF_OPT_STATS ?? 1 * JFSTATSALL ?? 1 { JFSTATSPAM="legit" } :0 * JFSTATSPAM ?? . { JFSTATSIZE="`wc -c | sed 's/ //g'`" JFSTATDATE="`date '+%Y-%m-%d %H:%M:%S %z'`" JFSTATLOG="${JFSTATDATE} ${JFSTATSPAM} ${JFSTATSIZE}" } # EOF junkfilter.stats