From unknown Fri Aug 15 02:05:11 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#49486 <49486@debbugs.gnu.org> To: bug#49486 <49486@debbugs.gnu.org> Subject: Status: [PATCH] gnu: msmtp: Make it configurable with envrinoment variables Reply-To: bug#49486 <49486@debbugs.gnu.org> Date: Fri, 15 Aug 2025 09:05:11 +0000 retitle 49486 [PATCH] gnu: msmtp: Make it configurable with envrinoment var= iables reassign 49486 guix-patches submitter 49486 Andrew Tropin severity 49486 normal tag 49486 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 09 06:27:03 2021 Received: (at submit) by debbugs.gnu.org; 9 Jul 2021 10:27:03 +0000 Received: from localhost ([127.0.0.1]:58385 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m1nio-00082r-NH for submit@debbugs.gnu.org; Fri, 09 Jul 2021 06:27:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:47212) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m1nik-00082Q-9r for submit@debbugs.gnu.org; Fri, 09 Jul 2021 06:27:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58884) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m1nik-0002tm-2u for guix-patches@gnu.org; Fri, 09 Jul 2021 06:26:58 -0400 Received: from mail-lf1-x133.google.com ([2a00:1450:4864:20::133]:40825) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1m1nid-0008Sr-81 for guix-patches@gnu.org; Fri, 09 Jul 2021 06:26:57 -0400 Received: by mail-lf1-x133.google.com with SMTP id q18so22363343lfc.7 for ; Fri, 09 Jul 2021 03:26:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop-in.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:mime-version; bh=mU2Tq3RFk9liiJPo4DgNADLvJleW388TutOy0U6EyKM=; b=exB9e1dG8ZikBUViBYPNBYgI8qOmvyR8htf/hNToVl2608Bs4UPXRX2NA0dxi6tVZG vjIyV284JtJl5Rx/4+QGHA5HnWBqEgto1+P9DpMck8r22ACXbLUt6jCvJfoYgfWWb6Uh U22tto+IrLbxqaMIm6py85rovHBUfXOz/5JmqAqVs3IJsS9DXWsLUpT8EfNItWDK7KjG nC2oDKselvZxjb6/VDQ1ol7PLoCwQxpJRMWp67HhqDYjbp6+SoTM2mJiA8wky/Yycavn kGk4cJmr41vRo5hozQnTu7KyC28iSiggBCkFXjqQtmyDoF2v65pj7NF6p7Za1v/8VNEs EEEg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=mU2Tq3RFk9liiJPo4DgNADLvJleW388TutOy0U6EyKM=; b=PQwWEUrHGoIMYrkkY0484SeChCYEKOx6iq2KK383M2HruqGAT4LzXtlG0lXrflWunk 7xEmzDTO5nEbX/sV9C3e05Vha9zX0HeFO+yfwDs4CpYBMM8UuvF39BYuIlU6SbcVlgbQ HNMdqTHpoI/lLqnS+4FjYGODN1aWlQHf+2HAOjNJxb010AgEvU/pXerR42itfSyKKWS3 sxjb8uLe1vdUwUvoM2eq2BUTuW78S+unE46LCnk4FdSAL+J46VRiN0p4+/TQYAqMHho5 p7Zbc68MC07iHHGxxLyMFdOHfXPR79tAsR23qCFqlEBPBM3EhVhYvwznMRT6FFN3RFa4 r6+Q== X-Gm-Message-State: AOAM532v6kyjmv0CCqftE+FwctWzkhdHJVBJMNLeIyRYz9fHcYGSu80L Lxc8HecKEGGoXb4jDdTOj6F4kGO99iu2tg== X-Google-Smtp-Source: ABdhPJxwedcARSOXKuDT5fWdsrQ5dkjwM9oxVvlHLupJ2jhWA9SlpY+r8nlDYchBCyoIcn0R7mO7qg== X-Received: by 2002:a19:dc08:: with SMTP id t8mr1244202lfg.154.1625826407345; Fri, 09 Jul 2021 03:26:47 -0700 (PDT) Received: from localhost (109-252-117-164.nat.spd-mgts.ru. [109.252.117.164]) by smtp.gmail.com with ESMTPSA id i11sm430115lfd.147.2021.07.09.03.26.45 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Jul 2021 03:26:46 -0700 (PDT) From: Andrew Tropin To: guix-patches@gnu.org Subject: [PATCH] gnu: msmtp: Make it configurable with envrinoment variables Date: Fri, 09 Jul 2021 13:26:30 +0300 Message-ID: <877dhzzstl.fsf@trop.in> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: none client-ip=2a00:1450:4864:20::133; envelope-from=andrew@trop.in; helo=mail-lf1-x133.google.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit 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 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-msmtp-Make-it-configurable-with-envrinoment-vari.patch Content-Transfer-Encoding: quoted-printable From=2038987bffcd1088315c6414d6c6141140c3969e6b Mon Sep 17 00:00:00 2001 From: Andrew Tropin Date: Fri, 9 Jul 2021 13:20:10 +0300 Subject: [PATCH] gnu: msmtp: Make it configurable with envrinoment variables Add the support of following environment variables: MSMTPQ_QUEUE_DIR MSMTPQ_LOG MSMTPQ_QUIET MSMTPQ_CONN_TEST Add new --enqueue option, which forces to enqueue message instead of attempting to send it. Make msmtpq quite by default for compatibility with emacs and use ping inst= ead of netcat for connection test. Use binary absolute path in msmtpq and msmtp-queue scripts instead of relyi= ng on the binary being present in the $PATH. =2D-- gnu/packages/mail.scm | 19 +++++-- .../patches/msmtpq-add-enqueue-option.patch | 40 +++++++++++++ .../patches/msmtpq-add-env-variables.patch | 56 +++++++++++++++++++ 3 files changed, 111 insertions(+), 4 deletions(-) create mode 100644 gnu/packages/patches/msmtpq-add-enqueue-option.patch create mode 100644 gnu/packages/patches/msmtpq-add-env-variables.patch diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 74e3bda866..ed898d91d0 100644 =2D-- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1677,7 +1677,10 @@ addons which can add many functionalities to the bas= e client.") (uri (string-append "https://marlam.de/msmtp/releases/" "/msmtp-" version ".tar.xz")) (sha256 =2D (base32 "1klrj2a77671xb6xa0a0iyszhjb7swxhmzpzd4qdybmzkrixqr92"))= )) + (base32 "1klrj2a77671xb6xa0a0iyszhjb7swxhmzpzd4qdybmzkrixqr92")) + (patches + (search-patches "msmtpq-add-enqueue-option.patch" + "msmtpq-add-env-variables.patch")))) (build-system gnu-build-system) (inputs `(("libsecret" ,libsecret) @@ -1704,10 +1707,18 @@ addons which can add many functionalities to the ba= se client.") (install-file (string-append msmtpq "/msmtp-queue") bin) (install-file (string-append msmtpq "/README.msmtpq") doc) (install-file "scripts/vim/msmtp.vim" vimfiles) =2D ;; Don't rely on netcat being in the PATH to test for a =2D ;; connection, instead look up and ping debian.org. + (substitute* (string-append bin "/msmtp-queue") + (("^exec msmtpq") (format #f "exec ~a/msmtpq" bin))) (substitute* (string-append bin "/msmtpq") =2D (("EMAIL_CONN_TEST=3Dn") "EMAIL_CONN_TEST=3Dp")) + (("^MSMTP=3Dmsmtp") (format #f "MSMTP=3D~a/msmtp" bin)) + ;; Make msmtpq quite by default, because Emacs treat outp= ut + ;; as an indicator of error. Logging still works as it w= as. + (("^EMAIL_QUEUE_QUIET=3D\\$\\{MSMTPQ_QUIET:-\\}") + "EMAIL_QUEUE_QUIET=3D${MSMTPQ_QUIET:-t}") + ;; Use ping test instead of netcat by default, because ne= tcat + ;; is optional and can be missing. + (("^EMAIL_CONN_TEST=3D\\$\\{MSMTPQ_CONN_TEST:-n\\}") + "EMAIL_CONN_TEST=3D${MSMTPQ_CONN_TEST:-p}")) #t)))))) (synopsis "Simple and easy to use SMTP client with decent sendmail compatibilit= y") diff --git a/gnu/packages/patches/msmtpq-add-enqueue-option.patch b/gnu/pac= kages/patches/msmtpq-add-enqueue-option.patch new file mode 100644 index 0000000000..275ea6d04c =2D-- /dev/null +++ b/gnu/packages/patches/msmtpq-add-enqueue-option.patch @@ -0,0 +1,40 @@ +From a1be5a9b5ebaa3941f4cb08f99482bccf52a3082 Mon Sep 17 00:00:00 2001 +From: Andrew Tropin +Date: Fri, 9 Jul 2021 08:30:00 +0300 +Subject: [PATCH] msmtpq: Add --enqueue option + +--- + scripts/msmtpq/msmtpq | 13 ++++++++++++- + 1 file changed, 12 insertions(+), 1 deletion(-) + +diff --git a/scripts/msmtpq/msmtpq b/scripts/msmtpq/msmtpq +index fbf38f9..0f127f0 100755 +--- a/scripts/msmtpq/msmtpq ++++ b/scripts/msmtpq/msmtpq +@@ -520,11 +520,22 @@ if [ ! "$1" =3D '--q-mgmt' ] ; then # msmtpq - se= ndmail mode + # write mail body text to queue .mail file + cat > "${FQP}.mail" || \ + log -e "$?" "creating mail body file [ ${FQP}.mail ] : failed" # test= for error ++ # remove first argument, when --engueue provided ++ if [ "$1" =3D '--enqueue' ] ; then ++ enqueue=3Dt ++ shift ++ fi + # write msmtp command line to queue .msmtp file + echo "$@" > "${FQP}.msmtp" || \ + log -e "$?" "creating msmtp cmd line file { $* }"\ + " to [ ${ID}.msmtp ] : failed" # test for error +- send_mail "$@" # send the mail if possible, queue i= t if not ++ ++ if [ -n "$enqueue" ] ; then ++ enqueue_mail "$@" # always enqueue the mail ++ else ++ send_mail "$@" # send the mail if possible, queue i= t if not ++ fi ++ + lock_queue -u # unlock here + else # msmtp-queue - queue management mode + shift # trim off first (--q-mgmt) arg +--=20 +2.32.0 + diff --git a/gnu/packages/patches/msmtpq-add-env-variables.patch b/gnu/pack= ages/patches/msmtpq-add-env-variables.patch new file mode 100644 index 0000000000..d0a2813812 =2D-- /dev/null +++ b/gnu/packages/patches/msmtpq-add-env-variables.patch @@ -0,0 +1,56 @@ +From 511be91b0aad2dc9bcb9ae16b4576cd01787ac34 Mon Sep 17 00:00:00 2001 +From: Andrew Tropin +Date: Fri, 9 Jul 2021 08:29:19 +0300 +Subject: [PATCH] msmtpq: Allow to control queue dir, log file, etc via env + variables + +Provided variables: +MSMTPQ_QUEUE_DIR +MSMTPQ_LOG +MSMTPQ_QUIET +MSMTPQ_CONN_TEST +--- + scripts/msmtpq/msmtpq | 13 +++++++------ + 1 file changed, 7 insertions(+), 6 deletions(-) + +diff --git a/scripts/msmtpq/msmtpq b/scripts/msmtpq/msmtpq +index 4b074de..fbf38f9 100755 +--- a/scripts/msmtpq/msmtpq ++++ b/scripts/msmtpq/msmtpq +@@ -70,9 +70,9 @@ MSMTP=3Dmsmtp + ## ( chmod 0700 msmtp.queue ) + ## + ## the queue dir - modify this to reflect where you'd like it to be (no = quotes !!) +-Q=3D~/.msmtp.queue +-[ -d "$Q" ] || \ +- err '' "msmtpq : can't find msmtp queue directory [ $Q ]" '' # if n= ot present - complain ; quit ++Q=3D${MSMTPQ_QUEUE_DIR:-~/.msmtp.queue} ++[ -d "$Q" ] || mkdir -p "$Q" || \ ++ err '' "msmtpq : can't create msmtp queue directory [ $Q ]" '' + ## + ## set the queue log file var to the location of the msmtp queue log file + ## where it is or where you'd like it to be +@@ -84,7 +84,8 @@ Q=3D~/.msmtp.queue + ## (doing so would be inadvisable under most conditions, however) + ## + ## the queue log file - modify (or comment out) to taste (but no quotes = !!) +-LOG=3D~/log/msmtp.queue.log ++LOG=3D${MSMTPQ_LOG:-~/log/msmtp.queue.log} ++[ -d "$(dirname $LOG)" ] || mkdir -p "$(dirname $LOG)" + ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D +=20 + ## msmtpq can use the following environment variables : +@@ -108,8 +109,8 @@ LOG=3D~/log/msmtp.queue.log + ## + #EMAIL_CONN_NOTEST=3Dy # deprecated ; use below var + #EMAIL_CONN_TEST=3D{x| |p|P|n|s} # see settings above for EMAIL_CON= N_TEST +-EMAIL_CONN_TEST=3Dn +-#EMAIL_QUEUE_QUIET=3Dt ++EMAIL_QUEUE_QUIET=3D${MSMTPQ_QUIET:-} ++EMAIL_CONN_TEST=3D${MSMTPQ_CONN_TEST:-n} + ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D +=20 + umask 077 # set secure permissions on created = directories and files +--=20 +2.32.0 + =2D-=20 2.32.0 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJDBAEBCgAtFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmDoJFYPHGFuZHJld0B0 cm9wLmluAAoJECII0glYwd6wktsP/RKmrPUqs9WajfiHZ3jUUgbL2JFlX2M9hFKo XrBh0cAhD20a6frYqbCzag6Imtg+zxJxOf31j+5hqhtwDgYZM75lOXinEEIMO07p GTmteIrung6td4smkJh4f1ASQXhMqQnS8LgAKS8jHN5SCSj3SuiXsagmgXdWcf7Q VzfOpExZhrVRcESOLo6/bkIVyfrxnZp4NqiSFEQI52Hz1uW1q2lvB11WUw9n1kML +OpH9Xi5gfdy02tg0KEZRYgOsLik1haTkq3oPe1o+LKP4zPN2g69fpaHWOkPU3W6 nV6Sxf4uK125Cv1pBevCAXdPck8XIcy37kmEDUTKAH5Zww0Ke21D2qobVxE04pf0 8m26Af1zmCCajcsj6Dhmj2dVffpFC11UDrNCbtiNmdoPmdc55Dui69TDZCpPzXen /gha9FLiW4sw7sfnBYrcYe9Hw2+pDIgn9CrkeToNEcye9Ytv/lFQmQI9oh9X8d0L m7NQ6rmyGP1f7dUXKA/3Jk2B3zCYUw4kWvo2CIe1iacwECsNSwoKwj6ph2+kOjaL +8yjAqKRlCpM8v+63Vim4Rqct+hR4j4nJklQ0bMh8Ta2T+mOcEvlXhHn4Pi4Immy KH0+aIez7kGsgld64lDMoi6rebqEyuzmjPaTmLx21GgFpYsRhEiRZiYt7wlM2uwV XZrBptDf =kZTm -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 10 14:23:25 2021 Received: (at 49486) by debbugs.gnu.org; 10 Jul 2021 18:23:25 +0000 Received: from localhost ([127.0.0.1]:33435 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2HdN-0002Cy-IO for submit@debbugs.gnu.org; Sat, 10 Jul 2021 14:23:25 -0400 Received: from wout3-smtp.messagingengine.com ([64.147.123.19]:39245) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2HdL-0002Cl-MT for 49486@debbugs.gnu.org; Sat, 10 Jul 2021 14:23:24 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id EBD363200392; Sat, 10 Jul 2021 14:23:17 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Sat, 10 Jul 2021 14:23:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=/Sa4iQcRPPle/TTqdv7N1A7I q0adTAGu8q1EQFRZ6H4=; b=Y3SA11mxCGGEUlC/K2UuLJI+JSOxXLB1Ha8UcMWv k43oQ5vyK2fwD6lechHhu0p0mr671Fjx9482zO/T198jRHuac+LFJP4M5JpyF9Sg wydbCxvkIr8NQoBsaqpxMZ2w7Pvbc5BAbs4oH9dHbit+agJklcPWYSEk2tcs+s65 ogM= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=/Sa4iQ cRPPle/TTqdv7N1A7Iq0adTAGu8q1EQFRZ6H4=; b=Irbc0urZTdzRfWpN2SDDVy GkXsv/bc7635LUTV7e0HPJfl3RFlSoYNRXbWJygYmo8iHb9jZIUALLLWf4sxfWdM SjyN5GbXJEYkZmWBNvSbwXQ6o1TV+ulzjV1oSdwi1X7OSGKNZs/LqzabyZGrHyiS oENh31GpWhlzXgo4roMpk65A0CSDvEaor0yRy2A2XXbubLLTJ6JoHMzZwWLkAVoJ E6eJ+I3Mw364OkrXhpdC57YpVbq0TKAFuoub98DZ1CiIP/Rn/BHsOCBiW+arC4gM b0f9vcjFIUkH0cChLnyCSSCljD21r5J8xlLphQY+cqxMTRjgCZK9y1PPtvnKF0EQ == X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrtdekgdduvdefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfhfgggtuggjsehgtderredttddvnecuhfhrohhmpefnvghoucfh rghmuhhlrghrihcuoehlvghosehfrghmuhhlrghrihdrnhgrmhgvqeenucggtffrrghtth gvrhhnpeeljeegheffvdejgeegtdelledvveejhfetteffgfegheevheetkeellefhkeej feenucffohhmrghinhepmhgrrhhlrghmrdguvgenucevlhhushhtvghrufhiiigvpedtne curfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 10 Jul 2021 14:23:17 -0400 (EDT) Date: Sat, 10 Jul 2021 14:23:15 -0400 From: Leo Famulari To: Andrew Tropin Subject: Re: [bug#49486] [PATCH] gnu: msmtp: Make it configurable with envrinoment variables Message-ID: References: <877dhzzstl.fsf@trop.in> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="6Yi+t+ZKiY/RgHaQ" Content-Disposition: inline In-Reply-To: <877dhzzstl.fsf@trop.in> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49486 Cc: 49486@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.7 (-) --6Yi+t+ZKiY/RgHaQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 09, 2021 at 01:26:30PM +0300, Andrew Tropin wrote: > From 38987bffcd1088315c6414d6c6141140c3969e6b Mon Sep 17 00:00:00 2001 > From: Andrew Tropin > Date: Fri, 9 Jul 2021 13:20:10 +0300 > Subject: [PATCH] gnu: msmtp: Make it configurable with envrinoment variab= les >=20 > Add the support of following environment variables: > MSMTPQ_QUEUE_DIR > MSMTPQ_LOG > MSMTPQ_QUIET > MSMTPQ_CONN_TEST >=20 > Add new --enqueue option, which forces to enqueue message instead of > attempting to send it. >=20 > Make msmtpq quite by default for compatibility with emacs and use ping in= stead > of netcat for connection test. >=20 > Use binary absolute path in msmtpq and msmtp-queue scripts instead of rel= ying > on the binary being present in the $PATH. Thanks! Did you send these patches upstream? https://marlam.de/msmtp/contact/ In general, we don't patch packages to add features in Guix. We try to stay close to what is offered by the upstream development team, except for bug fixes. --6Yi+t+ZKiY/RgHaQ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAmDp5ZMACgkQJkb6MLrK fwgfKxAAsXEU6Hr2Uh7/SDCnhiT2TDbM9orMT0BlnBisp3lG8IU1b2SS8idmugiA iqkj3UeP1Bqtd14MJHYicmazG4yQ7xoiigpNfWTb749FZnn+k0cFzjUDoguSFYlX MfZwRaUOrrpH9osqc+sygYmjt8/qXIm3fnhPzGdLgfU1Ca7QGoXqQi/YwB7cEop4 fM8b+kk0/mTrUubWdIVri5TBmp8jMJr+/b0Sr/JCzZ5F6Ro1DkR0n281VaZhNkj4 YLsx3csfssAHeweTd89sevi7AVhYl16mpGmxeEyk0zIsItsV0Pl60CfdoOmdOVym 8vRAIAu3z/TWQoJfnVWaN3zi9JA5ZQMyPjKT+JBaI2DGJH0/tWPDlSX7PuMcS/67 OmwN8aFOpd7jrq+LNqcCCfJe2F27WwcHP72gXIQfzx7k1qUsPUNoZ00HlOwHvkIG eO/QVRnYlJLMK3HEHgawoTxsLruhjJE1zzBuTjkdGlGsjCc8Juv12LV1HlIwPdPD dY0aAabVpINMRwQ1RQqoA+z24FvHNCyFIpMDzsnu/VQGUVIUcJBsuLmlH0l1HN7U /KAioFYgccMySCRm+RBHP9rsc7X26hhc/vGOiCI15ItmAdiH9KT/7Qw79H9FN97C Vx7mDl0YQtAOVb2VQa2eR5bW9aB/34LYO9HqqsV7IdMIhdeDrpA= =k8P+ -----END PGP SIGNATURE----- --6Yi+t+ZKiY/RgHaQ-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 11 23:33:27 2021 Received: (at 49486) by debbugs.gnu.org; 12 Jul 2021 03:33:27 +0000 Received: from localhost ([127.0.0.1]:36166 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2mhD-0000VC-7q for submit@debbugs.gnu.org; Sun, 11 Jul 2021 23:33:27 -0400 Received: from mail-lj1-f176.google.com ([209.85.208.176]:36631) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2mh8-0000Uv-QC for 49486@debbugs.gnu.org; Sun, 11 Jul 2021 23:33:25 -0400 Received: by mail-lj1-f176.google.com with SMTP id a6so21695748ljq.3 for <49486@debbugs.gnu.org>; Sun, 11 Jul 2021 20:33:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop-in.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version; bh=NyGRkT47f5F2z2Bb+uvcFfZvLXYOvBhivH269w5+l4c=; b=ClYH0oTQjChUPcAg3+U3rwySk9KthCnL35OqfzCwCd5pDDXcdzxC1mbPCuQlzfv/BB NBld7WfMT8q9zGDpciOMrWuDw1igVfrRbMluvv0g8yujdLJ/UWT/gtUY1SKSfjeyO+q6 rzSCJdylcc8gZoQUKTdAstpZnWoSJ7XdKFi0DjEVFcN/doI6PB8u91POmIDGtsak5upi GAjHGaKYN090XXlz98F2Wjrqh85NyZObyIZfqlf1MltzVou1dJM9umKWmg4B8UdOqXDA u2JEeUA0abHKiIAoD2/jm2V3Z8jCNznZGovIJKo8Ivy8vK4zD+LS5P+qXNCdz/BwTLKV l5yQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version; bh=NyGRkT47f5F2z2Bb+uvcFfZvLXYOvBhivH269w5+l4c=; b=maAOU3YfDaZazK9EZfiTvIRApRtO/cUArfByFhPx/BMfR6Rl3G7HOk+AG14M9/yCle GByCeCa4pMMZFJ9pxPKf5lfp8sWxIQzdAubX52lP/xaYo9eiP4awk5EYGsza9oJ47Dv4 gXK49PK+6RwmL0SLxEVqXGXAHe+YFTVaMUuk13U7xZlaj6Dze2HH7/V1zRkWW397gxq8 Nqnii5R8yao+tg6PmgdVvRTAqgpjnUkFcSxFvA0I+QQzPOTfhBR7lA6KTteedlZK/71U 7mzlBN2BSTxfb5JkevSyL4E4Kk1PNp1Oh8w2i1d9wcqzWFHmKQrLMLMkH6uoO1eDyuW6 nrDg== X-Gm-Message-State: AOAM530j7xVGz28Au8vUQQK1haj/zrwU6MmbSx/8UNmIjLGsLn3vfwZ3 dJZZp4jBayOSALsuAnfylINTfqNlxQB5Tw== X-Google-Smtp-Source: ABdhPJz47LIo1fdKPqSQo+/cYqXlf7za4GYCB8BoHJzTLOAV1lP1z5vmu8ryzP2wzh1+DLcxEAFSUA== X-Received: by 2002:a2e:a0cc:: with SMTP id f12mr8519898ljm.379.1626060796719; Sun, 11 Jul 2021 20:33:16 -0700 (PDT) Received: from localhost ([109.252.117.164]) by smtp.gmail.com with ESMTPSA id x16sm1093511lfa.244.2021.07.11.20.33.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 11 Jul 2021 20:33:15 -0700 (PDT) From: Andrew Tropin To: Leo Famulari Subject: Re: [bug#49486] [PATCH] gnu: msmtp: Make it configurable with envrinoment variables In-Reply-To: References: <877dhzzstl.fsf@trop.in> Date: Mon, 12 Jul 2021 06:33:11 +0300 Message-ID: <87mtqsrytk.fsf@trop.in> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 49486 Cc: 49486@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 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Leo Famulari writes: > On Fri, Jul 09, 2021 at 01:26:30PM +0300, Andrew Tropin wrote: >> From 38987bffcd1088315c6414d6c6141140c3969e6b Mon Sep 17 00:00:00 2001 >> From: Andrew Tropin >> Date: Fri, 9 Jul 2021 13:20:10 +0300 >> Subject: [PATCH] gnu: msmtp: Make it configurable with envrinoment varia= bles >>=20 >> Add the support of following environment variables: >> MSMTPQ_QUEUE_DIR >> MSMTPQ_LOG >> MSMTPQ_QUIET >> MSMTPQ_CONN_TEST >>=20 >> Add new --enqueue option, which forces to enqueue message instead of >> attempting to send it. >>=20 >> Make msmtpq quite by default for compatibility with emacs and use ping i= nstead >> of netcat for connection test. >>=20 >> Use binary absolute path in msmtpq and msmtp-queue scripts instead of re= lying >> on the binary being present in the $PATH. > > Thanks! > > Did you send these patches upstream? > > https://marlam.de/msmtp/contact/ > Yes, just a few minutes ago. > In general, we don't patch packages to add features in Guix. We try to > stay close to what is offered by the upstream development team, except > for bug fixes. Agree, --enqueue is a feature and probably doesn't belong to the PM repo, the rest is more like a fix. Ok, let's see, what Martin will reply to proposed changes and I'll adjust this patch accordingly. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJDBAEBCgAtFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmDrt/cPHGFuZHJld0B0 cm9wLmluAAoJECII0glYwd6wwVcP/AppxzkN+5rYukVb2ehsyHpBGi32m2GLBCz/ f0kYr5wRieq7KPY/pscgdAVDF7KIwDoYO0qR+kOw0WMVWzLeHXGrh34IFl9dIdGt 9r6l9KJkR3iFrNuU3gwjyXPwzwPIgjTDUCYfHHcHadb+5Halgkg618RjQ+nTgLb5 LBhZecUmJE/LQSH54GRzapdtijtnMudRP0K5+E3e+r7POaVad5rbVIPkQkeHfvMz c62nivfB56enbMvDCw6/ttYoJZaaN1kONEJtYCTRKlU//DSWXtmD4Ed76A5P4okq BW5/YRN1WL7fPFid9uhSBT37OYvrtOe//7I0QwL8+xRH+Ld4BU1jqJU40u+D/JO4 wjJ8yHi5mrFbodAu9P/SbXvPcrZ4G8yefHcwLoMp4oMTbfMydQmgz1bRctZxiX/j DmZZaeGcbmnCB+pa3LNTIA2mOJuQ76ouR+1+HqfkSP0oaMisaec1xhOJ46+0+gz6 i7WGSVbdMb8PtCwzvOYSLDTjvjzYU6qgLq/Cw6XMJVguGSDulPg/FAv3JwboE+q1 CgJakw2TG6nJk5VEOOOB/6FiLxDAezTLCPCWqpudjkNQLaoUr8yK34iZAZuy3tnV ftLHll7ODgTH4/3EKS2pFiftctorz5PRFdnB9G94UQBrBgAfag0hYAuQwsHehlb6 42/A8WK+ =/nbd -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 12 10:56:53 2021 Received: (at 49486) by debbugs.gnu.org; 12 Jul 2021 14:56:53 +0000 Received: from localhost ([127.0.0.1]:38636 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2xMb-0005PE-00 for submit@debbugs.gnu.org; Mon, 12 Jul 2021 10:56:53 -0400 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:45213) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2xMY-0005Oy-Tl for 49486@debbugs.gnu.org; Mon, 12 Jul 2021 10:56:51 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 10215320094F; Mon, 12 Jul 2021 10:56:43 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Mon, 12 Jul 2021 10:56:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=a99DX50Kak/OLGQEJEpehYxV 3+Yrha35rgHf33+Lh68=; b=JJ5is/C14+4M273Yho3lOX/E/dKBf900L79KzgtS aeJCKINEH8F9bWUzP6GtMvSPfheoVwVaEZly3FcdEXbueycZf9cX34MhhiWlGslx 9BgIwPujMwvNvkYM8IzeCFKT6y/nPdTSy3MSkhekgOzsdFIuzvmXxWxyu/O9szam 0oM= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=a99DX5 0Kak/OLGQEJEpehYxV3+Yrha35rgHf33+Lh68=; b=XOc23amJX2/u6HBfC/OKC+ 6OENHvAvMORB86aXAaNUSdF0jrU4nze4a03GCjY4EOF50ZMeeseH6OxV42n8lgOF Id5nN2I7MhGIAqGtomnQ9W1aljK6xEmzgCaZtv6ZSIG+Ex0seJd3dklpKgKEqsKy DpC7drQ2s+nM0nf2b7J7UeCZtMsVMLdFqLH4Ac5yyNsXwa050Hhah0RtciZyws5i gLrrbw24bbG0JEncThGfGBVtS2l4h0oUirjeXfVDKatuyHfnTxQio76SM463Ia2N DjHEhZPf/1olGYdKrKWwrSg3zoAFohQZohT5m9Byvj+cKjTqSkUxR0NGuvFcdZlQ == X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddruddvgdektdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpeffhffvuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepnfgvohcuhfgr mhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrthhtvg hrnhepueekkedtffdvtddugeejgedtvefhueefiedvjeeitdeigedtveejvdejheffvefg necuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheplhgvoh esfhgrmhhulhgrrhhirdhnrghmvg X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 12 Jul 2021 10:56:42 -0400 (EDT) Date: Mon, 12 Jul 2021 10:56:39 -0400 From: Leo Famulari To: Andrew Tropin Subject: Re: [bug#49486] [PATCH] gnu: msmtp: Make it configurable with envrinoment variables Message-ID: References: <877dhzzstl.fsf@trop.in> <87mtqsrytk.fsf@trop.in> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87mtqsrytk.fsf@trop.in> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49486 Cc: 49486@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.7 (-) On Mon, Jul 12, 2021 at 06:33:11AM +0300, Andrew Tropin wrote: > Agree, --enqueue is a feature and probably doesn't belong to the PM > repo, the rest is more like a fix. Ok, let's see, what Martin will > reply to proposed changes and I'll adjust this patch accordingly. Thanks, let us know what happens. I use msmtp so I'm interested :) From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 14 03:44:16 2021 Received: (at 49486) by debbugs.gnu.org; 14 Sep 2021 07:44:16 +0000 Received: from localhost ([127.0.0.1]:47401 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQ371-0002Fm-RK for submit@debbugs.gnu.org; Tue, 14 Sep 2021 03:44:16 -0400 Received: from mail-lj1-f175.google.com ([209.85.208.175]:38727) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQ36z-0002FV-Mj for 49486@debbugs.gnu.org; Tue, 14 Sep 2021 03:44:14 -0400 Received: by mail-lj1-f175.google.com with SMTP id g14so22092743ljk.5 for <49486@debbugs.gnu.org>; Tue, 14 Sep 2021 00:44:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop-in.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version; bh=rsITSYFjAc92XNrmVz1L9ZZDG5dAXT3+VYqkxEdF/yg=; b=QbI9uxozA/Lj9A6irk27g0zB2Hw4SC1bjTZZd2mQMZmGKcU7ROXYofQCrlVclb+sie gxkdwxdBjnnnUiEPpOWnr+IWeuVXd13oP5AvTfbS2eAVmhR9w7qEthfepGdlB/iyjoZ7 B4X7UpoixureK0xvS+yB/mxPMu1iY/wot1WF7eJF1VLQ7j7zll7QF+FNbvjxfvCWNGy5 8cIoaUKkiTMBw0f5QLDejDzcQRiOLxV4S/XLrUNWJ0Ip70dLMl3BjuxYhtIXefK28nSe nTKxyTLrLpWDuN3w5ImAXAwjfvkiSoY0xtuiCJQnm9GRpzUEui6wjUx4U+xw9qnsSKMC dfGQ== 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:in-reply-to:references:date :message-id:mime-version; bh=rsITSYFjAc92XNrmVz1L9ZZDG5dAXT3+VYqkxEdF/yg=; b=8HeHK2U9CobAeRY2GTlUcg3llZGw5mli/8WQ71PNdZHfNFsu10Jkfa8v8BYZOENM3T P4wQMjQd8Onehj1rsF6Phy9z0U5Ihp04KbFzpr8rzNryAWRAJAqUk8ZPkJWgT7BMThsc a7zh/B5/vjx32TaRnBjmt5HuTm14kpv6pcz6GoD+zeaSQTQL2a2EeA8cI0Fo4KCvIWrz DqUsBcnhLZHh7u1fwRpHRN2f9FnYIzE5Kc8fx7Ilg5edIn6K2yoA4umeE9xKwewj2Hgm SMrCDl0mGXHp4NiyYLUHsth9Ju81E3l+7K66Abexl5PdKmmV/x67IxfJ5rVqcoNQ7R8h qhsA== X-Gm-Message-State: AOAM53267m47aA9O8+C+q3z4MCedTs1R6BHaaGUZYD2/UgK3OyFW59jE SLmfHSCkfgupADcvMqviAOZM5eH2J64sIw== X-Google-Smtp-Source: ABdhPJzzYbIKbuR41sZW5Ar+hLZev6c8KjId6bDnBUX1sbagZCSZyQ+2eSYzsF5ehabTYRmHmiJQag== X-Received: by 2002:a2e:901a:: with SMTP id h26mr13896742ljg.76.1631605447592; Tue, 14 Sep 2021 00:44:07 -0700 (PDT) Received: from localhost (109-252-93-92.nat.spd-mgts.ru. [109.252.93.92]) by smtp.gmail.com with ESMTPSA id v5sm1304615ljg.117.2021.09.14.00.44.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Sep 2021 00:44:06 -0700 (PDT) From: Andrew Tropin To: Leo Famulari Subject: Re: [bug#49486] [PATCH] gnu: msmtp: Make it configurable with envrinoment variables In-Reply-To: References: <877dhzzstl.fsf@trop.in> <87mtqsrytk.fsf@trop.in> Date: Tue, 14 Sep 2021 10:44:03 +0300 Message-ID: <874kanmwjg.fsf@trop.in> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 49486 Cc: 49486@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 (-) --=-=-= Content-Type: text/plain On 2021-07-12 10:56, Leo Famulari wrote: > On Mon, Jul 12, 2021 at 06:33:11AM +0300, Andrew Tropin wrote: >> Agree, --enqueue is a feature and probably doesn't belong to the PM >> repo, the rest is more like a fix. Ok, let's see, what Martin will >> reply to proposed changes and I'll adjust this patch accordingly. > > Thanks, let us know what happens. I use msmtp so I'm interested :) On 2021-08-26 08:59, Martin Lambers wrote: > Hi, sorry for the late response. > I am not sure about the changes. Changing behavior via environment > variables is fragile and non-obvious to users. And there's a reason > 'make install' does not put msmtpq in the user's $PATH: in its > current state, the script is really only an example that needs to be > customized. > I would prefer a more complete solution, possibly including a > configuration file. > But interest in updating or maintaining the script has been very low in > the last years, so I assume the user base is very small. This would mean > that just keeping it as an example is ok. It seems that this script is unmaintained and served as an example. Martin also proposed to take the maintanance responsibility of it in the other message, but I needed it only for testing and don't use it anymore and thus don't want to take this duty. However, the patches themselves still seems good to me and they can be useful for other people. So we can keep them downstream and provide a little more flexible version of msmtpq script for guix users or close this ticket and keep them only in that thread for the history) The first one is a little more userfriendly IMO, the second one reduces maintanance burden, which also is a good thing. I'm ok with both options. LMKWYT. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmFAUsMACgkQIgjSCVjB 3rArow//ZrwDnQ7XtPa5yYgTtC267w7QLE8Y2gb9rE/FQvYL3FGauMNX8LZ8eL2k q5tpu7/SNukBzy0lvPbVJyQX2QtRMPmuAGXOS6hP82q4NoG7yYwxT7uVdAQNvdfc V3sSCTsixZzSFoYhL8YmCTwQ5Xc6un18rxrN9Meus9FrevTL8RtWqfm0wdtY4wKP bNiJRKMlAvw5qAtaeWI7ACYsXiz7kec7wO+/puj9ht6rktZWT8yF6wdOsDXQf1cu 799sGl5fYhMCKinD8L85MBKvr/GqqaWraxUvO2GoTP1uyu4LqyQfK2fkv2Xs9Pj7 u3PVEQMf6fNNNuUQf5YbX9s2qOvrp0OXqXkySYqFcdpCxDNRe7orYRCeBq6C/vGH ONJ6Gl4qLzzF2wQQpJ8QCWwpZRBwHLP6IosTWXm4ah2uqYa50PYYJsFsFsKx7UaN Fflt/6FaXdIw6iCYuVZ0sOg0dw8r3TmS7lpjXSaBwpXNUodKyNqDLus1ENAgDdOm gdJ3sRyIFfH2yWzbW5I0qBkdAT3W19qMsC+TyI8LZIOBRtqtjhtnQJxToeMteB9N AUwTD+2ngRtE6bEWp3rhiuTDS9VGdClkQVdVYaUY8MVop1U6bOeRTfpWz4ZvWdF7 SGN1uqXJlEyyvsOm30iLNtKzCE8kU00vIJj5QKnelkH+UvIr36E= =GrSZ -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 02 00:12:57 2022 Received: (at control) by debbugs.gnu.org; 2 Mar 2022 05:12:58 +0000 Received: from localhost ([127.0.0.1]:38850 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nPHIH-0005eo-PF for submit@debbugs.gnu.org; Wed, 02 Mar 2022 00:12:57 -0500 Received: from mail-lf1-f52.google.com ([209.85.167.52]:34757) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nPHIE-0005eZ-MT for control@debbugs.gnu.org; Wed, 02 Mar 2022 00:12:56 -0500 Received: by mail-lf1-f52.google.com with SMTP id y24so850449lfg.1 for ; Tue, 01 Mar 2022 21:12:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop-in.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:mime-version; bh=OaBB8McDyCV1YWFQlzsyZG9pFGKEs7haD/ZHudXF1BE=; b=0bCsZzTct78Imeni9NBbAKw0sMls8d+QN/olY1/c1VmXRXAxNGus04EKvG5UmazyZz mHCEqC57XDAjOjYNBESokwHPyWY8wF9vURLsNxu7h5Uhc55HIyrFC1aGIO4+Q7/+OKpI 0KJFS/x2s2rf3XMYSQsmtBs8jPPcOtPEEf/FW5EUwdxwknoVTxz9F3A5DnQUyAsjQlBl Vxf0BbRAidvek1Tva9o8plxPiu6uLr3fQ3Et+SfHOg+WYteHrS/nv9prPDT9taiGaHTp 5L2z3ujjqI/a7D5b+o/q+noe4RI1l3nCtPpoSPZ54beCpW6yd8epM+hpIr0A5TSCnlox gYsQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=OaBB8McDyCV1YWFQlzsyZG9pFGKEs7haD/ZHudXF1BE=; b=XJVQvgO9pXze19M1tDL7TAKxAjfFX3Gxjv5PN5GXRfiJtyP0GbiHJiLKbCBxAzY8Px 6DFxb2q9rvbLn6/j78sZV8oqrGGMzTyw5pwchKS5WXhaL3LVNUkYz0hI73oX6tFlQmgr y6pzjJnMg8hdSOrMrOwKb/6RUezQatO1KhlXQia1awYaheVxKiFLeUeP4QWQvL/MOUg8 BgVW0r/0diU356Z5+M5CGzEg/8w2SaHjPbHxVRDOakhpKVdMxTHKdBWciqPjxl+q6yys q1NFSSucYAA72XfrSLxfa8jFrWnuO0+ZuiKK5r/QdDh/Bt2QJhiRKJq5x7uTamGcIoI6 Nz6A== X-Gm-Message-State: AOAM532f7L5P5dpJebgy/JRcaVm8j7hfNBUHOf/264P9mOood7LQxfte bEuEyAwQlLnnrgm4BrRDsPThtFcG+W3Imw== X-Google-Smtp-Source: ABdhPJymMo1VUnTp21CZlgscqQSIjMuX0m6cAkplUUyizt7vG4zDEqnqN+Qjjt+QF6u0yyGaXQeH5w== X-Received: by 2002:a05:6512:3194:b0:445:bde8:9fca with SMTP id i20-20020a056512319400b00445bde89fcamr270437lfe.534.1646197968405; Tue, 01 Mar 2022 21:12:48 -0800 (PST) Received: from localhost (109-252-135-33.dynamic.spd-mgts.ru. [109.252.135.33]) by smtp.gmail.com with ESMTPSA id v16-20020a2e7a10000000b002466202bd14sm2379090ljc.3.2022.03.01.21.12.47 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Mar 2022 21:12:48 -0800 (PST) From: Andrew Tropin To: control@debbugs.gnu.org Subject: Close issue Date: Wed, 02 Mar 2022 08:12:44 +0300 Message-ID: <87wnhdym2b.fsf@trop.in> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control 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 (-) --=-=-= Content-Type: text/plain close 49486 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJDBAEBCgAtFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmIe/MwPHGFuZHJld0B0 cm9wLmluAAoJECII0glYwd6w9SUP/2rulWOEYShL1J+pe6dPJ5RiZkHbiUFsfZLI lS9dV5U7Tzg12MtRbCbDHfjrkST1xYpm2nrfeKtAsTpGy+6Fey+AdFfIs0Dn9pry A7rxpYIO+GnLzsEFdUNVC9yYotjvb77vCiknmR2XWBrzdFmH2/69RJspcdWQBVgt czgL5RcY+2nIPOXdDK4+SH8g3F0N5YGV/a1HBrkaUSIPGrfYE9OfmweliH0ePyjZ CxlBc2yacOLh+7+bdk5dr1I7SdYmBdacSr2hESwg4GA6DidyZULrSqsjqhZSDqNP fx6V8YiEpXawC6EWoHsRb71V64YF7pWY2huBHBZleVrXCexBrX3zla4ClIGoJF9c Q/B4BpH6fUUKh4FISUxY7/1axwa4D2g2W5OkCOzNqK++uRXyFiVedSz7guBOO9cd FR5lakzNbqt36V5UOnYg/D51DY4DpUpStGZ+2bMh91IuPyUSSUajSvuya3RmZBK+ 38/nSlKFtuwvHRvvvGq0L4Y9j6IGBrrSO+tJNKa+TKyCcZKXhEwVADflgzNa+dBF o4SkPmzsPJ5ZuNh4wpwlYqF3kdv0N/JEyHqJJAgE86AuO8DV+eOiqk7Yf5bja1a3 j8SkWKmrbdqZn9yFJF2auT5hqKwlxUkSLx9BrlueK0J7z6O2CAbe3J5QW4TsSm+D pj5ooqd9 =/EOt -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Aug 15 02:05:11 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 30 Mar 2022 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator