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-- From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 17 21:50:09 2022 Received: (at 47980) by debbugs.gnu.org; 18 Mar 2022 01:50:09 +0000 Received: from localhost ([127.0.0.1]:55775 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nV1kn-0004V5-Gl for submit@debbugs.gnu.org; Thu, 17 Mar 2022 21:50:09 -0400 Received: from mail-qt1-f176.google.com ([209.85.160.176]:40719) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nV1kl-0004Uq-MW for 47980@debbugs.gnu.org; Thu, 17 Mar 2022 21:50:08 -0400 Received: by mail-qt1-f176.google.com with SMTP id i4so5888848qti.7 for <47980@debbugs.gnu.org>; Thu, 17 Mar 2022 18:50:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=xSTomwnpnb7JK+R/YTfOi+w327z/39vRJzfc8d+/1NQ=; b=ZmQeZj4VfUT/VIBEJAiHb/8X09ih8sLYrDfNAmzDnhezYq1xBRI9n1EMO78vQlShFr O7Dq1U2E6FfN4DBDiHM0Fk3kfOLLrNfqtVLdipeSbFqWnF/JG0v6riuA929Nc+t9Lp+s 1znB19mXjR+oSXSF6AnH7p9qA52yqjLG/1NIfQ8rI8L2wDweB/6bDfiSbd2Ffpa58QbK FQHEkRSLd1o7173mLgKquXODsxHdumNW2gtTruvi1trpKbM6t/Mm8t23f/WDVsTE+pry /eaiAw3JdoOeOF9isNAX6RzTYNPCHasa/7rpZ77/FjxyA0kUn+UQ34KaGfi2NcqGwghp Zi0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=xSTomwnpnb7JK+R/YTfOi+w327z/39vRJzfc8d+/1NQ=; b=XPtT4DzUOKFRUbovbFoos0764wB1PEJl3WIldMJ8CMKHrDEwrKsCzrZOmAW4VPsQ3E Px/G5/th3EaUrz9OdGLBuT3jaN7mqyBAOjHrLjR+WjJZuHKcUyOZhQv3cJvj3hrMdtQg fwj9QzgjaqqWSjUsFe09ggyM3yjcMPC4QrU6K4TG8Ral/Ck7/zM3eIThGvqvNVXda5h0 yTCYnD60NcT61r2fvAmCqxdXJ9kp7kxk1jn+GZZ6SK3sxEoijkUqjAwIE9/qFbUPKekD s/2u1a7PWv9LjFjLV0tpc5EUKchTDJeLEe/oQkVz7vVwyPv07iA5wOpvI5lBPWHHX+ZU TnLg== X-Gm-Message-State: AOAM530tGitGp3QaayKzbPPrdNnw48xaEacypEG102lcvfusqQWHULlg e/d+gzKm7HNfmxvKgUtKdGfL55e4OXE= X-Google-Smtp-Source: ABdhPJw8HNh3VZlb7mB30S1TjxWTeh3VLQAOY9mPwNPEfDjkqLfwVMln/DHcV3nnntH8NFdhGo/aMA== X-Received: by 2002:ac8:7f81:0:b0:2e1:fd50:24f2 with SMTP id z1-20020ac87f81000000b002e1fd5024f2mr3011173qtj.353.1647568202025; Thu, 17 Mar 2022 18:50:02 -0700 (PDT) Received: from hurd (dsl-10-131-58.b2b2c.ca. [72.10.131.58]) by smtp.gmail.com with ESMTPSA id f21-20020ac859d5000000b002e1e1dfaea5sm5100246qtf.30.2022.03.17.18.50.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Mar 2022 18:50:01 -0700 (PDT) From: Maxim Cournoyer To: Zelphir Kaltstahl Subject: Re: bug#47980: guix patches debuggs not supporting TLS? References: <878e62c8-a2bf-9465-bb45-9f9fc86729ae@posteo.de> Date: Thu, 17 Mar 2022 21:50:00 -0400 In-Reply-To: <878e62c8-a2bf-9465-bb45-9f9fc86729ae@posteo.de> (Zelphir Kaltstahl's message of "Fri, 23 Apr 2021 19:40:14 +0000") Message-ID: <878rt881x3.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 47980 Cc: 47980@debbugs.gnu.org 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: -1.0 (-) Hi Zelphir, Zelphir Kaltstahl writes: > 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] > ~~~~ Is this still an issue, or it got resolved? If it's no longer an issue, you can close it by wide replying, and altering the '47980@debbugs.gnu.org' in CC to '47980-done@debbugs.gnu.org'. Thank you! Maxim From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 28 09:00:01 2022 Received: (at 47980) by debbugs.gnu.org; 28 Dec 2022 14:00:01 +0000 Received: from localhost ([127.0.0.1]:57287 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pAWyP-0003K6-2e for submit@debbugs.gnu.org; Wed, 28 Dec 2022 09:00:01 -0500 Received: from mout02.posteo.de ([185.67.36.66]:42667) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pAWyN-0003Jr-CO for 47980@debbugs.gnu.org; Wed, 28 Dec 2022 09:00:00 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 4EBF82403EB for <47980@debbugs.gnu.org>; Wed, 28 Dec 2022 14:59:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1672235993; bh=TY/ZtpydppGJuzEZ3U1ajXNElFBpbS8IIWzIl46A5Yo=; h=From:To:Subject:Date:From; b=ICqqji4ooDaWSKhen6DDpb6eG56/DbNTKARZVYZfagegOp9PFLyXpjHUcyQLar11W a83aoq+lwCdqA7B/Qd82L0qhXnCluWqIB4SRSJvPQEiTsBvFtqeT6HV+4NXPqZwoUN o8UDHYt5KDP3zPWoNmlFEICzcWYQVo52d+hxuD2fNSw3wPoFwD7h1P9oJJVoIynwtr msFBMuUKNM188Xd/jtki4BmqfGcR0VjBVprDk8AMJDbreSPFBurPGN4TU6MWwkWBCQ lXI+cSrdEJ9Gp3GqcegfVp5rmYgrP43vwvBIbZxRRDN9g7NyL3oSWUUKCET5ada1l0 vgbcVK4KTeurA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NhtSS05mvz6tlh for <47980@debbugs.gnu.org>; Wed, 28 Dec 2022 14:59:50 +0100 (CET) From: Elias To: 47980@debbugs.gnu.org Subject: guix patches debuggs not supporting TLS? Date: Wed, 28 Dec 2022 13:59:50 +0000 Message-ID: <871qojljc9.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 47980 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: -3.3 (---) I can confirm this is still an issue at the moment. Same email provider requiring TLS by default, and still only happening when replying to the debuggs adress. > <60363@debbugs.gnu.org>: TLS is required, but was not offered by host > debbugs.gnu.org[209.51.188.43] > > Reporting-MTA: dns; mout02.posteo.de > X-Postfix-Queue-ID: 90BDE1A00BC > X-Postfix-Sender: rfc822; elias.kueny@posteo.net > Arrival-Date: Wed, 28 Dec 2022 13:44:09 +0100 (CET) > > Final-Recipient: rfc822; 60363@debbugs.gnu.org > Original-Recipient: rfc822;60363@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]