]> 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 logging and sender address
authormartin f. krafft <madduck@madduck.net>
Fri, 20 Jun 2008 10:15:35 +0000 (12:15 +0200)
committermartin f. krafft <madduck@madduck.net>
Fri, 20 Jun 2008 10:15:35 +0000 (12:15 +0200)
procmail/rules/debian-debbugs-autosubscribe

index 9aff2944191e80dcdd164815c18e4fac025c902a..b69a8c7ca625b18c0a056cdd17d3d9b2b554ba28 100644 (file)
@@ -7,6 +7,9 @@ AUTOSUBSCRIBE_HEADER_TOKEN='X-debbugs-autosubscribe: madduck'
   :0 fw
   |$FORMAIL -A "$AUTOSUBSCRIBE_HEADER_TOKEN"
 
+  LOG="debian:      auto-subscribing to bug #$MATCH$NL"
+  SENDMAILFLAGS="$SENDMAILFLAGS -f madduck@debian.org"
+
   :0
   !$MATCH-subscribe@bugs.debian.org
 }