From: Jani Nikula Date: Tue, 2 Sep 2014 20:37:12 +0000 (+0300) Subject: Re: How to debug 'ignoring non-mail file' issues X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fa904f78b69ca29f89d88bf8c9129ad403879121;p=notmuch-archives.git Re: How to debug 'ignoring non-mail file' issues --- diff --git a/d9/0113bf492da203a16933563c5f7a23d1a2f31d b/d9/0113bf492da203a16933563c5f7a23d1a2f31d new file mode 100644 index 000000000..30e45f0c5 --- /dev/null +++ b/d9/0113bf492da203a16933563c5f7a23d1a2f31d @@ -0,0 +1,86 @@ +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 71487431FAF + for ; Tue, 2 Sep 2014 13:37:24 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 NvCRbaDD6mAt for ; + Tue, 2 Sep 2014 13:37:16 -0700 (PDT) +Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com + [74.125.82.48]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 0F84C431FB6 for ; Tue, 2 Sep 2014 13:37:15 -0700 + (PDT) +Received: by mail-wg0-f48.google.com with SMTP id n12so7487166wgh.7 + for ; Tue, 02 Sep 2014 13:37:14 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:cc:subject:in-reply-to:references + :user-agent:date:message-id:mime-version:content-type; + bh=VuQZdnGD97Jyao6h98dOSkk3BToCHSQWabkr/urbthU=; + b=ghd2773bporsEmblrTI/blFIZ532Y7Ml1V5lObap6wTuF45+udYFtc5GUl/y5U5Jns + 9mA0z0DvV5fKxIEDHyuoXeDdF/l4aB+UDDAwX16LQfbrkYxxNtV+QNJ4DF4zT++MJKNp + lvzAjo7IZMUh6aYHHck2vNTl9gh2ErG42vTM347eCy9+D+0cHz0VSBWlf/HSjqUXFwXe + q9qWCgZ1Mu8xFG2VCx8FbplsRdPgmi9d061+2NdwBL/9ogtuVabfE4ev2kfxgkeKNLNQ + UvxATeplsH9Fs5tLzd5Rs0li+w0xO8NMV02beqLnhUnuf8ITGxutMx+W5Gi1uh43ZpSO + Nxcw== +X-Gm-Message-State: + ALoCoQmR8AzVstxg9fKMAZJX16TS22XXz/TzE6QvzHzMYck47/u8sHFYdkDQ5zNY3hf+mXJkgO0T +X-Received: by 10.181.5.3 with SMTP id ci3mr31295755wid.57.1409690234524; + Tue, 02 Sep 2014 13:37:14 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c374-75.dhcp.inet.fi. + [88.195.116.75]) by mx.google.com with ESMTPSA id + bt9sm11699723wjc.44.2014.09.02.13.37.13 for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Tue, 02 Sep 2014 13:37:14 -0700 (PDT) +From: Jani Nikula +To: Perttu Luukko , David Bremner +Subject: Re: How to debug 'ignoring non-mail file' issues +In-Reply-To: <20140901071526.GA13634@lakka.kapsi.fi> +References: <20140831074059.GA13399@rakuuna.dhcp.inet.fi> + <87tx4ssoux.fsf@maritornes.cs.unb.ca> + <20140901065220.GB3901@lakka.kapsi.fi> + <20140901071526.GA13634@lakka.kapsi.fi> +User-Agent: Notmuch/0.18.1+65~g9f0f30f (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Tue, 02 Sep 2014 23:37:12 +0300 +Message-ID: <87r3ztvjwn.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain +Cc: notmuch@notmuchmail.org +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: Tue, 02 Sep 2014 20:37:24 -0000 + +On Mon, 01 Sep 2014, Perttu Luukko wrote: +> Yes, upgrading to GMime 2.6.20 caused all the messages on my server +> classified as mail. + +What was the old version? If it was 2.4 we should probably consider +dropping support for that in future notmuch. + +> Even more reason to give a separate warning for GMime parse errors. + +Not sure. We only get a binary success/fail from GMime, and that gets +printed for all non-email files. I'm not sure it's helpful. + +BR, +Jani.