X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/6dc89cc5e53c022184fb14020dd89cbc5a2939fd..774fb66392fd76d5965381f8fcad87dc057b162f:/procmail/rules/feeds?ds=sidebyside diff --git a/procmail/rules/feeds b/procmail/rules/feeds index 5f17bd6..90c98f2 100644 --- a/procmail/rules/feeds +++ b/procmail/rules/feeds @@ -1,10 +1,17 @@ :0 * ORIG_DOMAIN ?? ^r2e\.madduck\.net$ { - DESTDIR=$BASE/.feeds + DELAY="$DELAY_TONIGHT" + DEST=feeds :0 - ${DESTDIR}/ + * ORIG_TO ?? @twitter\.com$ + * SUBJECT ?? ^[^:]+: @ + * SUBJECT ?? ^\/[^:]+ + { + LOG="feeds: discarding twitter.com reply by $MATCH$NL" + SWITCHRC=$PMDIR/discard + } } # vim:ft=procmail