]> 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 global define to disable delays
authormartin f. krafft <madduck@madduck.net>
Thu, 24 Jan 2008 14:32:31 +0000 (15:32 +0100)
committermartin f. krafft <madduck@madduck.net>
Thu, 24 Jan 2008 14:32:31 +0000 (15:32 +0100)
procmail/defines
procmail/delay-delivery

index a7acfab60ec1b16eb8cc1d807add4719ba652d54..ce23e442fc3a15de80b034898cedc4f2769380ee 100644 (file)
@@ -229,3 +229,7 @@ RETRAIN
 # JUSTME
 # if set, contains reason why justme message was passed
 JUSTME
 # JUSTME
 # if set, contains reason why justme message was passed
 JUSTME
+
+# DISABLE_DELAYS
+# if set, disables delaying messages
+DISABLE_DELAYS=true
index 381771577a1fb8cddf7fb9c1759b4f258a38e503..e68d829194c0b8d7121a826f315c058c15f90d70 100644 (file)
@@ -1,6 +1,7 @@
 #TODO: create config/delay-(disabled|tonight|weekend)
 
 :0
 #TODO: create config/delay-(disabled|tonight|weekend)
 
 :0
+* ! DISABLE_DELAYS ?? .
 * DELAY ?? .
 * ! DELAYED ?? .
 {
 * DELAY ?? .
 * ! DELAYED ?? .
 {