X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/29eaf6d1140ab9365c64b7edead45e6ac89eaa0d..b3c3c1782c5bd56cc75b5f13bc8804f3db12fa6b:/procmail/rules/feeds diff --git a/procmail/rules/feeds b/procmail/rules/feeds index c7068cc..350ddd6 100644 --- a/procmail/rules/feeds +++ b/procmail/rules/feeds @@ -3,6 +3,15 @@ { DELAY="$DELAY_TONIGHT" DEST=feeds + + :0 + * ORIG_LOCAL ?? =twitter\.com$ + * SUBJECT ?? ^[^:]+: @ + * SUBJECT ?? ^\/[^:]+ + { + LOG="feeds: discarding twitter.com reply by $MATCH$NL" + SWITCHRC=$PMDIR/discard + } } # vim:ft=procmail