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: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-it1-x142.google.com (mail-it1-x142.google.com [IPv6:2607:f8b0:4864:20::142]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 2EB1D1F453 for ; Fri, 18 Jan 2019 21:04:12 +0000 (UTC) Received: by mail-it1-x142.google.com with SMTP id h65so7633494ith.3 for ; Fri, 18 Jan 2019 13:04:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=90qfg17SL50xx9+0f/lH63RbD1QCvxd31KiWEGbILos=; b=RvxZvk0czjk2L+BHPlPIcHxt2tn0ls8/HEWR1QFU9hPRlTEerTEZpOjgkF7zFGRXIH DuYUQaYkmAOACVW4TJLVMBrU8N38S65SJcQZQkvzYtTSEmbT0kTim/wMLugtzSLL4qjJ GXxkSGZw3oOQdHCiNAsN5xE4VS20v/gLeFgIM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to:user-agent; bh=90qfg17SL50xx9+0f/lH63RbD1QCvxd31KiWEGbILos=; b=nBEcntaZcXZ4p7yi5kuZ4TC5Is/HPMunVEswM/XXCdpVtfEsiKjiiy9d6BKL225fON anLpt03hbRQjFrT7rBC6KQjkbcUuAIE7ynfSjczgz38vNZjNjassAdvJHd2Tt8eGGiuD Bzb5ZFBlU7dcf/pOtMqCxrAXyv07cXg9vpXmOhVI658D/2jRDrFhXHrF0pX0acaayFTE elNjkacsQ1YqHTD3zrqmiWF3Zs0J/oxc38JyqLM9Dod9K0qez7oYHXoOhIRlzf74GBDX ZV6j8cXhMq3Ccew2INmLiusTYki7I8Jyr77WNe5/kj3YwZWAl4m9D+wE7hiHf0bzMiMb fKkQ== X-Gm-Message-State: AJcUukcNbXd+Zg4BLiXhcvfrizDyV8+UXr0hfW0SGNFG+OvuCw6yQzJE rAmGmO3XVpSJ++NiK56rYTXzWA== X-Google-Smtp-Source: ALg8bN6lMoLBdeUgx01xQKZSjhWDBSzfDq4RIRPWZopytN1lkg81fIEypEfAYEiTKdlo16nJCCLQhg== X-Received: by 2002:a02:57c4:: with SMTP id b65mr11972399jad.79.1547845450996; Fri, 18 Jan 2019 13:04:10 -0800 (PST) Received: from pure.paranoia.local ([198.144.156.49]) by smtp.gmail.com with ESMTPSA id r16sm2199589ioa.16.2019.01.18.13.04.09 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 18 Jan 2019 13:04:10 -0800 (PST) Date: Fri, 18 Jan 2019 16:04:08 -0500 From: Konstantin Ryabitsev To: Eric Wong Cc: Wang Kang , meta@public-inbox.org, alpine-info@u.washington.edu Subject: Re: [PATCH] nntp: header responses use CRLF consistently Message-ID: <20190118210408.GB6330@pure.paranoia.local> Mail-Followup-To: Eric Wong , Wang Kang , meta@public-inbox.org, alpine-info@u.washington.edu References: <20190116045802.ikm67b4cwigso3tc@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190116045802.ikm67b4cwigso3tc@dcvr> User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: On Wed, Jan 16, 2019 at 04:58:02AM +0000, Eric Wong wrote: > Thanks, I'm pretty sure the following will fix it. > > Not sure why others hadn't noticed since there's a lot of Alpine > users judging from Message-IDs. Anyways I managed to replicate it > quickly with alpine in Debian ("alpine -url news://...") and > strace quickly showed me the difference. > > Deploying to news.public-inbox.org shortly. > Cc-ing Konstantin for kernel.org. The latest master now runs on lore.kernel.org, so this problem should be fixed there as well. Best, -K