From: martin f. krafft Date: Sun, 26 Aug 2007 19:52:06 +0000 (+0200) Subject: do not filter log files of spaces and procmail messages for now X-Git-Url: https://git.madduck.net/etc/mailfilter.git/commitdiff_plain/48df7d969b4530c7053118fda5dbb024adf82cf8 do not filter log files of spaces and procmail messages for now --- diff --git a/procmail/logging b/procmail/logging index 516049d..d683e49 100644 --- a/procmail/logging +++ b/procmail/logging @@ -22,6 +22,6 @@ subject: $SUBJECT$NL" TRAP="echo \"delivered: \${LASTFOLDER#$BASE/}\" >> '$THISLOGFILE'; echo >> '$THISLOGFILE'; - egrep -v '^(procmail:)?[[:space:]\"]' '$THISLOGFILE' >> $MASTERLOGFILE" + egrep -v '^XX(procmail:)?[[:space:]\"]' '$THISLOGFILE' >> $MASTERLOGFILE" #VERBOSE=yes