X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/bc302367445777234495ff91e629a9763a638f16..ac1820e72ec14b31fc751fb2482a0d31caed21ba:/procmail/logging diff --git a/procmail/logging b/procmail/logging index a606b2a..842cd9a 100644 --- a/procmail/logging +++ b/procmail/logging @@ -21,7 +21,7 @@ original-to: $ORIGINAL_TO subject: $SUBJECT$NL" TRAP="DESTFILE=\"\${LASTFOLDER#$BASE/}\"; - echo >> '$THISLOGFILE'; - egrep -v '^XX(procmail:)?[[:space:]\"]' '$THISLOGFILE' >> $MASTERLOGFILE" + trap \"echo >> '$THISLOGFILE'; + cat '$THISLOGFILE' >> $MASTERLOGFILE\" 0" #VERBOSE=yes