Re: [PATCH] Don't bother checking for mbox files
authorEdward Betts <edward@4angle.com>
Sun, 13 Mar 2016 10:57:43 +0000 (10:57 +0000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:17 +0000 (16:21 -0700)
ee/862f76ea1360613fc29f4099699f2e6f90d7bd [new file with mode: 0644]

diff --git a/ee/862f76ea1360613fc29f4099699f2e6f90d7bd b/ee/862f76ea1360613fc29f4099699f2e6f90d7bd
new file mode 100644 (file)
index 0000000..a0795e7
--- /dev/null
@@ -0,0 +1,75 @@
+Return-Path: <edward@4angle.com>\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 5AC606DE186A\r
+ for <notmuch@notmuchmail.org>; Sun, 13 Mar 2016 04:17:03 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.52\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.52 tagged_above=-999 required=5 tests=[AWL=-2.510,\r
+  T_RP_MATCHES_RCVD=-0.01] 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 62z78apLrneM for <notmuch@notmuchmail.org>;\r
+ Sun, 13 Mar 2016 04:17:01 -0700 (PDT)\r
+X-Greylist: delayed 1154 seconds by postgrey-1.35 at arlo;\r
+ Sun, 13 Mar 2016 04:17:00 PDT\r
+Received: from 4angle.com (4angle.com [82.145.46.9])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id D4D846DE1868\r
+ for <notmuch@notmuchmail.org>; Sun, 13 Mar 2016 04:17:00 -0700 (PDT)\r
+Received: from cpc91242-cmbg18-2-0-cust1730.5-4.cable.virginm.net\r
+ ([82.8.134.195] helo=x230)\r
+ by 4angle.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)\r
+ (Exim 4.86) (envelope-from <edward@4angle.com>) id 1af3iR-00041S-B6\r
+ for notmuch@notmuchmail.org; Sun, 13 Mar 2016 10:57:43 +0000\r
+Received: from edward by x230 with local (Exim 4.86_2)\r
+ (envelope-from <edward@x230>) id 1af3iR-00032S-0g\r
+ for notmuch@notmuchmail.org; Sun, 13 Mar 2016 10:57:43 +0000\r
+Date: Sun, 13 Mar 2016 10:57:43 +0000\r
+From: Edward Betts <edward@4angle.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] Don't bother checking for mbox files\r
+Message-ID: <20160313105742.GA9173@4angle.com>\r
+References: <86io0v9oum.fsf@hiro.keithp.com>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Content-Disposition: inline\r
+In-Reply-To: <86io0v9oum.fsf@hiro.keithp.com>\r
+User-Agent: Mutt/1.5.24 (2015-08-30)\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: Sun, 13 Mar 2016 11:17:03 -0000\r
+\r
+Keith Packard <keithp@keithp.com> wrote:\r
+> Postfix adds mbox-style From lines when used in combination with\r
+> maildrop or .forward files. If they have another line starting with\r
+> 'From ' in them, notmuch complains about them not being mail files.\r
+> \r
+> If we assume the user hasn't screwed up and misconfigured their mail\r
+> system, then we can safely ignore whether the file started with an\r
+> mbox header and just parse it as a single-message file.\r
+\r
+I think it is fine to go ahead with this change. At the same time the\r
+behaviour of Postfix should be corrected so it doesn't add mbox-style From\r
+lines to mails in maildir format.\r
+\r
+The same problem existed in the Debian exim4 config. I filed a bug, it was\r
+fixed: https://bugs.debian.org/769396\r
+\r
+Here is a bug in maildrop suggesting that it should strip the mbox-style From\r
+line from the top of mails: https://bugs.debian.org/737383\r
+\r
+-- \r
+Edward.\r