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