X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/01fc31f281cef79ed81dad234b2c2b7ddedc871d..7d12e73afd592caacf9c861f54898868b965090f:/procmail/rules/mass diff --git a/procmail/rules/mass b/procmail/rules/mass index f7d539f..9915652 100644 --- a/procmail/rules/mass +++ b/procmail/rules/mass @@ -1,17 +1,8 @@ :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}/ +{ + DELAY="$DELAY_TONIGHT" + DEST=mass } # vim:ft=procmail