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

enable delaying for all tickle messages
authormartin f. krafft <madduck@madduck.net>
Wed, 20 Feb 2008 13:20:02 +0000 (14:20 +0100)
committermartin f. krafft <madduck@madduck.net>
Wed, 20 Feb 2008 13:20:02 +0000 (14:20 +0100)
procmail/tickle

index 5c7d19bc6b15f4aae5ce154ce689cd7998c39c98..4ba44e30ec5e2a73d65274756048e2d159b0b8f9 100644 (file)
@@ -45,6 +45,9 @@
   |$FORMAIL -i "X-Tickle: $DELAY"
 
   LOG="tickle:      delaying message until $DELAY$NL"
   |$FORMAIL -i "X-Tickle: $DELAY"
 
   LOG="tickle:      delaying message until $DELAY$NL"
+
+  # unset DISABLE_DELAYS to enable delaying for tickle messages
+  DISABLE_DELAYS
 }
 
 # vim:ft=procmail
 }
 
 # vim:ft=procmail