]> 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:

separate delivery
authormartin f. krafft <madduck@madduck.net>
Tue, 20 Nov 2007 17:33:29 +0000 (18:33 +0100)
committermartin f. krafft <madduck@madduck.net>
Tue, 20 Nov 2007 17:33:29 +0000 (18:33 +0100)
procmail/deliver

index 4417af67a3ee44a97f39fbce9bd17fc19959cea8..ca6bef4477ee9da82034e8cc113e8ddbbb7c7e9e 100644 (file)
 :0 E
 { DEST=".$DEST" }
 
-TRAP="$TRAP; echo \"delivered:   \$DESTFILE\" >> '$THISLOGFILE'"
-
-LOG="deliver:     delivering message $MSGID to $DEST$NL"
 :0
-$BASE/$DEST
+{
+  LOG="deliver:     delivering message $MSGID to $DEST$NL"
+  TRAP="$TRAP; echo \"delivered:   \$DESTFILE\" >> '$THISLOGFILE'"
+
+  :0
+  $BASE/$DEST
+}