From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 521091F487 for ; Wed, 1 Apr 2020 06:16:20 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] Message-ID-related cleanups Date: Wed, 1 Apr 2020 06:16:17 +0000 Message-Id: <20200401061620.29276-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: While I'm still not sure what to do about spaces in Message-IDs(*), I noticed some improvements that could be made to make our Message-ID handling code more consistent. (*) https://public-inbox.org/meta/20200331083250.GA27164@dcvr/ Eric Wong (3): smsg: inline _extract_mid functionality searchidx: v1: skip mid_clean on mid_mime results mid: add $MID_EXTRACT regexp for export lib/PublicInbox/Linkify.pm | 3 ++- lib/PublicInbox/MID.pm | 12 +++++++----- lib/PublicInbox/NNTP.pm | 16 ++++++++-------- lib/PublicInbox/SearchIdx.pm | 6 +++--- lib/PublicInbox/SearchThread.pm | 3 ++- lib/PublicInbox/Smsg.pm | 6 ++---- lib/PublicInbox/View.pm | 5 +++-- scripts/ssoma-replay | 2 +- 8 files changed, 28 insertions(+), 25 deletions(-)