From: Erik Quaeghebeur Date: Wed, 13 Jan 2016 22:47:35 +0000 (+0100) Subject: What to do with messages lacking a Message-ID X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=38bc1834117c953b10defa36226449245a187fb3;p=notmuch-archives.git What to do with messages lacking a Message-ID --- diff --git a/78/838a2c84c10bc791200cbe9b2527373106b98d b/78/838a2c84c10bc791200cbe9b2527373106b98d new file mode 100644 index 000000000..20eb14bba --- /dev/null +++ b/78/838a2c84c10bc791200cbe9b2527373106b98d @@ -0,0 +1,83 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 314356DE1607 + for ; Wed, 13 Jan 2016 14:47:43 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.668 +X-Spam-Level: +X-Spam-Status: No, score=-0.668 tagged_above=-999 required=5 tests=[AWL=0.053, + DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, + RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, 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 NaY4M5COJ2B0 for ; + Wed, 13 Jan 2016 14:47:41 -0800 (PST) +Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com + [66.111.4.27]) + by arlo.cworth.org (Postfix) with ESMTPS id 39AEF6DE091E + for ; Wed, 13 Jan 2016 14:47:41 -0800 (PST) +Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) + by mailout.nyi.internal (Postfix) with ESMTP id 7630120881 + for ; Wed, 13 Jan 2016 17:47:38 -0500 (EST) +Received: from frontend2 ([10.202.2.161]) + by compute6.internal (MEProxy); Wed, 13 Jan 2016 17:47:38 -0500 +DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=nospammail.net; h= + content-transfer-encoding:content-type:date:from:message-id + :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=fVE + ov+TI3eExf8RF0zonybASeKY=; b=LLny1YkghlieGYaoWFE08cVr7nLIVJvLemR + nk7NjLu2+RRzxKMphQkt1laeel2B4oay+DCpEO0M2R+P5+oNq6aJFJIs/r9sWR0y + TexpGbUwYY5lFqk773jPqf5toLgW6a29YFHOIcCA86ReVkx0TrfbQUMXzLDwcO2u + PsYLIIFk= +DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= + messagingengine.com; h=content-transfer-encoding:content-type + :date:from:message-id:mime-version:subject:to:x-sasl-enc + :x-sasl-enc; s=smtpout; bh=fVEov+TI3eExf8RF0zonybASeKY=; b=iFOTL + 0P35zl3C1zKZvzEr/TkA+uwFOIhfhOpTPizp4ZSInmUNbGOh8LcI7U+iBU2PJgQ2 + a2NoXd46h4o401/lCNJivcjx9FZ8zBhiNdJAXWL0MbcNmeIn6XkOqiAmPNXxhtUb + 8UomyR55G8mnoj0JrgljGag0BBTlHiNth6Q1PM= +X-Sasl-enc: xdPrYQcM2Mp72bBfpIzajcex/i3KLrrNl4RGOeDR1PMt 1452725258 +Received: from sysoppad.localnet (cust-5286ecc8.wba.access.stipte.nl + [82.134.236.200]) + by mail.messagingengine.com (Postfix) with ESMTPA id 25A98680070 + for ; Wed, 13 Jan 2016 17:47:38 -0500 (EST) +From: Erik Quaeghebeur +To: notmuch@notmuchmail.org +Subject: What to do with messages lacking a Message-ID +Date: Wed, 13 Jan 2016 23:47:35 +0100 +Message-ID: <1793345.AM1NXn4izx@sysoppad> +User-Agent: KMail/4.14.8 (Linux/4.1.12-gentoo; KDE/4.14.8; x86_64; ; ) +MIME-Version: 1.0 +Content-Transfer-Encoding: quoted-printable +Content-Type: text/plain; charset="utf-8" +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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: Wed, 13 Jan 2016 22:47:43 -0000 + +Dear group, + + +It appears that I have some old messages that lack a Message-ID. Is the= +re any preferred approach to dealing with this? How does notmuch react = +if such a message is inserted? + +(I can create and add an =E2=80=98appropriate=E2=80=99 Message-ID if I = +need, but I am not sure whether that's a good approach.) + + +Best, + +Erik