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

parse not only @debian.org mail for package info
authormartin f. krafft <madduck@seamus.madduck.net>
Tue, 14 Aug 2007 17:44:11 +0000 (19:44 +0200)
committermartin f. krafft <madduck@seamus.madduck.net>
Tue, 14 Aug 2007 17:44:11 +0000 (19:44 +0200)
procmail/rules/debian

index 022db9335685533267151e7d0854401795dae919..15ee1fad6b01189a94904d021a5e34e18692a997 100644 (file)
@@ -1,13 +1,10 @@
 :0
-* ORIGINAL_TO ?? ^madduck=debian\.org@forward\.madduck\.net$
-{
-  :0
-  * ^X-Debian-PR-Source: \/.+
-  * ? grep -q "^${MATCH}$" $CONF/debian-packages
-  $INBOX/.debian.$MATCH/
+* ^X-Debian-PR-Source: \/.+
+* ? grep -q "^${MATCH}$" $CONF/debian-packages
+$INBOX/.debian.$MATCH/
 
-  :0 E
-  $INBOX/.debian/
-}
+:0
+* ORIGINAL_TO ?? ^madduck=debian\.org@forward\.madduck\.net$
+$INBOX/.debian/
 
 # vim:ft=procmail