]> git.madduck.net Git - etc/mailfilter.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

move DESTFILE variable back to logging
authormartin f. krafft <madduck@madduck.net>
Sun, 23 Sep 2007 18:16:58 +0000 (20:16 +0200)
committermartin f. krafft <madduck@madduck.net>
Sun, 23 Sep 2007 18:19:28 +0000 (20:19 +0200)
procmail/deliver
procmail/logging

index 168ccdf78796a5b56c15e5ca481775dce2589381..4417af67a3ee44a97f39fbce9bd17fc19959cea8 100644 (file)
@@ -17,9 +17,7 @@
 :0 E
 { DEST=".$DEST" }
 
 :0 E
 { DEST=".$DEST" }
 
-TRAP="DEST=\"\${LASTFOLDER#$BASE/}\";
-      echo \"delivered:   \$DEST\" >> '$THISLOGFILE';
-      $TRAP"
+TRAP="$TRAP; echo \"delivered:   \$DESTFILE\" >> '$THISLOGFILE'"
 
 LOG="deliver:     delivering message $MSGID to $DEST$NL"
 :0
 
 LOG="deliver:     delivering message $MSGID to $DEST$NL"
 :0
index 38b901a9edf013fd4beb674d82ce92644ce8c2cd..a606b2a5b1df442e77b5096c698cf6faa3130db6 100644 (file)
@@ -20,7 +20,8 @@ from:        $FROM
 original-to: $ORIGINAL_TO
 subject:     $SUBJECT$NL"
 
 original-to: $ORIGINAL_TO
 subject:     $SUBJECT$NL"
 
-TRAP="echo >> '$THISLOGFILE';
+TRAP="DESTFILE=\"\${LASTFOLDER#$BASE/}\";
+      echo >> '$THISLOGFILE';
       egrep -v '^XX(procmail:)?[[:space:]\"]' '$THISLOGFILE' >> $MASTERLOGFILE"
 
 #VERBOSE=yes
       egrep -v '^XX(procmail:)?[[:space:]\"]' '$THISLOGFILE' >> $MASTERLOGFILE"
 
 #VERBOSE=yes