From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id D068F1F451 for ; Wed, 10 Jan 2024 11:18:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1704885535; bh=WjsrR7/WvQxtcMBvGoFLHb5nXM+WuVhhMVUFR7Ax0LQ=; h=From:To:Subject:Date:From; b=nGaAR7rlofE2IVBjviWAzpG2yBycVxhuAsN7y7/AyD2Xaqn5ovIGHIzttYZTY8nWh tTHbK/Rb3A99CTZrC6Pof/wASgUg7fDpnB/KE/qeigdw06Ta19KEUeRNk+TQwKQhPz 6YZty8PYcgbF0ErwMnC4XX2nJny3bylz6Eu+cCEs= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] lei NNTP + error handling fixes Date: Wed, 10 Jan 2024 11:18:52 +0000 Message-ID: <20240110111855.2656443-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: These apply to public-inbox-watch, too, actually. I also just noticed 3/3 while testing something after 2/3. Eric Wong (3): net_reader: fix NNTP credential use lei+net_reader: show NNTP message in more failures lei_to_mail: show supported mbox formats on error lib/PublicInbox/LeiLsMailSource.pm | 6 +++++- lib/PublicInbox/LeiToMail.pm | 4 +++- lib/PublicInbox/NetReader.pm | 24 +++++++++++++++--------- 3 files changed, 23 insertions(+), 11 deletions(-)