From: martin f. krafft Date: Wed, 17 Sep 2008 10:38:27 +0000 (+0200) Subject: add log to mark_read X-Git-Url: https://git.madduck.net/etc/mailfilter.git/commitdiff_plain/1625ddad79aa64713c448f7b5c612dfc4ae2ab22 add log to mark_read --- diff --git a/procmail/deliver b/procmail/deliver index e2bd907..af2f70c 100644 --- a/procmail/deliver +++ b/procmail/deliver @@ -26,6 +26,7 @@ :0 * MARK_READ ?? . { + LOG="deliver: marking messages $MSGID as read because of $MARK_READ$NL" TRAP="$TRAP; BASENAME=\"\${DESTFILE##*/}:2,S\"" TRAP="$TRAP; DIRNAME=\"\${DESTFILE%/new/*}/cur\"" TRAP="$TRAP; DESTFILE=\"\$DIRNAME/\$BASENAME\""