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