Re: [Jakub Wilk] Bug#749890: python3-notmuch: missing header in mbox message -> NullP...
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Mon, 14 Mar 2016 20:54:10 +0000 (21:54 +0100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:18 +0000 (16:21 -0700)
1b/e9e67767139f1d5c9a9aac5eaaad53915d0e7a [new file with mode: 0644]

diff --git a/1b/e9e67767139f1d5c9a9aac5eaaad53915d0e7a b/1b/e9e67767139f1d5c9a9aac5eaaad53915d0e7a
new file mode 100644 (file)
index 0000000..5192590
--- /dev/null
@@ -0,0 +1,88 @@
+Return-Path: <teythoon@jade-hamburg.de>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 34BE86DE1849\r
+ for <notmuch@notmuchmail.org>; Mon, 14 Mar 2016 13:54:17 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.001\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
+ tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001,\r
+ RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id k89EzXHuQ44p for <notmuch@notmuchmail.org>;\r
+ Mon, 14 Mar 2016 13:54:14 -0700 (PDT)\r
+Received: from mail.cryptobitch.de (cryptobitch.de [88.198.7.68])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 802306DE1848\r
+ for <notmuch@notmuchmail.org>; Mon, 14 Mar 2016 13:54:14 -0700 (PDT)\r
+Received: from thinkbox (p5482CB69.dip0.t-ipconnect.de [84.130.203.105])\r
+ (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))\r
+ (No client certificate requested)\r
+ by mail.cryptobitch.de (Postfix) with ESMTPSA id 535549A61BB;\r
+ Mon, 14 Mar 2016 21:54:12 +0100 (CET)\r
+Received: from teythoon by thinkbox with local (Exim 4.84_2)\r
+ (envelope-from <teythoon@thinkbox.jade-hamburg.de>)\r
+ id 1afZVC-00082X-Uj; Mon, 14 Mar 2016 21:54:10 +0100\r
+Content-Type: text/plain; charset="utf-8"\r
+MIME-Version: 1.0\r
+Content-Transfer-Encoding: quoted-printable\r
+To: David Bremner <david@tethera.net>,  notmuch@notmuchmail.org\r
+From: Justus Winter <4winter@informatik.uni-hamburg.de>\r
+In-Reply-To: <87k393l86x.fsf@zancas.localnet>\r
+Cc: 749890@bugs.debian.org\r
+References: <87k393l86x.fsf@zancas.localnet>\r
+Message-ID: <20160314205410.4648.16140@thinkbox.jade-hamburg.de>\r
+User-Agent: alot/0.3.8.dev\r
+Subject: Re: [Jakub Wilk] Bug#749890: python3-notmuch: missing header in mbox\r
+ message -> NullPointerError\r
+Date: Mon, 14 Mar 2016 21:54:10 +0100\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 14 Mar 2016 20:54:17 -0000\r
+\r
+Hi,\r
+\r
+Quoting David Bremner (2014-05-30 15:14:46)\r
+> this looks like a bug in the python bindings to me\r
+> =\r
+\r
+> Package: python3-notmuch\r
+> Version: 0.18-3\r
+> Severity: minor\r
+> =\r
+\r
+> If a message starts with the "From " postmark (i.e., it's in the mbox =\r
+\r
+> format), and you ask the get_header() method for a non-existent header, =\r
+\r
+> it raises NullPointerError, instead of returning empty string.\r
+> =\r
+\r
+> Now, I realize that support for indexing mbox files has been dropped, =\r
+\r
+> but users might still have them on disk, indexed by an old version of =\r
+\r
+> notmuch. This is how I discovered this bug.\r
+> =\r
+\r
+> I've attached my crafted mail archive (which I indexed with wheezy's =\r
+\r
+> notmuch), and the script that I used for testing:\r
+\r
+I cannot reproduce this neither with master nor with 0.21-3 from\r
+unstable.\r
+\r
+Justus\r