From unknown Thu Jun 19 14:11:22 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#11101 <11101@debbugs.gnu.org> To: bug#11101 <11101@debbugs.gnu.org> Subject: Status: Incorrect relative dates the day after DST switchover Reply-To: bug#11101 <11101@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:11:22 +0000 retitle 11101 Incorrect relative dates the day after DST switchover reassign 11101 coreutils submitter 11101 chip@seraphine.us severity 11101 normal tag 11101 notabug thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 27 12:48:35 2012 Received: (at submit) by debbugs.gnu.org; 27 Mar 2012 16:48:35 +0000 Received: from localhost ([127.0.0.1]:41519 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SCZZH-0000tu-Fu for submit@debbugs.gnu.org; Tue, 27 Mar 2012 12:48:35 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47318) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SCZNo-0000cu-6v for submit@debbugs.gnu.org; Tue, 27 Mar 2012 12:37:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCYtS-0001Jp-1D for submit@debbugs.gnu.org; Tue, 27 Mar 2012 12:05:15 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:36488) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCYtR-0001Jk-U1 for submit@debbugs.gnu.org; Tue, 27 Mar 2012 12:05:09 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCYtJ-0001Th-KZ for bug-coreutils@gnu.org; Tue, 27 Mar 2012 12:05:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCYtD-0001B1-98 for bug-coreutils@gnu.org; Tue, 27 Mar 2012 12:05:01 -0400 Received: from seraphine.us ([209.20.75.99]:49081 helo=ronnie.seraphine.us) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCYtD-0001Ao-41 for bug-coreutils@gnu.org; Tue, 27 Mar 2012 12:04:55 -0400 Received: by ronnie.seraphine.us (Postfix, from userid 48) id 44DDB260001; Tue, 27 Mar 2012 16:04:52 +0000 (UTC) Received: from cit1.citadelgroup.com ([64.22.160.1]) (SquirrelMail authenticated user chip) by seraphine.us with HTTP; Tue, 27 Mar 2012 16:04:51 -0000 Message-ID: <9d046087ce69300982ad1159bad0998b.squirrel@seraphine.us> Date: Tue, 27 Mar 2012 16:04:51 -0000 Subject: Incorrect relative dates the day after DST switchover From: chip@seraphine.us To: bug-coreutils@gnu.org User-Agent: SquirrelMail/1.4.22-2.fc14 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 (Normal) Importance: Normal Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 27 Mar 2012 12:48:20 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Shortly after the DST jump in the United States on March 11th, the 'date' command returned an incorrect relevant date for the first hour after midnight. See text capture below. Note that 2am on March 11th is the official date change; therefore these commands are illustrating how the relative date is incorrect in the first hour of the first day after the time change (i.e. are returning the value one would expect if no time change had occurred). [root ~]# date --version date (GNU coreutils) 5.97 Copyright (C) 2006 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms= of the GNU General Public License . There is NO WARRANTY, to the extent permitted by law. Written by David MacKenzie. [root ~]# date Mon Mar 12 10:58:37 CDT 2012 [root ~]# date -d yesterday +%F 2012-03-11 [root ~]# service ntpd stop Shutting down ntpd: [ OK ] [root ~]# date Mon Mar 12 11:01:08 CDT 2012 [root ~]# date 03120015.00 Mon Mar 12 00:15:00 CDT 2012 [root ~]# date -d yesterday +%F 2012-03-10 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 27 13:12:45 2012 Received: (at 11101) by debbugs.gnu.org; 27 Mar 2012 17:12:45 +0000 Received: from localhost ([127.0.0.1]:41530 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SCZwq-0001VX-Sh for submit@debbugs.gnu.org; Tue, 27 Mar 2012 13:12:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37396) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SCZwb-0001V7-Q8; Tue, 27 Mar 2012 13:12:43 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q2RGfC7Q011900 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 27 Mar 2012 12:41:12 -0400 Received: from [10.3.113.127] (ovpn-113-127.phx2.redhat.com [10.3.113.127]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q2RGfBE7019343; Tue, 27 Mar 2012 12:41:11 -0400 Message-ID: <4F71EDA7.8050707@redhat.com> Date: Tue, 27 Mar 2012 10:41:11 -0600 From: Eric Blake Organization: Red Hat User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120316 Thunderbird/11.0 MIME-Version: 1.0 To: chip@seraphine.us Subject: Re: bug#11101: Incorrect relative dates the day after DST switchover References: <9d046087ce69300982ad1159bad0998b.squirrel@seraphine.us> In-Reply-To: <9d046087ce69300982ad1159bad0998b.squirrel@seraphine.us> X-Enigmail-Version: 1.4 OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigE79EC53D19FD39F1D90EE643" X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 11101 Cc: 11101@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigE79EC53D19FD39F1D90EE643 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable forcemerge 11098 11101 thanks On 03/27/2012 10:04 AM, chip@seraphine.us wrote: > Shortly after the DST jump in the United States on March 11th, the 'dat= e' > command returned an incorrect relevant date for the first hour after > midnight. See text capture below. Thanks for the report. However, you're the second person this week, and adding to a long line of duplicate reporters in prior years, to notice that 'date' is behaving as we have documented it. https://lists.gnu.org/archive/html/bug-coreutils/2012-03/msg00102.html 'yesterday' means 'subtract 24 hours', but if you start at midnight after a 23-hour day, subtracting 24 hours really does cross 2 calendar dates. If you want to avoid this issue, base your relative calculations off of noon, not midnight, as suggested in our FAQ: https://www.gnu.org/software/coreutils/faq/#The-date-command-is-not-worki= ng-right_002e > date (GNU coreutils) 5.97 That's rather old; we just released 8.16. --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enigE79EC53D19FD39F1D90EE643 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJPce2nAAoJEKeha0olJ0NqYFAIALDD+TQzdu18U1pkD2NII6Un K6gFFBjrWKKkIXJVH44ICH5T32i2D7Ft4Q32ygWq8VJGmNNtFL9pPIj30F2nFwXU gBNakqj4JZH/qelRVLT8U9UufzMhfHTVEtziSNa5IWNJfDzFz3eQXmI2yh1lKL7k fH59f6LZhRihchBq4HqJX0+O43AWTyF5JiJkFTPxRkF8v0AUF8Vqy5RhJpceRuGU 4eRajPPj0x/ji1l2IgWurdMs2rSiNVhNjypN673uTdHzjlGt7AkxhV+xUEnvEpbq 18NCw0aZ5XTDEbYDc4/1MzFbaP28/GTl38vOPjIBjN80izFTtpaJrWd+ZRRVrsI= =05X4 -----END PGP SIGNATURE----- --------------enigE79EC53D19FD39F1D90EE643-- From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 27 14:05:44 2012 Received: (at 11101) by debbugs.gnu.org; 27 Mar 2012 18:05:44 +0000 Received: from localhost ([127.0.0.1]:41554 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SCam4-0003Us-HO for submit@debbugs.gnu.org; Tue, 27 Mar 2012 14:05:43 -0400 Received: from seraphine.us ([209.20.75.99]:55324 helo=ronnie.seraphine.us) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SCalo-0003UX-M3 for 11101@debbugs.gnu.org; Tue, 27 Mar 2012 14:05:39 -0400 Received: by ronnie.seraphine.us (Postfix, from userid 48) id B9710260001; Tue, 27 Mar 2012 17:34:07 +0000 (UTC) Received: from cit1.citadelgroup.com ([64.22.160.1]) (SquirrelMail authenticated user chip) by seraphine.us with HTTP; Tue, 27 Mar 2012 17:34:07 -0000 Message-ID: <483f2aa55e7c136698d086833f362f1a.squirrel@seraphine.us> In-Reply-To: <4F71EDA7.8050707@redhat.com> References: <9d046087ce69300982ad1159bad0998b.squirrel@seraphine.us> <4F71EDA7.8050707@redhat.com> Date: Tue, 27 Mar 2012 17:34:07 -0000 Subject: Re: bug#11101: Incorrect relative dates the day after DST switchover From: chip@seraphine.us To: "Eric Blake" User-Agent: SquirrelMail/1.4.22-2.fc14 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 (Normal) Importance: Normal Content-Transfer-Encoding: quoted-printable X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 11101 Cc: 11101@debbugs.gnu.org, chip@seraphine.us X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Well, if one assumes the point of allowing 'human-friendly' relative date= s such as 'yesterday' is to make usage more intuitive, then the 24-hour-offset is probably incorrect behavior. That would explain the quantity of bug reports you are seeing. Perhaps the 'yesterday' directive ought to just go ahead and assume the recommended noon reference point, rather than the current moment? That would certainly reflect the general meaning of the term 'yesterday' more accurately. It seems odd to explicitly permit a natural-language term and then use a definition for it that differs from what a natural-language user probably means. From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 27 14:10:10 2012 Received: (at 11101) by debbugs.gnu.org; 27 Mar 2012 18:10:10 +0000 Received: from localhost ([127.0.0.1]:41569 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SCaqP-0003cw-Kp for submit@debbugs.gnu.org; Tue, 27 Mar 2012 14:10:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63752) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SCaqF-0003c7-CG for 11101@debbugs.gnu.org; Tue, 27 Mar 2012 14:10:07 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q2RHcgHr010818 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 27 Mar 2012 13:38:42 -0400 Received: from [10.3.113.127] (ovpn-113-127.phx2.redhat.com [10.3.113.127]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q2RHce09006105; Tue, 27 Mar 2012 13:38:42 -0400 Message-ID: <4F71FB1F.6080402@redhat.com> Date: Tue, 27 Mar 2012 11:38:39 -0600 From: Eric Blake Organization: Red Hat User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120316 Thunderbird/11.0 MIME-Version: 1.0 To: chip@seraphine.us Subject: Re: bug#11101: Incorrect relative dates the day after DST switchover References: <9d046087ce69300982ad1159bad0998b.squirrel@seraphine.us> <4F71EDA7.8050707@redhat.com> <483f2aa55e7c136698d086833f362f1a.squirrel@seraphine.us> In-Reply-To: <483f2aa55e7c136698d086833f362f1a.squirrel@seraphine.us> X-Enigmail-Version: 1.4 OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigBA907E9E9144DA5C44E4AAB8" X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 11101 Cc: 11101@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigBA907E9E9144DA5C44E4AAB8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 03/27/2012 11:34 AM, chip@seraphine.us wrote: > Well, if one assumes the point of allowing 'human-friendly' relative da= tes > such as 'yesterday' is to make usage more intuitive, then the > 24-hour-offset is probably incorrect behavior. That would explain the > quantity of bug reports you are seeing. >=20 > Perhaps the 'yesterday' directive ought to just go ahead and assume the= > recommended noon reference point, rather than the current moment? That= > would certainly reflect the general meaning of the term 'yesterday' mor= e > accurately. >=20 > It seems odd to explicitly permit a natural-language term and then use = a > definition for it that differs from what a natural-language user probab= ly > means. You are welcome to submit a patch to gnulib to change getdate.y, and to coreutils to document your desired improved semantic change to relative date computations. It's just that it is such a complex patch, and the fact that we have a documented workaround, that no one has been bothered enough to submit a patch so far. --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enigBA907E9E9144DA5C44E4AAB8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJPcfsfAAoJEKeha0olJ0Nqf8MIAJHd9W3BoTDGPtEotzDx0WoB DkKJszyV2zZlDoqwxfuIg68jFR8d6xgQ7Yp6914K1UMcPtSIMvpWkT0C7IzERBj0 DE3UymgdB+Rgwtl0IZtwWparxQ0o+mp/detBS5jZPdmn+DnnmManLB+gEbirTKlF 93hCCzkbsn0mubLwZEiDyaw9ClO0e96SuZfGNSmWEV9bAP/RnB0uuC9wohbG+sb2 knbQqwgIENGLFuc6kiYOHr8bTvWhu0rqBr/lOKOp7tLoeqbE13DT7sreIpmn7uTU WVW3gYMgEby1AvRD0fLdtCIzL+0LT04ApGcWnyYoJd7y/UlLcfHA955njoSKIpw= =EGVB -----END PGP SIGNATURE----- --------------enigBA907E9E9144DA5C44E4AAB8-- From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 29 14:33:21 2012 Received: (at control) by debbugs.gnu.org; 29 Mar 2012 18:33:21 +0000 Received: from localhost ([127.0.0.1]:45216 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SDK9w-0001nT-Uj for submit@debbugs.gnu.org; Thu, 29 Mar 2012 14:33:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30634) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SDK9t-0001nE-FW; Thu, 29 Mar 2012 14:33:18 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q2TI1mbn009956 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 29 Mar 2012 14:01:48 -0400 Received: from [10.3.113.31] (ovpn-113-31.phx2.redhat.com [10.3.113.31]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q2TI1laf018596; Thu, 29 Mar 2012 14:01:48 -0400 Message-ID: <4F74A38B.2010308@redhat.com> Date: Thu, 29 Mar 2012 12:01:47 -0600 From: Eric Blake Organization: Red Hat User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120316 Thunderbird/11.0 MIME-Version: 1.0 To: "Thomas R. Schaefer" Subject: Re: bug#11125: date command calculations are not consistent References: <1333043019.33056.YahooMailClassic@web80606.mail.mud.yahoo.com> In-Reply-To: <1333043019.33056.YahooMailClassic@web80606.mail.mud.yahoo.com> X-Enigmail-Version: 1.4 OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig2605DFBD3A0F0033DF33C495" X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: control Cc: 11125@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig2605DFBD3A0F0033DF33C495 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable forcemerge 11098 11125 thanks On 03/29/2012 11:43 AM, Thomas R. Schaefer wrote: > Discovered this when I script I have cronned to run at 12:01AM gave som= e unexpected results. >=20 > After much picking at it I finally figured out that the date command it= self was the source of my problem. It isn't handling date calculations t= hat span the daylight savings time change consistently Thanks for the report. Join the club. This has been reported twice this week already, and the consensus is that date is behaving as documented (relative date operations add or subtract in multiples of 24 hours, without regards to daylight savings boundaries), but that the documented behavior could be improved if someone were to submit a patch. https://lists.gnu.org/archive/html/bug-coreutils/2012-03/msg00102.html As recommended in our FAQ, https://www.gnu.org/software/coreutils/faq/#The-date-command-is-not-worki= ng-right_002e it's almost always better to base relative time computations off of noon rather than midnight (as both 11 am and 1 pm fall in the same day, even when your multiple-of-24-hours crosses a 23-hour or 25-hour day). In your example, change: RSD=3D"$(date +%F -d "today - 35 days")" # Report Start Date to: RSD=3D"$(date +%F -d "noon today - 35 days")" # Report Start Date --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enig2605DFBD3A0F0033DF33C495 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJPdKOLAAoJEKeha0olJ0NqEoEH/0ZK2M7CjjvKP6BOw9XTHRbo 0yNfpYsUju9YubFWQNFGxDpZb++O+IKBNfSPSG/yg8+/VAdZkCZWH43/r4EuxKIX 6iz05nneswvcWPyuTcQ8jq6xkdXPBO1748vzKYVLZ8nnr7NbeYi2n4AbtTZ+ghxS wjOKzeJuedbXfBXUS98RcikCk6DTGCMHk6rvAylb1hkjksCPFLl/Lo2jNJM/Qe3H wLoBH4SJsyrKoWRpo/x0ZUdV/kspxxtWyJ6LzHC0XURPM3b+UdzClNL1TlEkmCtl bc1nX8aSNQfXPehRDuUDAHQKNxaaTanGt4P7ipIIIINHBS9IozKZLyANAVCqJNA= =NW+J -----END PGP SIGNATURE----- --------------enig2605DFBD3A0F0033DF33C495-- From unknown Thu Jun 19 14:11:22 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, 02 May 2012 11:24:02 +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 From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 04 18:31:30 2015 Received: (at control) by debbugs.gnu.org; 4 Aug 2015 22:31:30 +0000 Received: from localhost ([127.0.0.1]:39749 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZMkk6-0000gH-9i for submit@debbugs.gnu.org; Tue, 04 Aug 2015 18:31:30 -0400 Received: from mail1.vodafone.ie ([213.233.128.43]:63964) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZMkk4-0000dy-GR for control@debbugs.gnu.org; Tue, 04 Aug 2015 18:31:28 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhMuAAQ9wVVtTtu9/2dsb2JhbABbgklSI3QIgV2BZL8BgwOBEUwBAQEBAQGBC0EFg30KKlQNAgUWCwILAwIBAgE5BgICFQgBAYguAaQ0j2GFb5BzgSKPU4IXDC8SgTEFlHqVQZBkJoFKAQEBBwIBgic9gn0CAQI Received: from unknown (HELO localhost.localdomain) ([109.78.219.189]) by mail1.vodafone.ie with ESMTP; 04 Aug 2015 23:31:10 +0100 Message-ID: <55C13D2D.2040004@draigBrady.com> Date: Tue, 04 Aug 2015 23:31:09 +0100 From: =?UTF-8?B?UMOhZHJhaWcgQnJhZHk=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: control@debbugs.gnu.org Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: unarchive 11098 unarchive 18159 forcemerge 11098 18159 [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [213.233.128.43 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: unarchive 11098 unarchive 18159 forcemerge 11098 18159 [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [213.233.128.43 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject unarchive 11098 unarchive 18159 forcemerge 11098 18159 From unknown Thu Jun 19 14:11:22 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: Did not alter fixed versions and reopened. Date: Tue, 04 Aug 2015 22:43:01 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # Did not alter fixed versions and reopened. thanks # This fakemail brought to you by your local debbugs # administrator From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 19 19:14:10 2018 Received: (at control) by debbugs.gnu.org; 19 Oct 2018 23:14:10 +0000 Received: from localhost ([127.0.0.1]:59981 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDdy6-0004jh-Ix for submit@debbugs.gnu.org; Fri, 19 Oct 2018 19:14:10 -0400 Received: from mail-pg1-f172.google.com ([209.85.215.172]:37634) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDdy4-0004jS-DJ for control@debbugs.gnu.org; Fri, 19 Oct 2018 19:14:08 -0400 Received: by mail-pg1-f172.google.com with SMTP id c10-v6so16378310pgq.4 for ; Fri, 19 Oct 2018 16:14:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:message-id:date:user-agent:mime-version:content-language :content-transfer-encoding; bh=89N7FWHIQHjZJJV6+TLF+q9wldRaB57sUNVNuIge/V4=; b=scIZI3NCLx2wOWUdrYAXBHj4QvCbILEsvWOY16NSfzkLetKLrAvxqBQhVzn1CFSUYE bwl4yMz+5/LLLVFPc4J5UUKemVi3dbz2I9iVvpi5jo85tkOiG1BH1pt+v2088P6QAneF S50bUGZu5ojJhYl63md1ILnln2mhOSgt0RasfE2lMQuHRFdaXYfQ/rMlxz2sBPwHJCkh FWZ29jcqrRxjj5JKk/8smTAY3JIKgHSKheoxgR/3RbkYDOlDjge/tcFaQ7Ov/SmmI03t Sn9rkkzCPwyU2kK8zAk+nx5els863ADYy0Qb0jWhKMDYFydxN7waeQEbapQWJkBv1YE+ NO3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=89N7FWHIQHjZJJV6+TLF+q9wldRaB57sUNVNuIge/V4=; b=f8rgyonzRzEOfWnAAeCKfk+On1MGYZ5jjWUXWjJuUXSj6xqk4kDWhw0TBOiHeuDTtP 3qhGe9XnpTYDYSp+4BDNa78yBh1qD5yWzr821FGooKxuVEY3Bt4nsg3nuAl/jQdtKa4U a/McZTMVvy5+/3lxmRMIwTixAXn0pI4o6ypikvsvPaJVSSZHCQDRTdMgPSiSTzZVCZZE fDJSq1qZDLUd0tdCeHkaCIFtIa8cg3kaTtAQaIrAsKbjRKsRFgOfILwtJvNKcN6SbYLz U6mwamujmozYMRTI2lmEjgK6+PJtJgTkbmvaXEhX1y0G/+XMmbqbtxC4PkuMt5uPqSpc uzww== X-Gm-Message-State: ABuFfohkEnrdn0L1aHPxWAjZWkEfiumCtL7HXVVcb7LdXDnhIHH0Qsyo O/2QYCp5LQc2TF/TYtENSEru5mg7nSo= X-Google-Smtp-Source: ACcGV63v5CE6AYVl28KnPiS5r/Msj9dXdNNxMFYjzxjPQd50RRh0aYUHK+6a4d+aT6TVIpLVg/Gs2Q== X-Received: by 2002:a63:5a0d:: with SMTP id o13-v6mr34463739pgb.267.1539990842315; Fri, 19 Oct 2018 16:14:02 -0700 (PDT) Received: from tomato.housegordon.com (moose.housegordon.com. [184.68.105.38]) by smtp.googlemail.com with ESMTPSA id k12-v6sm23006767pgo.34.2018.10.19.16.14.00 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 19 Oct 2018 16:14:01 -0700 (PDT) To: control@debbugs.gnu.org From: Assaf Gordon Message-ID: Date: Fri, 19 Oct 2018 17:14:00 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: 2.0 (++) 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: merge 15785 11098 [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (assafgordon[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.215.172 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.215.172 listed in wl.mailspike.net] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject 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 (+) merge 15785 11098 From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 24 17:58:59 2018 Received: (at control) by debbugs.gnu.org; 24 Oct 2018 21:58:59 +0000 Received: from localhost ([127.0.0.1]:40921 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gFRB5-0003LK-3e for submit@debbugs.gnu.org; Wed, 24 Oct 2018 17:58:59 -0400 Received: from mail-pg1-f172.google.com ([209.85.215.172]:36731) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gFRB3-0003L4-EM for control@debbugs.gnu.org; Wed, 24 Oct 2018 17:58:57 -0400 Received: by mail-pg1-f172.google.com with SMTP id l6-v6so2982731pgp.3 for ; Wed, 24 Oct 2018 14:58:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:message-id:date:user-agent:mime-version:content-language :content-transfer-encoding; bh=ybwsFcZOJ4XqnENbrZz6Y7xHX9QN259PKfsbURBotQ4=; b=VbrP2ABK8aqPLCrwT0sFctGdbUJeKlXxIvXwzmhEszK9MAqpnud6inJzek2SCSztIa bL/V0xxdRd1kv7UIwIi8B/LFWeYRSjbfGkGGkZG5bltrD2ndt2aA0RUeeDUWCda9xfFx 0Qgt/Gx49X4okdQJ2GJ+fwJGPfmTI2aCr4pH1wjsHGx4FnD0UU8uMgxLuQ/8GFYVhEeY 5qPFh/STWFaAUEAUM3JnU6CDJsF5CBekfsoBVNiSsECBPciOOsVMCTvQHBi/HrNT8c3n xMPVeh+74zr0qkfm0VV4jzG+xk2P6GVM6tC0U1ToWcRRrUgOl3hrJnujTJ1knvDOjVOr PIqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=ybwsFcZOJ4XqnENbrZz6Y7xHX9QN259PKfsbURBotQ4=; b=Qqd+Fi5382LoLqnv6OCtoWq4exbGIwtOsi/sqMsFmRsVbc00q5rE/d/e0dyCN0vVjE tRXBbCc3TyVL8FUVhFwAVMK1/DTJWIn0Gt4mL9pI51ka4x3yWn8PIJrHnH06CjvA0sdy lBXh1L2fEWbelHD+CvUR+BWwYkJj432g00daUq5B1BbNi3zyJ0RzSINj5C7lmEaQnfdh sD9ROzgCYYkCP+4Zx8oTy7oOfyz9GtEE4pZ3CsqNDUJDpBRPDU3UlqkIUNUgAGgbBQKv jZ5RzN4xHkvfwQkoGvCm2pknhkzqo5tbNO5Da8EnYWrGvtQDgCsQEsBS6sMZVVeheSOU h1Bg== X-Gm-Message-State: AGRZ1gJlDPbg6AHgp6Vb2t8pEMfqoALoEWL692FHfDkFrxXGD01g/ygo e0vlti+Sl7rSAjAf7XhWk49rA+XK1OM= X-Google-Smtp-Source: AJdET5exvW4CCbCrNz7wkfiZVbqDCk30Zqy0z1VOoClEysTLNPu08mn6CslukvPuOUZb4i9u9KWiZg== X-Received: by 2002:a63:4e4e:: with SMTP id o14-v6mr4194100pgl.181.1540418330717; Wed, 24 Oct 2018 14:58:50 -0700 (PDT) Received: from tomato.housegordon.com (moose.housegordon.com. [184.68.105.38]) by smtp.googlemail.com with ESMTPSA id u190-v6sm22723811pgu.3.2018.10.24.14.58.49 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 Oct 2018 14:58:49 -0700 (PDT) To: control@debbugs.gnu.org From: Assaf Gordon Message-ID: <56b2fc82-5675-fd62-419a-a7117f131c09@gmail.com> Date: Wed, 24 Oct 2018 15:58:48 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: 2.0 (++) 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: close 11098 [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.215.172 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (assafgordon[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject 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 (+) close 11098 From unknown Thu Jun 19 14:11:22 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 22 Nov 2018 12:24:03 +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