X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/01fc31f281cef79ed81dad234b2c2b7ddedc871d..7b2885756942760b00a9c4453cc54154fdab005b:/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