X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/0f4bcee75353935ff9bc605f7e0b31d12e302605..67b726c2d3dfe128fc17fee55ccec6cb84d4152b:/procmail/rules/feeds diff --git a/procmail/rules/feeds b/procmail/rules/feeds index bb653a6..842492f 100644 --- a/procmail/rules/feeds +++ b/procmail/rules/feeds @@ -1,5 +1,17 @@ :0 * ORIG_DOMAIN ?? ^r2e\.madduck\.net$ -{ DEST=feeds } +{ + 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