From 04da5ceeb5c8f0fdf9e88a69a71fc3c34132d913 Mon Sep 17 00:00:00 2001 From: "tomi.ollila" Date: Tue, 23 Jul 2013 22:17:11 +0300 Subject: [PATCH] How about these: -- CR & NL char in rfc2047-encoded header... --- 27/98fed563dd5293dd0dd50412eca672253e7b29 | 52 +++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 27/98fed563dd5293dd0dd50412eca672253e7b29 diff --git a/27/98fed563dd5293dd0dd50412eca672253e7b29 b/27/98fed563dd5293dd0dd50412eca672253e7b29 new file mode 100644 index 000000000..80dd1e101 --- /dev/null +++ b/27/98fed563dd5293dd0dd50412eca672253e7b29 @@ -0,0 +1,52 @@ +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 D1AB7431FBC + for ; Tue, 23 Jul 2013 12:17:24 -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 lZV57uBTA2Q9 for ; + Tue, 23 Jul 2013 12:17:18 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 8C789431FB6 + for ; Tue, 23 Jul 2013 12:17:18 -0700 (PDT) +Received: from guru.guru-group.fi (localhost [127.0.0.1]) + by guru.guru-group.fi (Postfix) with ESMTP id F418110005D + for ; Tue, 23 Jul 2013 22:17:11 +0300 (EEST) +From: tomi.ollila@iki.fi +To: notmuch@notmuchmail.org +Subject: How about these: + -- CR & NL char in rfc2047-encoded header... +Message-ID: <1374606929.hand.crafted.4.sendmail@guru.guru-group.fi> +Date: Tue, 23 Jul 2013 22:17:11 +0300 (EEST) +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, 23 Jul 2013 19:17:25 -0000 + +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? + +Tomi -- 2.26.2