Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 366EE431FB5 for ; Sat, 29 Jan 2011 05:30:06 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 2.5 X-Spam-Level: ** X-Spam-Status: No, score=2.5 tagged_above=-999 required=5 tests=[FREEMAIL_FROM=0.001, FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8FNkHPqxffNm for ; Sat, 29 Jan 2011 05:30:05 -0800 (PST) Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3]) by olra.theworths.org (Postfix) with ESMTP id C9393431FB6 for ; Sat, 29 Jan 2011 05:30:04 -0800 (PST) Received: from racin (unknown [82.239.207.166]) by smtp3-g21.free.fr (Postfix) with ESMTP id D61DDA62D2; Sat, 29 Jan 2011 14:29:57 +0100 (CET) From: Matthieu Lemerre To: Carl Worth , Thomas Schwinge , notmuch@notmuchmail.org Subject: Re: [PATCH] Add a few tests for searching LWN emails. In-Reply-To: <87vd18n6j9.fsf@yoom.home.cworth.org> References: <1296124309-20072-1-git-send-email-thomas@schwinge.name> <87vd18n6j9.fsf@yoom.home.cworth.org> User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1 (i486-pc-linux-gnu) Date: Sat, 29 Jan 2011 14:45:19 +0100 Message-ID: <87r5bvn7rk.fsf@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Sat, 29 Jan 2011 13:30:06 -0000 > Yes, I believe this is related to the dot in the name. From my > recollection a name with an address requires quoting. So the header that > is currently formatted as: > > From: LWN.net Weekly Notification > > should instead be: > > From: "LWN.net Weekly Notification" Hi all, I had already reported this problem in id:"87ipzvk2xh.fsf@free.fr". Recent versions of GMime perform more robust parsing that fix the problem, but unfortunately debian only ship old versions of the package. I don't believe we will be able to make all people from whom we receive email always send RFC2822-compliant email addresses :) Matthieu