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

first shot at adding M-F-T for list like git
authormartin f. krafft <madduck@seamus.madduck.net>
Fri, 17 Aug 2007 13:58:24 +0000 (15:58 +0200)
committermartin f. krafft <madduck@seamus.madduck.net>
Fri, 17 Aug 2007 13:58:24 +0000 (15:58 +0200)
procmail/rules/mass

index 95827ea79adccdac8c8c4db1cd28396d1ec3a8a2..f7d539fc4694c0aae384cd45f14f06875775d225 100644 (file)
@@ -3,6 +3,13 @@
 {
   DESTDIR=$BASE/.mass
 
+  :0
+  * ORIG_LOCAL ?? ^git=vger\.kernel\.org$
+  {
+    CORRESPONDENTS=`formail -cxTo: -xCc: -xFrom: | tr -s '\n' ,`
+    :0 fw
+    |$FORMAIL -a "Mail-Followup-To: $CORRESPONDENTS"
+  }
   :0
   ${DESTDIR}/
 }