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.1 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF 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 E49FB1F4C1; Mon, 28 Nov 2022 20:59:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1669669171; bh=y35ive524YOQh2/aoK1QQeVjuil+2ozoaOXROXEN2wo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pAXYbP311JLY50nsty3ciDQbg57ZfIyaPtOPE9oUHt1TXR71FbxF/hFHfMarmP6ZU cTcvInocHy3pqfSf4mWzB0qh9tjkcTM0tmCnaAG1WNDH0lfq0o/E3hI3Ds76g4Q4Is DwKqgpuu7PGA9E+25/8TZQzbXfK0LTm7LZoFEzQM= Date: Mon, 28 Nov 2022 20:59:38 +0000 From: Eric Wong To: mephi42 Cc: meta@public-inbox.org Subject: Re: [PATCH] nntpd: fix LISTGROUP with range Message-ID: <20221128205938.M681997@dcvr> References: <20221128202521.62476-1-mephi42@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20221128202521.62476-1-mephi42@gmail.com> List-Id: mephi42 wrote: > This reverts 0c62cffc2389 ("nntp: listgroup_range_i: remove useless > `map' op") and adds a test that demonstrates the breakage: the server > returns lines like > > ARRAY(0x556dace73f08) > > instead of message numbers. > > Fixes: 0c62cffc2389 ("nntp: listgroup_range_i: remove useless `map' op") Thanks, pushed as commit fd06bcb8356a34ee9aef56e83fe96d959dc18123 Apologies for the breakage. Do you happen to know which NNTP client(s) were affected?