From unknown Sat Jun 21 03:16:01 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#27885 <27885@debbugs.gnu.org> To: bug#27885 <27885@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add motti. Reply-To: bug#27885 <27885@debbugs.gnu.org> Date: Sat, 21 Jun 2025 10:16:01 +0000 retitle 27885 [PATCH] gnu: Add motti. reassign 27885 guix-patches submitter 27885 Efraim Flashner severity 27885 normal tag 27885 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 31 08:29:19 2017 Received: (at submit) by debbugs.gnu.org; 31 Jul 2017 12:29:19 +0000 Received: from localhost ([127.0.0.1]:34866 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dc9p0-0000X2-Vr for submit@debbugs.gnu.org; Mon, 31 Jul 2017 08:29:19 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38459) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dc9ox-0000Wl-1T for submit@debbugs.gnu.org; Mon, 31 Jul 2017 08:29:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dc9oq-0008B4-Lt for submit@debbugs.gnu.org; Mon, 31 Jul 2017 08:29:09 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.8 required=5.0 tests=BAYES_50,MISSING_HEADERS autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:40938) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dc9oq-0008Ay-J4 for submit@debbugs.gnu.org; Mon, 31 Jul 2017 08:29:08 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dc9op-0006h6-7G for guix-patches@gnu.org; Mon, 31 Jul 2017 08:29:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dc9ol-00088p-6Z for guix-patches@gnu.org; Mon, 31 Jul 2017 08:29:07 -0400 Received: from flashner.co.il ([178.62.234.194]:35834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dc9ok-00088a-Vc for guix-patches@gnu.org; Mon, 31 Jul 2017 08:29:03 -0400 Received: from localhost (46-117-130-79.bb.netvision.net.il [46.117.130.79]) by flashner.co.il (Postfix) with ESMTPSA id 2E4B64025E for ; Mon, 31 Jul 2017 12:29:02 +0000 (UTC) X-Mailbox-Line: From 1510abce9e5bb483a561fe01840be479a4a190e2 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 31 Jul 2017 15:26:06 +0300 Subject: [PATCH] gnu: Add motti. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] Message-ID: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -2.8 (--) 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: -2.8 (--) * gnu/packages/motti.scm (motti): New variable. --- gnu/local.mk | 1 + gnu/packages/motti.scm | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 gnu/packages/motti.scm diff --git a/gnu/local.mk b/gnu/local.mk index ff4777765..8f03a57a9 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -272,6 +272,7 @@ GNU_SYSTEM_MODULES = \ %D%/packages/mingw.scm \ %D%/packages/microcom.scm \ %D%/packages/moe.scm \ + %D%/packages/motti.scm \ %D%/packages/monitoring.scm \ %D%/packages/mono.scm \ %D%/packages/moreutils.scm \ diff --git a/gnu/packages/motti.scm b/gnu/packages/motti.scm new file mode 100644 index 000000000..59b195802 --- /dev/null +++ b/gnu/packages/motti.scm @@ -0,0 +1,45 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2017 Efraim Flashner +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms of the GNU General Public License as published by +;;; the Free Software Foundation; either version 3 of the License, or (at +;;; your option) any later version. +;;; +;;; GNU Guix is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Guix. If not, see . + +(define-module (gnu packages motti) + #:use-module (gnu packages) + #:use-module (guix build-system gnu) + #:use-module (guix licenses) + #:use-module (guix packages) + #:use-module (guix download)) + +(define-public motti + (package + (name "motti") + (version "3.1.1") + (source + (origin + (method url-fetch) + (uri (string-append + "mirror://gnu/motti/motti-" version ".tar.gz")) + (sha256 + (base32 + "0ag4gpxy42l30660b4f2lrp52xi5sik9s6frr7jfxqxjsf29lbb3")))) + (build-system gnu-build-system) + (synopsis "Multiplayer strategy game") + (description + "GNU Motti is a simple multiplayer strategy game played in a terminal. +The objective of the game is to conquer enemy capitals by occupying and +encircling territory.") + (home-page "https://www.gnu.org/software/motti") + (license gpl3+))) -- 2.13.3 From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 31 11:23:32 2017 Received: (at request) by debbugs.gnu.org; 31 Jul 2017 15:23:32 +0000 Received: from localhost ([127.0.0.1]:35515 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dcCXc-0004gu-G6 for submit@debbugs.gnu.org; Mon, 31 Jul 2017 11:23:32 -0400 Received: from flashner.co.il ([178.62.234.194]:60869) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dcCXb-0004gh-5C for request@debbugs.gnu.org; Mon, 31 Jul 2017 11:23:31 -0400 Received: from localhost (46-117-130-79.bb.netvision.net.il [46.117.130.79]) by flashner.co.il (Postfix) with ESMTPSA id 276E040227 for ; Mon, 31 Jul 2017 15:23:25 +0000 (UTC) Date: Mon, 31 Jul 2017 18:23:22 +0300 From: Efraim Flashner To: request@debbugs.gnu.org Subject: debbugs control message Message-ID: <20170731152322.GD2406@macbook42.flashner.co.il> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="+JUInw4efm7IfTNU" Content-Disposition: inline User-Agent: Mutt/1.8.3 (2017-05-23) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: request 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: -0.0 (/) --+JUInw4efm7IfTNU Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable reassign 27885 guix-patches thanks --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --+JUInw4efm7IfTNU Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAll/S2IACgkQQarn3Mo9 g1H5rQ//UeJNv3UyjUUNlOaCbTB6gqyPsrmiSIjKcCnnI2vhpntXKK8MFQfusccw 6lhLH0fC+Ee7geutZ5qc7p7cTTSwLbwJvRAy6waLG1pCtOOEDY0/UdKjOHYGfC1r w1qJfcTAyURt3VVxX/EPdju/HCDAlD2hPxDLP/krxXBQ6n9cnr17jntehJJHaw68 w1Vd8kjcQI3J/nyaIW8fZdGY5lRzzeRC2+9oqT2in8uAkdmNPCwgE+RhESj+t7bp kB8FDERHEBFA/CUnTGR19KdY7RAUyi4jaiG8it9woDB9wfIc2hJc8QVkRVA6huo5 SDs3se3PFVbvQckAXDtXPzFXEwNITTcfFGJD9ljR1yw9Pqa8JqEvGFF7igaJP9ZX pz0glWJsifctF02LaLm7WWh6ci+c4p3ZRywsZ9NPYL3ipiZPjUo4dDmFub+hsrLF m184xjg9+qkm5yO5wWUVnn+aQzuTuLwViaAKpQw90OypEAyfbmhO8WLqUDNeAKpS FrGuswonKpHK4ZlBoBgTry5Tk348HT4IZkjhHxa7gfe4pc8fueV534N6HWbOn4BX 6IMG9vBSdCiiFGZJ4TjsNyXMvcBOgXvq7Wk9PRf0cGcbdIlpcJ7rwWvj+ev5JoFW MwwDg7En2QgJvyQA5QUiVwEJiOpyo463onUU5jYYfpqespcLvF8= =PA97 -----END PGP SIGNATURE----- --+JUInw4efm7IfTNU-- From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 10 07:04:08 2017 Received: (at 27885) by debbugs.gnu.org; 10 Aug 2017 11:04:08 +0000 Received: from localhost ([127.0.0.1]:54016 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dflG4-00036J-Ib for submit@debbugs.gnu.org; Thu, 10 Aug 2017 07:04:08 -0400 Received: from o122.p8.mailjet.com ([87.253.233.122]:33383) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dflG2-000369-PS for 27885@debbugs.gnu.org; Thu, 10 Aug 2017 07:04:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:cc:in-reply-to: references:x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=k5sHBUWvV3y7MA/hG1ad0biACG9vPQ3VkEvrnmzfQko=; b=VLF1dFDkrsAyFmDLy1nMDIVmtLo+L8O3d1GNAEbNxJKOusDzn5Dy2Dr4F P1/Q2PUNgwpp4Hc04Npx+AoOo1VnifpWypK0dOdg/81tcpQhZNDLBf98FT+1 dFkzK8qC3naQkZYeSFVZax/WkgK86brcetldgMVF1DU+V8jfFx9Cvk= Message-Id: MIME-Version: 1.0 From: Arun Isaac To: Efraim Flashner Subject: Re: bug#27885: [PATCH] gnu: Add motti. Date: Thu, 10 Aug 2017 16:33:54 +0530 In-reply-to: References: X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: ADkAACnF4L8AAAAAAAAAAAPekkcAAAACwQwAAAAAAAW9WABZjD2lgIDtaDr8T_yzcQWcCma9QAAFgUc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 27885 Cc: 27885@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: -0.0 (/) Thank you for the patch! Efraim Flashner writes: > * gnu/packages/motti.scm (motti): New variable. Why create a separate motti.scm for this package? Why not put it in games.scm? = From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 10 13:32:58 2017 Received: (at 27885) by debbugs.gnu.org; 10 Aug 2017 17:32:58 +0000 Received: from localhost ([127.0.0.1]:54732 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dfrKM-0007RL-Bc for submit@debbugs.gnu.org; Thu, 10 Aug 2017 13:32:58 -0400 Received: from flashner.co.il ([178.62.234.194]:54665) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dfrKK-0007R4-Bl for 27885@debbugs.gnu.org; Thu, 10 Aug 2017 13:32:56 -0400 Received: from localhost (46-117-130-79.bb.netvision.net.il [46.117.130.79]) by flashner.co.il (Postfix) with ESMTPSA id 00C1B4039D; Thu, 10 Aug 2017 17:32:49 +0000 (UTC) Date: Thu, 10 Aug 2017 20:32:47 +0300 From: Efraim Flashner To: Arun Isaac Subject: Re: bug#27885: [PATCH] gnu: Add motti. Message-ID: <20170810173247.GA11046@macbook42.flashner.co.il> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 27885 Cc: 27885@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: -0.0 (/) --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 10, 2017 at 04:33:54PM +0530, Arun Isaac wrote: >=20 > Thank you for the patch! >=20 > Efraim Flashner writes: >=20 > > * gnu/packages/motti.scm (motti): New variable. >=20 > Why create a separate motti.scm for this package? Why not put it in > games.scm? It was really just because we have a lot of GNU packages in their own modules, so I defaulted to that when I packaged motti. I don't feel strongly one way or the other. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --n8g4imXOkfNTN/H1 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAlmMmLQACgkQQarn3Mo9 g1GvehAAjUWWoCYuC/1kQdSM1H7sp6tr8JWEXxMx87LuzmBfVZ7hkhasCtU2ajRD FsKcs6GHJCH0hOr7kJi7edsEXOxquZfNncY87L4Pq0jOtx1pbLLmhGloer1vFNFW YXSxTNYmOhejnmUj8YOu4EnbbIXQI92U2cEsMW3fRzymD2YT+CCtW+uJ+W+l20M+ BWYWyhLia5o1pxPsdbYTTLEqazDrxAD2x8lQ9dJTaDVdhQ5nZ1qWkjYfDWqlQ30F awHHsYQEwLYgatzeyYdRoS3tl82XcHeoZSR/vWxClYKi0kJZT3CRHf78VeBURAzS ueUSdn/XjanaErlfgU7QkSNXyPRW2dP4Y0AoBAFwR+EuHCqkcUI9tchOrgXEjrkU 4soPCbnp3q1XV7dFgVn6gzetkr6OIhJd9EetelWLT0H8LjhVdnTancMdUkk91rMG KDMtx7zKpFtqZY53r+77OpK8E9A8N2l1tj8mI4aRB6WP1pXJs4wkZ2g7tC+RJF24 QhaFrSLox6oM2Pfmh8rNB+ohU2BMwBs7YGKTktwvmQvcUUzOzDnw1fL3qFEggTgu hLXxmc/dP0Rqxx6cRLJZHAM/7KwBi+zJptZ2q+Uy8edababelep1rvU6qUUIlYMV T8P3spuYtQ+ORD6swzl3qgUOtkqCvXedQLKtSGJsP+hv0b9HQh4= =D8ta -----END PGP SIGNATURE----- --n8g4imXOkfNTN/H1-- From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 13 09:55:29 2017 Received: (at 27885-done) by debbugs.gnu.org; 13 Aug 2017 13:55:29 +0000 Received: from localhost ([127.0.0.1]:59329 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dgtMX-0003hD-Ig for submit@debbugs.gnu.org; Sun, 13 Aug 2017 09:55:29 -0400 Received: from o171.p8.mailjet.com ([87.253.233.171]:46457) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <76fd2818.AEEAOuZTIZ4AAAAAAAAAAAPflREAAAACwQwAAAAAAAW9WABZkFpP@bnc3.mailjet.com>) id 1dgtMW-0003h7-8U for 27885-done@debbugs.gnu.org; Sun, 13 Aug 2017 09:55:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:cc:in-reply-to: references:x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=r6GB0T0WrZMrpy4WCHcw1O57l1ZqQDNTkfB3m5evjZQ=; b=coDVJnaWJD0UY+AwLSiPUw0UoGrBC0asFDaqtpRPt2ZbIvkSQv25sQ/Ge JZK2GRX4L1tJWOfpDsYxH+UGgrfoXW+LxGrWULYfHHY3YyjhNLIcBaBLtDlA t2EtaQQhpBgTYfe+0XylV739CDore2AXKmARKRmwItMxJrUnkjsvt4= Message-Id: <76fd2818.AEEAOuZTIZ4AAAAAAAAAAAPflREAAAACwQwAAAAAAAW9WABZkFpP@mailjet.com> MIME-Version: 1.0 From: Arun Isaac To: Efraim Flashner Subject: Re: bug#27885: [PATCH] gnu: Add motti. Date: Sun, 13 Aug 2017 19:25:13 +0530 In-reply-to: <20170810173247.GA11046@macbook42.flashner.co.il> References: <20170810173247.GA11046@macbook42.flashner.co.il> X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEEAOuZTIZ4AAAAAAAAAAAPflREAAAACwQwAAAAAAAW9WABZkFpPm6WcUaECRZSFQueIK4TxtwAFgUc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.7 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Closing this bug report since this patch has already been pushed... [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.5 RCVD_IN_SORBS_SPAM RBL: SORBS: sender is a spam source [87.253.233.171 listed in dnsbl.sorbs.net] 1.2 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net [Blocked - see ] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [87.253.233.171 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [87.253.233.171 listed in list.dnswl.org] 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 27885-done Cc: 27885-done@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 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Closing this bug report since this patch has already been pushed... [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.2 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net [Blocked - see ] 0.5 RCVD_IN_SORBS_SPAM RBL: SORBS: sender is a spam source [87.253.233.171 listed in dnsbl.sorbs.net] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [87.253.233.171 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [87.253.233.171 listed in list.dnswl.org] 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders Closing this bug report since this patch has already been pushed... = From unknown Sat Jun 21 03:16:01 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 11 Sep 2017 11:24:05 +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