From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 06BFB6DE0FBC for ; Sat, 16 Nov 2019 17:21:00 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.491 X-Spam-Level: X-Spam-Status: No, score=0.491 tagged_above=-999 required=5 tests=[AWL=-0.611, DATE_IN_PAST_06_12=1.103, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RLsd7JVQbnfn for ; Sat, 16 Nov 2019 17:20:59 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 86D6E6DE0FFA for ; Sat, 16 Nov 2019 17:20:54 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1iW9F8-0000Fi-KT; Sat, 16 Nov 2019 20:20:46 -0500 Received: (nullmailer pid 12133 invoked by uid 1000); Sat, 16 Nov 2019 17:40:41 -0000 From: David Bremner To: Alvaro Herrera , Tomi Ollila Cc: notmuch@notmuchmail.org Subject: Re: notmuch ignoring alot of emails In-Reply-To: <20190701153657.GA9961@alvherre.pgsql> References: <20190701153657.GA9961@alvherre.pgsql> Date: Sat, 16 Nov 2019 12:40:41 -0500 Message-ID: <87y2wfsorq.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Nov 2019 01:21:00 -0000 Alvaro Herrera writes: > On 2019-Jun-30, Tomi Ollila wrote: > >> Just checking line starting with 'From ' would be pretty na=C3=AFve since >> From may be first word in any line in text body. > > Even so, early mail systems relied on there not being any such lines, > and they escaped those lines to be ">From" or to use quoted-printable > encoding. GMime has bespoke code to do this, in fact. Mail systems > stopped doing this escaping after MIME boundaries got more widely used, > I suppose. As far as I know this is still correct for mbox files in general. In general confusion arises because notmuch has a strict idea of what an mbox is (file starts with "From "), while other software takes a more relaxed approach.