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, 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.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B04931F4D7; Wed, 25 May 2022 09:00:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1653469247; bh=Txzpnozx5bxaPx64XZGa+FbUKtis/boHhbB+8QE2Qm8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QrP8RFXjcFoLB0D9kQnnSTqv0hFP/7CgrsdSzbuGMv2SHvpcGHGTpaPa4/QVzcXI/ ZXUqwhRLT9YZFZPT3+XSMaP9PeH+UrmZZ5/rFOzDrI+GKSJhv+dCsiohZf85Vdf3aO 34Gi8UovJNo8ozscF9tfUWR+IejulX1XpUTWiBE4= Date: Wed, 25 May 2022 09:00:47 +0000 From: Eric Wong To: Mukund Sivaraman Cc: Kyle Meyer , meta@public-inbox.org Subject: Re: Message-ID not found Message-ID: <20220525090047.GA17143@dcvr> References: <871qwiqz4b.fsf@kyleam.com> <87y1yqperi.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: Mukund Sivaraman wrote: > Hi Kyle > > On Wed, May 25, 2022 at 07:49:07AM +0530, Mukund Sivaraman wrote: > > > Could there be something in your setup that's doing the second round of > > > percent-encoding? > > > > nginx is a reverse-proxy in front of public-inbox-httpd. I'll check if > > it breaks anything. > > It was a problem with the nginx reverse-proxy config. I updated it, and > it works now. Thank you for checking, and esp. pointing out that it > worked directly with public-inbox-httpd. Thanks both. Fwiw, the long-term plan is to allow public-inbox-httpd to replace nginx entirely to avoid configuration pitfalls like this.