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

add X-Delay header
authormartin f. krafft <madduck@madduck.net>
Sun, 23 Sep 2007 19:12:53 +0000 (21:12 +0200)
committermartin f. krafft <madduck@madduck.net>
Sun, 23 Sep 2007 19:12:53 +0000 (21:12 +0200)
procmail/delay-delivery

index e04f7d7a7fceb01d750a4c23bbcb711194c1e2e5..543c01ca4dcdb4820d7dba459ca320c7f2038b6a 100644 (file)
@@ -29,6 +29,9 @@
      ($DATA, '\\'\$DESTFILE\\'', $RELEASE_TS)"
   TRAP="$TRAP; $DO_QUERY '$Q'"
 
+  :0 fw
+  |$FORMAIL -I "X-Delay: $RELEASE_TS ($RELEASE_TIME)"
+
   :0
   $DELAYED_QUEUE
 }