unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Alexei Gilchrist <te100@runbox.com>
Cc: notmuch@notmuchmail.org
Subject: Re: notmuch ignoring alot of emails
Date: Fri, 28 Jun 2019 13:16:26 -0400	[thread overview]
Message-ID: <20190628171626.GA20853@alvherre.pgsql> (raw)
In-Reply-To: <9359F7FC-94C5-48CA-B4C9-2FEB2C7EC398@runbox.com>

On 2019-Mar-23, Alexei Gilchrist wrote:

> When I run notmuch I get a bunch (hundreds) of emails that are ignored with:
> 
> Note: Ignoring non-mail file: ...
> 
> The files are valid maildir files but have a paragraph somewhere in the body
> where someone has written "From ".

Yeah, that happens too when you attach patches generated with git
format-patch as plain text; this is extremely common in the
pgsql-hackers@lists.postgresql.org mailing list (you can download an
mbox from there for any month, convert it to a maildir, and give the
resulting maildir to notmuch -- you'll likely find a few dozen emails
that fail parsing).  This is a very annoying problem for me, see
201901181607.4rba4c5uyimv@alvherre.pgsql in this list earlier this year.

I worked around it by patching _notmuch_message_file_parse in
lib/message-file.c to set is_mbox = false unconditionally; but that's
not a real solution (and hence I didn't post as a patch here), and it
explodes real good if you have an actual mbox in the directory where the
mail is (since after the hack it won't skip it anymore).

I think a real solution is to parse the message header, look for the
Content-Length, and determine mbox-ness by looking for "From" only past
that many bytes; that seems to match what other mail parsing tools do.
However, I haven't gotten around to doing that.

-- 
Álvaro Herrera                            39°49'30"S 73°17'W
"La experiencia nos dice que el hombre peló millones de veces las patatas,
pero era forzoso admitir la posibilidad de que en un caso entre millones,
las patatas pelarían al hombre" (Ijon Tichy)

  parent reply	other threads:[~2019-06-28 17:26 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-23  6:45 notmuch ignoring alot of emails Alexei Gilchrist
2019-03-30 11:29 ` David Bremner
2019-03-30 23:53   ` Alexei Gilchrist
2019-03-31  4:06     ` David Bremner
2019-03-31  8:52     ` Tomi Ollila
2019-03-31 11:00     ` Tomas Nordin
2019-03-31 22:02       ` Alexei Gilchrist
2019-03-31 23:27         ` David Bremner
2019-06-28 17:16 ` Alvaro Herrera [this message]
2019-06-28 20:11   ` Alvaro Herrera
2019-06-29 19:03     ` David Bremner
2019-06-29 19:09       ` David Bremner
2019-07-01 15:26         ` Alvaro Herrera
2019-06-30 17:29     ` Tomi Ollila
2019-07-01 15:36       ` Alvaro Herrera
2019-11-16 17:40         ` David Bremner
     [not found]           ` <87eey7szz6.fsf@eirikba.org>
2019-11-17 12:31             ` David Bremner
2019-11-17 13:46               ` David Bremner
     [not found]                 ` <87blt9tdjj.fsf@eirikba.org>
2019-11-19 20:18                   ` David Bremner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190628171626.GA20853@alvherre.pgsql \
    --to=alvherre@alvh.no-ip.org \
    --cc=notmuch@notmuchmail.org \
    --cc=te100@runbox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).