From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 614B31F6DC for ; Thu, 26 Jan 2017 03:40:15 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] -watch: support configurable subject filters Date: Thu, 26 Jan 2017 03:40:06 +0000 Message-Id: <20170126034008.6396-1-e@80x24.org> List-Id: Unfortunately, some mailing list administrators insist on tagging Subject: lines with the list name instead of teaching users to look for list-specific headers and build better user interfaces for managing their own mail. So, public-inbox now provide an interface to strip those tags from Subject lines to reduce clutter when mirroring those archives. Eric Wong (2): watchmaildir: allow arguments for filters add filter for Subject: tags MANIFEST | 2 ++ lib/PublicInbox/Filter/SubjectTag.pm | 33 +++++++++++++++++++++++++++++++++ lib/PublicInbox/WatchMaildir.pm | 8 +++++++- t/filter_subjecttag.t | 27 +++++++++++++++++++++++++++ 4 files changed, 69 insertions(+), 1 deletion(-)