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: AS49981 217.23.0.0/20 X-Spam-Status: No, score=-2.9 required=3.0 tests=AWL,BAYES_00,RCVD_IN_XBL, RDNS_NONE,SPF_FAIL,SPF_HELO_FAIL shortcircuit=no autolearn=no autolearn_force=no version=3.4.0 Received: from 80x24.org (unknown [217.23.13.129]) by dcvr.yhbt.net (Postfix) with ESMTP id 5110E1FA7B for ; Wed, 14 Jun 2017 00:10:57 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] support per-inbox "replyto" parameter Date: Wed, 14 Jun 2017 00:10:50 +0000 Message-Id: <20170614001053.12823-1-e@80x24.org> List-Id: These changes should facilitate hosting mirrors of (unfortunately) centralized mailing lists. More changes, such as email address obfuscation may be necessary to support misguided people who believe in address obfuscation. Eric Wong (3): view: split out reply logic into its own module replyto parameter support reply: support Reply-To MANIFEST | 2 ++ lib/PublicInbox/Config.pm | 2 +- lib/PublicInbox/Reply.pm | 84 +++++++++++++++++++++++++++++++++++++++++++++++ lib/PublicInbox/View.pm | 50 +++------------------------- t/reply.t | 67 +++++++++++++++++++++++++++++++++++++ t/view.t | 12 ------- 6 files changed, 158 insertions(+), 59 deletions(-)