From e98373e1c84a0bd033a87713d94cbd868134048d Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 28 Oct 2013 09:48:24 +2100 Subject: [PATCH] Re: How about these: -- CR & NL char in rfc2047-encoded header... --- 0f/51afd1e7323631f0649cded26f78bbd89ee05b | 67 +++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 0f/51afd1e7323631f0649cded26f78bbd89ee05b diff --git a/0f/51afd1e7323631f0649cded26f78bbd89ee05b b/0f/51afd1e7323631f0649cded26f78bbd89ee05b new file mode 100644 index 000000000..22e52c809 --- /dev/null +++ b/0f/51afd1e7323631f0649cded26f78bbd89ee05b @@ -0,0 +1,67 @@ +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 93A2F431FDC + for ; Sun, 27 Oct 2013 05:48:32 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 9oRFg9ezv0FE for ; + Sun, 27 Oct 2013 05:48:28 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 9E0AD431FAF + for ; Sun, 27 Oct 2013 05:48:28 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1VaPlc-0001kv-5i; Sun, 27 Oct 2013 09:48:28 -0300 +Received: (nullmailer pid 20019 invoked by uid 1000); Sun, 27 Oct 2013 + 12:48:24 -0000 +From: David Bremner +To: tomi.ollila@iki.fi, notmuch@notmuchmail.org +Subject: Re: How about these: -- CR & NL char in rfc2047-encoded header... +In-Reply-To: <1374606929.hand.crafted.4.sendmail@guru.guru-group.fi> +References: <1374606929.hand.crafted.4.sendmail@guru.guru-group.fi> +User-Agent: Notmuch/0.16+111~ga7964c8 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sun, 27 Oct 2013 09:48:24 -0300 +Message-ID: <87hac23mnb.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +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: Sun, 27 Oct 2013 12:48:32 -0000 + +tomi.ollila@iki.fi writes: + +> In thread starting from id:08cb1dcd-c5db-4e33-8b09-7730cb3d59a2@gmail.com +> David wondered in id:87y58xv71x.fsf@zancas.localnet what filtering +> is done by CLI and what by lib. +> +> But where should the "problem" presented in the Subject: header should +> be handled. I did some hacks to emacs client to drop the ^J (newline) +> characters from Subject: and From: headers but should these be filtered +> in CLI (or in lib) instead? +> + +Eventually we decided this was a front-end isssue. The emacs front-end +fixed this with commit 0.16-111-ga7964c8 + +d -- 2.26.2