X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/01fc31f281cef79ed81dad234b2c2b7ddedc871d..3f099e407b0f77d4ce33f78478f468bf0d3fe347:/procmail/rules/mass

diff --git a/procmail/rules/mass b/procmail/rules/mass
index f7d539f..7027a36 100644
--- a/procmail/rules/mass
+++ b/procmail/rules/mass
@@ -1,17 +1,12 @@
 :0
 * ORIG_DOMAIN ?? ^mass\.madduck\.net$
-{
-  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}/
+  * ! JUSTME ?? ^in-reply-to/referenced$
+  * ! JUSTME ?? confirmation$
+  { DELAY="$DELAY_TONIGHT" }
+
+  DEST=mass
 }
 
 # vim:ft=procmail