From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 23 15:50:06 2021 Received: (at submit) by debbugs.gnu.org; 23 Apr 2021 19:50:06 +0000 Received: from localhost ([127.0.0.1]:38910 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1la1oT-0006aK-Gy for submit@debbugs.gnu.org; Fri, 23 Apr 2021 15:50:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:55136) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1la1fC-0006M3-LH for submit@debbugs.gnu.org; Fri, 23 Apr 2021 15:40:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42456) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1la1fB-0002Bo-Ng for bug-guix@gnu.org; Fri, 23 Apr 2021 15:40:30 -0400 Received: from mout02.posteo.de ([185.67.36.66]:50229) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1la1f6-0004za-FD for bug-guix@gnu.org; Fri, 23 Apr 2021 15:40:29 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 3759E2400FD for ; Fri, 23 Apr 2021 21:40:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1619206822; bh=NYvYlQsff8O/XAJubOl0wFubR7dAMuZiZR498oT315o=; h=From:Subject:To:Date:From; b=mQTWE9CnbBLpUw5xrtPMLeXqZo7AVjb+mHuvXBNWClYdDsgP2VzAKzEJbeaxhOJjs WGLTN9b2ZRStrt9hNlg+ppm9nburYgkNQC5Nk5NPUYQd2D7VlvOFM37uactZtWZ81z xr8FbS9NjqBgvA0tKE2yrXHDMfK3uaD7W3SFMCBli2LWCeWtboI9e0jjc6PYs1rlBV Sgd+5Mwayn+yT7+UILCZFxwHEaLL1jXwal04CDkSFln7WhOTqTzcguAiekxKDR7iMx GRbeFiCCqWNCi3Ow/A9U97N8GikF0LPGC8byet7qDLW7x9tzbLc8QApA7V6tVQS0Wi xntxf1r6SNf3A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FRl4j1NS3z9rxM for ; Fri, 23 Apr 2021 21:40:20 +0200 (CEST) From: Zelphir Kaltstahl Subject: guix patches debuggs not supporting TLS? To: bug-guix@gnu.org Message-ID: <878e62c8-a2bf-9465-bb45-9f9fc86729ae@posteo.de> Date: Fri, 23 Apr 2021 19:40:14 +0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------------D421816CBD4A5C5183EF6BC6" Content-Language: en-US Received-SPF: pass client-ip=185.67.36.66; envelope-from=zelphirkaltstahl@posteo.de; helo=mout02.posteo.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 23 Apr 2021 15:50:03 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) This is a multi-part message in MIME format. --------------D421816CBD4A5C5183EF6BC6 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hello Guix developers, I am not sure, this is the correct list to write to about this. When I send an e-mail to the guix bug list, the debbugs backend assigns a number and so on. But whenever I reply to the debbugs address, I get an error: "Undelivered Mail Returned to Sender" from my mail provider. The diagnostics code is: ~~~~ Reporting-MTA: dns; mout02.posteo.de X-Postfix-Queue-ID: ADDDE1A00BE X-Postfix-Sender: rfc822; zelphirkaltstahl@posteo.de Arrival-Date: Fri, 23 Apr 2021 21:32:12 +0200 (CEST) Final-Recipient: rfc822; 47545@debbugs.gnu.org Original-Recipient: rfc822;47545@debbugs.gnu.org Action: failed Status: 5.7.4 Diagnostic-Code: X-Postfix; TLS is required, but was not offered by host debbugs.gnu.org[209.51.188.43] ~~~~ To me it seems that guix bug initially offers TLS, but that the debbugs backend somehow does not and since my e-mail client is set to always use TLS, the e-mail cannot be properly sent. This makes it impossible to stick to debbugs threads identified by the bug numbers. Can anything be done to accept TLS there or is there some reasoning, for it having to not be enabled? Or perhaps I am getting the error completely wrong and it means something different? Best regards, Zelphir -- repositories: https://notabug.org/ZelphirKaltstahl --------------D421816CBD4A5C5183EF6BC6 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit

Hello Guix developers,

I am not sure, this is the correct list to write to about this.

When I send an e-mail to the guix bug list, the debbugs backend assigns a number and so on. But whenever I reply to the debbugs address, I get an error: "Undelivered Mail Returned to Sender" from my mail provider. The diagnostics code is:

~~~~
Reporting-MTA: dns; mout02.posteo.de
X-Postfix-Queue-ID: ADDDE1A00BE
X-Postfix-Sender: rfc822; zelphirkaltstahl@posteo.de
Arrival-Date: Fri, 23 Apr 2021 21:32:12 +0200 (CEST)

Final-Recipient: rfc822; 47545@debbugs.gnu.org
Original-Recipient: rfc822;47545@debbugs.gnu.org
Action: failed
Status: 5.7.4
Diagnostic-Code: X-Postfix; TLS is required, but was not offered by host
    debbugs.gnu.org[209.51.188.43]
~~~~

To me it seems that guix bug initially offers TLS, but that the debbugs backend somehow does not and since my e-mail client is set to always use TLS, the e-mail cannot be properly sent. This makes it impossible to stick to debbugs threads identified by the bug numbers.

Can anything be done to accept TLS there or is there some reasoning, for it having to not be enabled? Or perhaps I am getting the error completely wrong and it means something different?

Best regards,
Zelphir

-- 
repositories: https://notabug.org/ZelphirKaltstahl
--------------D421816CBD4A5C5183EF6BC6--