X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/90b680896df34b1a64d4541ceea5491a58136558..39624250646933161646aa1de574cfc4965f2916:/procmail/rules/mass

diff --git a/procmail/rules/mass b/procmail/rules/mass
index 95827ea..f7d539f 100644
--- a/procmail/rules/mass
+++ b/procmail/rules/mass
@@ -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}/
 }