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

remove verbose output
authormartin f. krafft <madduck@madduck.net>
Sun, 23 Sep 2007 20:06:23 +0000 (22:06 +0200)
committermartin f. krafft <madduck@madduck.net>
Sun, 23 Sep 2007 20:06:23 +0000 (22:06 +0200)
procmail/delay-delivery

index 2c6fc4d4ce542bf519e5e0910abbbf42a7a71532..634f70f84f5dbe6ea72fd3c075d9d01fa672776d 100644 (file)
@@ -15,7 +15,6 @@
   *$ RELEASE ?? ^\/${RE_NOT_SPACE}+
   { RELEASE_TS=$MATCH }
 
   *$ RELEASE ?? ^\/${RE_NOT_SPACE}+
   { RELEASE_TS=$MATCH }
 
-  VERBOSE=yes
   :0
   *$  $RELEASE_TS^0
   *$ -$OURDATE_TS^0
   :0
   *$  $RELEASE_TS^0
   *$ -$OURDATE_TS^0
@@ -42,5 +41,4 @@
     :0
     $DELAYED_QUEUE
   }
     :0
     $DELAYED_QUEUE
   }
-  VERBOSE=no
 }
 }