Re: [PATCH] Add a few tests for searching LWN emails.
authorMatthieu Lemerre <racin@free.fr>
Sat, 29 Jan 2011 13:45:19 +0000 (14:45 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:49 +0000 (09:37 -0800)
28/16b730115170394adb64ce36327ad1e0deda74 [new file with mode: 0644]

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