From: martin f. krafft Date: Tue, 10 Mar 2009 14:19:11 +0000 (+0100) Subject: ignore twitter replies X-Git-Url: https://git.madduck.net/etc/mailfilter.git/commitdiff_plain/47a067960e0ce9c0a1e3441dae9fa9416e5bbeff?ds=inline ignore twitter replies --- diff --git a/procmail/rules/feeds b/procmail/rules/feeds index c7068cc..aa4648b 100644 --- a/procmail/rules/feeds +++ b/procmail/rules/feeds @@ -3,6 +3,14 @@ { DELAY="$DELAY_TONIGHT" DEST=feeds + + :0 + * ORIG_TO ?? @twitter\.com$ + * SUBJECT ?? ^[^:]+: @ + { + LOG="feeds: discarding twitter.com reply$NL" + SWITCHRC=$PMDIR/discard + } } # vim:ft=procmail