From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id uHcJOl4UB2TIbgAASxT56A (envelope-from ) for ; Tue, 07 Mar 2023 11:39:27 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id +PUOOl4UB2RnDQEA9RJhRA (envelope-from ) for ; Tue, 07 Mar 2023 11:39:26 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C5D422F35E for ; Tue, 7 Mar 2023 11:39:26 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pZUil-0001Ko-6i; Tue, 07 Mar 2023 05:39:03 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZUik-0001KS-4S for guix-patches@gnu.org; Tue, 07 Mar 2023 05:39:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pZUij-00061v-TA for guix-patches@gnu.org; Tue, 07 Mar 2023 05:39:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pZUij-0004ng-Pk for guix-patches@gnu.org; Tue, 07 Mar 2023 05:39:01 -0500 Subject: bug#61991: [PATCH] gnu: Add cl-smtp. Resent-From: Guillaume Le Vaillant Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 07 Mar 2023 10:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 61991 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: jgart Cc: 61991-done@debbugs.gnu.org Mail-Followup-To: 61991@debbugs.gnu.org, glv@posteo.net, jgart@dismail.de Received: via spool by 61991-done@debbugs.gnu.org id=D61991.167818551918417 (code D ref 61991); Tue, 07 Mar 2023 10:39:01 +0000 Received: (at 61991-done) by debbugs.gnu.org; 7 Mar 2023 10:38:39 +0000 Received: from localhost ([127.0.0.1]:44583 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZUiN-0004mx-0U for submit@debbugs.gnu.org; Tue, 07 Mar 2023 05:38:39 -0500 Received: from mout02.posteo.de ([185.67.36.66]:42093) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZUiL-0004ml-Ij for 61991-done@debbugs.gnu.org; Tue, 07 Mar 2023 05:38:37 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 106C02406B2 for <61991-done@debbugs.gnu.org>; Tue, 7 Mar 2023 11:38:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1678185512; bh=JL0q6VAxj4ofqzpCNi5v9Zu/l3Yy3llyL34xVu8/RT8=; h=From:To:Cc:Subject:Date:From; b=iuSehpr4BhIEQj9leusrimjrQtEZXhM2IYjjLnwX7Ui7k+JDmZo8C9iElgJJ0+vuO GiR+WE31/KKDWL+SgHcf+ULVV+vz5oJDqNFKElgCJY1Gdm95ZxQGp1A9Zzz63/Or6C 6kbeVt5QqQhTZNzOzoP/7V7sDsddRWsXGwzKy92viislaesqpwFwRUSw1YIwUvpJ4l IKFvdFdq72LF6TZ7azybfJOiX8fdIX7xwg3B9TOdt43xh4GB0KFJiEpDoWIIqIYN9h izkL2V/yHyG87i3XJzdcSxbOPjMTFTQI/aTijtoRoIFRHMOjRDtgyMsHBVpmA5696+ HBNgjS+FGDJBQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PWBkH36jhz9rxK; Tue, 7 Mar 2023 11:38:31 +0100 (CET) References: <20230306011714.21260-1-jgart@dismail.de> From: Guillaume Le Vaillant Date: Tue, 07 Mar 2023 10:37:03 +0000 In-reply-to: <20230306011714.21260-1-jgart@dismail.de> Message-ID: <87bkl4g82h.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1678185566; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=JL0q6VAxj4ofqzpCNi5v9Zu/l3Yy3llyL34xVu8/RT8=; b=jp3SpUKsVdoLISkHcQh+WlW1f5fpWCtmVTq4+/5HIBQzvUSvac3bilazYw4USSO3KVDgk5 ZTRV0ZzM1oCYS45zaM9eXlXlN3n/tS6nLNO9/7STGTkItPGzDVB6kGjcjmeekUVSvohT2u bdw/orwp/2fKpGxCpCxD7WJJ3PV7E3H+fslT1HR2hLf7K60mYAXpn3uvZ3I9TGPLjtpmJh pVG2aN5WgoEhJEc6xanSRWyHbXOlQr1Au4pecOw7Y8ysR06Z/Li1XXUxQUIDZXD2bBT9wS 8bG+QQyQzkbLmbgvixZLvsiGIAqQYH7CxNmTA5bIa7NhWqKnflc/jHMyvOnsSA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=iuSehpr4; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1678185566; a=rsa-sha256; cv=none; b=b2P/CgooFKxZ6o8hSJ9qW/o9uuZTRfgbukR7r9xS9CVw780/8lRIuwLr1r/fILlj5smWH1 f/j71L6S4Oimrz2bBG9EglCvu2WdomFB9VSlG4sUUar0MOY2H4r7OjsL2WM2iTh7CRo48i ALbQS1poZbB041MkhauaaZgf09bIjpm//oGkAcTGBykRVddhBeoCXGFakGJaKAnrN09RV3 O7ZwAaCBM2kLkfHmheTqPHnFjQfbz/ucAscZb/QXxlpJvsxnQcGqhgA9SC6CsCoFaK67o1 hHcnautkAIFYhPHZOLQJEdE0Qu4A7B9KpPY+7EkH4SuX9NXjjnNeKBpW01++iA== Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=iuSehpr4; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) X-Migadu-Spam-Score: 5.49 X-Spam-Score: 5.49 X-Migadu-Queue-Id: C5D422F35E X-Migadu-Scanner: scn1.migadu.com X-TUID: fYQvk1zLcvFd --=-=-= Content-Type: text/plain Patch pushed as 0de96f0c73edb263ba6bb8088d3e2c2c88518344. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZAcUJg8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j+p8AD/W9vvE1c7fLAnkO/gAyj0Qv8wVyyS9hePGKVh mzKgsToA/R0tb1hptSfql9mGsKPLMIpTDhoKMerS+0a8OENn+Iwf =+D2Z -----END PGP SIGNATURE----- --=-=-=--