From unknown Mon Aug 18 04:36:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17961: "od -c" producing numbers greater than 255 ? Resent-From: Sebastian Pipping Original-Sender: "Debbugs-submit" Resent-CC: bug-coreutils@gnu.org Resent-Date: Sun, 06 Jul 2014 22:58:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 17961 X-GNU-PR-Package: coreutils X-GNU-PR-Keywords: To: 17961@debbugs.gnu.org X-Debbugs-Original-To: bug-coreutils@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.140468743331356 (code B ref -1); Sun, 06 Jul 2014 22:58:04 +0000 Received: (at submit) by debbugs.gnu.org; 6 Jul 2014 22:57:13 +0000 Received: from localhost ([127.0.0.1]:45246 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X3vMt-00089d-VN for submit@debbugs.gnu.org; Sun, 06 Jul 2014 18:57:13 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51037) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X3raj-0000PR-5O for submit@debbugs.gnu.org; Sun, 06 Jul 2014 14:55:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X3raU-0006BV-1L for submit@debbugs.gnu.org; Sun, 06 Jul 2014 14:55:07 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:43951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X3raT-0006BP-Uy for submit@debbugs.gnu.org; Sun, 06 Jul 2014 14:54:57 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X3raM-000093-Ds for bug-coreutils@gnu.org; Sun, 06 Jul 2014 14:54:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X3raE-00069S-GL for bug-coreutils@gnu.org; Sun, 06 Jul 2014 14:54:50 -0400 Received: from smtprelay04.ispgateway.de ([80.67.31.31]:60732) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X3raE-000690-9q for bug-coreutils@gnu.org; Sun, 06 Jul 2014 14:54:42 -0400 Received: from [78.52.97.143] (helo=[192.168.1.2]) by smtprelay04.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1X3raC-0003yy-4G for bug-coreutils@gnu.org; Sun, 06 Jul 2014 20:54:40 +0200 Message-ID: <53B99B70.7040705@pipping.org> Date: Sun, 06 Jul 2014 20:54:40 +0200 From: Sebastian Pipping User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Df-Sender: aGFydHdvcmtAYmluZXJhLmRl X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Mailman-Approved-At: Sun, 06 Jul 2014 18:57:09 -0400 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: -5.0 (-----) Hello! I have observed od printing byte values greater than 255 (e.g 302 and 303) and wonder if that's a bug and if not what's the idea behind it. I'm running coreutils version 8.22. My command to re-produce is python3 -c 'for i in range(256): print("%c" % i, end="")' | od -c Please note that Python is producing UTF-8 here. This is the output I get: # python3 -c 'for i in range(256): print("%c" % i, end="")' | od -c 0000000 \0 001 002 003 004 005 006 \a \b \t \n \v \f \r 016 017 0000020 020 021 022 023 024 025 026 027 030 031 032 033 034 035 036 037 0000040 ! " # $ % & ' ( ) * + , - . / 0000060 0 1 2 3 4 5 6 7 8 9 : ; < = > ? 0000100 @ A B C D E F G H I J K L M N O 0000120 P Q R S T U V W X Y Z [ \ ] ^ _ 0000140 ` a b c d e f g h i j k l m n o 0000160 p q r s t u v w x y z { | } ~ 177 0000200 302 200 302 201 302 202 302 203 302 204 302 205 302 206 302 207 0000220 302 210 302 211 302 212 302 213 302 214 302 215 302 216 302 217 0000240 302 220 302 221 302 222 302 223 302 224 302 225 302 226 302 227 0000260 302 230 302 231 302 232 302 233 302 234 302 235 302 236 302 237 0000300 302 240 302 241 302 242 302 243 302 244 302 245 302 246 302 247 0000320 302 250 302 251 302 252 302 253 302 254 302 255 302 256 302 257 0000340 302 260 302 261 302 262 302 263 302 264 302 265 302 266 302 267 0000360 302 270 302 271 302 272 302 273 302 274 302 275 302 276 302 277 0000400 303 200 303 201 303 202 303 203 303 204 303 205 303 206 303 207 0000420 303 210 303 211 303 212 303 213 303 214 303 215 303 216 303 217 0000440 303 220 303 221 303 222 303 223 303 224 303 225 303 226 303 227 0000460 303 230 303 231 303 232 303 233 303 234 303 235 303 236 303 237 0000500 303 240 303 241 303 242 303 243 303 244 303 245 303 246 303 247 0000520 303 250 303 251 303 252 303 253 303 254 303 255 303 256 303 257 0000540 303 260 303 261 303 262 303 263 303 264 303 265 303 266 303 267 0000560 303 270 303 271 303 272 303 273 303 274 303 275 303 276 303 277 0000600 I'm looking forward to your reply. Please keep me in CC for now. Best, Sebastian From unknown Mon Aug 18 04:36:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17961: "od -c" producing numbers greater than 255 ? Resent-From: Bernhard Voelker Original-Sender: "Debbugs-submit" Resent-CC: bug-coreutils@gnu.org Resent-Date: Sun, 06 Jul 2014 23:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17961 X-GNU-PR-Package: coreutils X-GNU-PR-Keywords: To: Sebastian Pipping , 17961@debbugs.gnu.org Received: via spool by 17961-submit@debbugs.gnu.org id=B17961.14046909186165 (code B ref 17961); Sun, 06 Jul 2014 23:56:02 +0000 Received: (at 17961) by debbugs.gnu.org; 6 Jul 2014 23:55:18 +0000 Received: from localhost ([127.0.0.1]:45295 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X3wH7-0001bM-Ax for submit@debbugs.gnu.org; Sun, 06 Jul 2014 19:55:17 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:59091) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X3wH5-0001b4-5Z for 17961@debbugs.gnu.org; Sun, 06 Jul 2014 19:55:16 -0400 Received: from [192.168.1.10] (p5084F852.dip0.t-ipconnect.de [80.132.248.82]) by mrelayeu.kundenserver.de (node=mreue006) with ESMTP (Nemesis) id 0M9RBC-1WuZPx2G46-00Cize; Mon, 07 Jul 2014 01:55:07 +0200 Message-ID: <53B9E1DB.2080408@bernhard-voelker.de> Date: Mon, 07 Jul 2014 01:55:07 +0200 From: Bernhard Voelker User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 References: <53B99B70.7040705@pipping.org> In-Reply-To: <53B99B70.7040705@pipping.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:ntMnCmVddJ4yQLAAAGf+4mWqIOHx6k5xSWtkO5xLFVe BiDHHAl7+b2wQLd9X8Y+Lw2QXIPHlq6aM4fUuJSvd+Pas2fYyz UDM9FLoj8OM7Mz8TGGBs1Toq8MffoCr9TsQnaVYMwrKxiPKbsz vuRKoYo/QFVj1Vh28LnHR25qUn+rR81MrB64KP5cN1nncYfp9R kkWPMo8lxgZHGXDyL/KlVmlgpD9g3Tmdna6nNW1g6gGoaRyGdj Cvf/V4QERd1uHRjYSIVPuLTrKJ/gn3C7EyNYRnP2zsEdCDV25b TgsMjBaNmwasN3YA2IXDj+E4oLtFlQGGRT2m7ACmx414pltyCj p/lQR45OybBhPBhZ14vV7Hd42mAy+ut+/nnhDsimU X-Spam-Score: 0.0 (/) 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: 0.0 (/) tag 17961 notabug close 17961 stop On 07/06/2014 08:54 PM, Sebastian Pipping wrote: > I have observed od printing byte values greater than 255 (e.g 302 and > 303) and wonder if that's a bug and if not what's the idea behind it. > > I'm running coreutils version 8.22. > > My command to re-produce is > > python3 -c 'for i in range(256): print("%c" % i, end="")' | od -c Thanks for the bug report. However, there seems to be some misunderstanding on your side about what 'od -c' does: the default output format is to use octal number, which you can already see in the first line from the printed numbers: $ python3 -c 'for i in range(256): print("%c" % i, end="")' | od -c | head -n1 0000000 \0 001 002 003 004 005 006 \a \b \t \n \v \f \r 016 017 Therefore, od(1) prints up to 377 (octal) in your case - which is 255 decimal: $ python3 -c 'print("%o" % 255)' 377 Have a nice day, Berny From unknown Mon Aug 18 04:36:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17961: "od -c" producing numbers greater than 255 ? Resent-From: Sebastian Pipping Original-Sender: "Debbugs-submit" Resent-CC: bug-coreutils@gnu.org Resent-Date: Mon, 07 Jul 2014 00:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17961 X-GNU-PR-Package: coreutils X-GNU-PR-Keywords: To: Bernhard Voelker , 17961@debbugs.gnu.org Received: via spool by 17961-submit@debbugs.gnu.org id=B17961.140469286810278 (code B ref 17961); Mon, 07 Jul 2014 00:28:01 +0000 Received: (at 17961) by debbugs.gnu.org; 7 Jul 2014 00:27:48 +0000 Received: from localhost ([127.0.0.1]:45330 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X3wmZ-0002fh-HP for submit@debbugs.gnu.org; Sun, 06 Jul 2014 20:27:47 -0400 Received: from smtprelay05.ispgateway.de ([80.67.31.94]:50028) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X3wmX-0002fX-5E for 17961@debbugs.gnu.org; Sun, 06 Jul 2014 20:27:46 -0400 Received: from [78.52.97.143] (helo=[192.168.1.2]) by smtprelay05.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1X3wmV-0004Xn-LE; Mon, 07 Jul 2014 02:27:43 +0200 Message-ID: <53B9E97F.2060007@pipping.org> Date: Mon, 07 Jul 2014 02:27:43 +0200 From: Sebastian Pipping User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 References: <53B99B70.7040705@pipping.org> <53B9E1DB.2080408@bernhard-voelker.de> In-Reply-To: <53B9E1DB.2080408@bernhard-voelker.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Df-Sender: aGFydHdvcmtAYmluZXJhLmRl X-Spam-Score: -0.0 (/) 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: -0.0 (/) Hello! Intersting, thanks for your reply. For "-c" the man page reads "printable character or backslash escape" I don't really see any mention of octal fallback in there :) Personally, I would expect (and prefer) \x?? output for any non-printable bytes from that description. My vote too add that or at least making the man page more precise about "-c", that would be cool. I guess "od -t u1" is what I'll use in the meantime. Best, Sebastian From unknown Mon Aug 18 04:36:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17961: "od -c" producing numbers greater than 255 ? Resent-From: Bernhard Voelker Original-Sender: "Debbugs-submit" Resent-CC: bug-coreutils@gnu.org Resent-Date: Mon, 07 Jul 2014 06:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17961 X-GNU-PR-Package: coreutils X-GNU-PR-Keywords: To: Sebastian Pipping , 17961@debbugs.gnu.org Received: via spool by 17961-submit@debbugs.gnu.org id=B17961.140471390320681 (code B ref 17961); Mon, 07 Jul 2014 06:19:02 +0000 Received: (at 17961) by debbugs.gnu.org; 7 Jul 2014 06:18:23 +0000 Received: from localhost ([127.0.0.1]:45429 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X42Fq-0005NV-Bh for submit@debbugs.gnu.org; Mon, 07 Jul 2014 02:18:22 -0400 Received: from mout.kundenserver.de ([212.227.126.131]:60339) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X42Fn-0005N6-Li for 17961@debbugs.gnu.org; Mon, 07 Jul 2014 02:18:20 -0400 Received: from [192.168.1.10] (p5084F852.dip0.t-ipconnect.de [80.132.248.82]) by mrelayeu.kundenserver.de (node=mreue001) with ESMTP (Nemesis) id 0MCUXh-1WvTWu1yHR-0096Y3; Mon, 07 Jul 2014 08:18:13 +0200 Message-ID: <53BA3BA4.1060904@bernhard-voelker.de> Date: Mon, 07 Jul 2014 08:18:12 +0200 From: Bernhard Voelker User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 References: <53B99B70.7040705@pipping.org> <53B9E1DB.2080408@bernhard-voelker.de> <53B9E97F.2060007@pipping.org> In-Reply-To: <53B9E97F.2060007@pipping.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:UvOag/0CjtQEJgBuJ+ZEinQJJtYwopWlM7JRrW2hEiD CoUsa+7tIC7e/R7qplin3xwTJtiJA8MtIULKscsQZycdnAws5X 451FXVEtiuuMchLpP6E+pjjDemx/6TiiQ4jyOhu3x0LkHCTIIM WKHScAiTRnX2QyIB8OcGNRzU8pTuLUocj2I2i/zU+naHixAAtt 8VxOS3f+fuCK6iDWIxNoV2twR/WUOy6EPIoawsYCgwNGXLe0y0 jbIO9eLL/AXsgpEd4vLr7R0M4vWsl0edADXuDnyB9E2uG81C6N S8g5rlNA0jzLftCetLIFxbj5bxJSu2U5RqsgWF1XZIDM0k4RaK 2R6FHOOR+k/yv2eqGN2l1FDO1NOIF2YHJi6nlud8G X-Spam-Score: 0.0 (/) 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: 0.0 (/) On 07/07/2014 02:27 AM, Sebastian Pipping wrote: > I don't really see any mention of octal fallback in there It is already there ... in the first sentence: NAME od - dump files in octal and other formats SYNOPSIS od [OPTION]... [FILE]... od [-abcdfilosx]... [FILE] [[+]OFFSET[.][b]] od --traditional [OPTION]... [FILE] [[+]OFFSET[.][b] [+][LABEL][.][b]] DESCRIPTION Write an unambiguous representation, octal bytes by default, of FILE to standard output. ... BTW: the man pages of the coreutils programs are not much more than the output from "PROG --help". Instead, the more detailed documentation goes into the Texinfo manual - as mentioned at the end of the man page: SEE ALSO ... info coreutils 'od invocation' Alternatively you can choose the online version: http://www.gnu.org/software/coreutils/manual/html_node/od-invocation.html#od-invocation > My vote too add that or at > least making the man page more precise about "-c", that would be cool. The output of --help and therefore 'man od' is already quite large. Please read the info manual. If you still think that there's something missing or unclear, please tell us ... maybe with a suggestion for the wording, or even better as a patch. Thanks & have a nice day, Berny From unknown Mon Aug 18 04:36:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17961: "od -c" producing numbers greater than 255 ? Resent-From: Eric Blake Original-Sender: "Debbugs-submit" Resent-CC: bug-coreutils@gnu.org Resent-Date: Mon, 07 Jul 2014 12:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17961 X-GNU-PR-Package: coreutils X-GNU-PR-Keywords: To: Sebastian Pipping , Bernhard Voelker , 17961@debbugs.gnu.org Received: via spool by 17961-submit@debbugs.gnu.org id=B17961.14047378299486 (code B ref 17961); Mon, 07 Jul 2014 12:58:02 +0000 Received: (at 17961) by debbugs.gnu.org; 7 Jul 2014 12:57:09 +0000 Received: from localhost ([127.0.0.1]:45629 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X48Th-0002Sm-Ea for submit@debbugs.gnu.org; Mon, 07 Jul 2014 08:57:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15050) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X48Tb-0002SM-BQ for 17961@debbugs.gnu.org; Mon, 07 Jul 2014 08:57:03 -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 s67CurBk002755 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 7 Jul 2014 08:56:53 -0400 Received: from [10.3.113.109] (ovpn-113-109.phx2.redhat.com [10.3.113.109]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s67Cuqwi018444; Mon, 7 Jul 2014 08:56:53 -0400 Message-ID: <53BA9914.9060401@redhat.com> Date: Mon, 07 Jul 2014 06:56:52 -0600 From: Eric Blake Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 References: <53B99B70.7040705@pipping.org> <53B9E1DB.2080408@bernhard-voelker.de> <53B9E97F.2060007@pipping.org> In-Reply-To: <53B9E97F.2060007@pipping.org> X-Enigmail-Version: 1.6 OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="f373oHLuWM87ocweNiJv5Vn8wdMWh0QtB" X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Spam-Score: -5.7 (-----) 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: -5.7 (-----) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --f373oHLuWM87ocweNiJv5Vn8wdMWh0QtB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 07/06/2014 06:27 PM, Sebastian Pipping wrote: > Hello! >=20 >=20 > Intersting, thanks for your reply. For "-c" the man page reads >=20 > "printable character or backslash escape" >=20 > I don't really see any mention of octal fallback in there :) > Personally, I would expect (and prefer) \x?? output for any > non-printable bytes from that description. My vote too add that or at > least making the man page more precise about "-c", that would be cool. Alas, we can't change the behavior; it is mandated by POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/od.html -c [XSI] [Option Start] Interpret bytes as characters specified by the current setting of the LC_CTYPE category. Certain non-graphic characters appear as C escapes: "NUL=3D\0", "BS=3D\b", "FF=3D\f", "NL=3D\n", "CR=3D\= r", "HT=3D\t"; others appear as 3-digit octal numbers. [Option End] >=20 > I guess "od -t u1" is what I'll use in the meantime. Yes, that is a reasonable action. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --f373oHLuWM87ocweNiJv5Vn8wdMWh0QtB 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 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJTupkUAAoJEKeha0olJ0NqSogH/ifRuha8H72P94aLqov3t/xL JkTDhZD61njYWp9SBUBWMfdtpJHqGsBvfNy3C4gpWSZOeeLgc47bFby75PLB1Q46 g30aSUz9YEPNAwirsbBRNRbe8xu2KjeJN4dgJ0TZ9qcFUvZBIzQpWw8oXLiZjO76 mbE4sKMYIW3SN2sRf2wsOd/QpFvOW5TjIRweqdjRoFOzqJclu7N8tLN5aoNPvZ8i gOhuVg8d/2gYWua2qOnIGZ79hMTH3INPVomn2BkP7odDV/dD8KLuKTD2nXXfto9g fTbnpp0R9x6wUr60ZU5DsYpKJMSTSG7lOl53SQNWspynKVnIk6QvLcvQXEgmBKo= =7JSU -----END PGP SIGNATURE----- --f373oHLuWM87ocweNiJv5Vn8wdMWh0QtB-- From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 19 23:36:18 2018 Received: (at control) by debbugs.gnu.org; 20 Oct 2018 03:36:18 +0000 Received: from localhost ([127.0.0.1]:60132 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDi3l-0006Hu-S9 for submit@debbugs.gnu.org; Fri, 19 Oct 2018 23:36:18 -0400 Received: from mail-it1-f176.google.com ([209.85.166.176]:51153) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDi3l-0006Hi-24 for control@debbugs.gnu.org; Fri, 19 Oct 2018 23:36:17 -0400 Received: by mail-it1-f176.google.com with SMTP id k206-v6so6515806ite.0 for ; Fri, 19 Oct 2018 20:36:17 -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=yaO8JkDI1L/SiohLd03n6vHG4h1+RhtkWqPdrrwZofU=; b=M13f3sOsXK7sHn/n6R7bXE9RdhE7tzgYOfd7IfQ1RP5GZCVbs9WWZi1/LoZ6v7/MBh MOmH0QwKBGq+g24TgrkGnYD6NQavB8ct7//7SHbBmAOAAQelguLBFmEUnKoDDYVeKgJq tMnovDcmQvDDS75QX3zkw2BibiljG7nyFvzP4awF9VMeuT31nSY4mAQdpB0BkDVO3cBU IxwUyl9od1VPxyL+wHsRyDVZ5r9hQe0j/oO7Ux+rfsHOpLFKUiAxIqWRvzBxaqq8ax3b 6d+uMf23sbMbJeSE1Tocx9b58jVMZX24WaLVX7ZPPqWw6ijXAxRrXCN77Vnip+K3aASC Bhaw== 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=yaO8JkDI1L/SiohLd03n6vHG4h1+RhtkWqPdrrwZofU=; b=l4PvRoC+pE2z+A4Dx8xvYcGYp3XvMPY/pC6ELXjfT1E109xv8/LHH6BcrX6Xeoi3v/ b1KWWs8fShvRZY+7H6+p7P0MpXn+Gjxyj50Zxn5DAZlxiuxgulo6VvfoHaXSgYrGTkmM 23GkfZ0O7fWWXs2RT0YhX/qPUkZh8iFeww0IOygqnZ7M17DKrxaLE+LG5MlA9IjDcG7M k+HeMrEXPqJaRq5K8nj+wUAWtVMPWCMFZQbobXRLbxI2F6MzpB+65JF+q8dnVIrdZcAV gK3ttQf3ddZKb9O9HvcVsQdq+oKn3N8ZKrlhNhjrbPXQsZVsdjyCYHCQmiPIKZ89U4WT SWeA== X-Gm-Message-State: ABuFfoiAqzzXfaDAY4EQSOo+YPO+cCNlFv34MZOQtCWM6WylT/poVA8G faaHvsMIrxmIg/1D9fFXkArnpyIRXRc= X-Google-Smtp-Source: ACcGV63XNnAD/VwFOJnz9WxRd+9LDsgmoHMbZjf0gYEcvREOyhONELpK6R3OV08qOtUgQvnM+cJ9GQ== X-Received: by 2002:a02:878f:: with SMTP id t15-v6mr6408303jai.38.1540006571023; Fri, 19 Oct 2018 20:36:11 -0700 (PDT) Received: from tomato.housegordon.com (moose.housegordon.com. [184.68.105.38]) by smtp.googlemail.com with ESMTPSA id e78-v6sm3094398itc.4.2018.10.19.20.36.09 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 19 Oct 2018 20:36:09 -0700 (PDT) To: control@debbugs.gnu.org From: Assaf Gordon Message-ID: <3f50ade9-094d-fc0e-8411-81869fb71dc0@gmail.com> Date: Fri, 19 Oct 2018 21:36:08 -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: tags 17961 notabug close 17961 stop [...] 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.166.176 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 -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.166.176 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 (+) tags 17961 notabug close 17961 stop