From 27b1118c712aba8515379e2d34b117f610b251d2 Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Tue, 18 Nov 2014 07:04:31 +0000 Subject: [PATCH] Re: Forwarding a mail, with a non-ASCII signature --- 28/c5820606fdb48274fd3e2d2b2cdbbf3673ea9e | 85 +++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 28/c5820606fdb48274fd3e2d2b2cdbbf3673ea9e diff --git a/28/c5820606fdb48274fd3e2d2b2cdbbf3673ea9e b/28/c5820606fdb48274fd3e2d2b2cdbbf3673ea9e new file mode 100644 index 000000000..851a852b0 --- /dev/null +++ b/28/c5820606fdb48274fd3e2d2b2cdbbf3673ea9e @@ -0,0 +1,85 @@ +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 13931431FB6 + for ; Mon, 17 Nov 2014 23:04:44 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.699 +X-Spam-Level: +X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_LOW=-0.7, UNPARSEABLE_RELAY=0.001] + 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 lU9NLDTjgBB3 for ; + Mon, 17 Nov 2014 23:04:36 -0800 (PST) +Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com + [209.85.212.172]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 749CF431FAE + for ; Mon, 17 Nov 2014 23:04:36 -0800 (PST) +Received: by mail-wi0-f172.google.com with SMTP id n3so779344wiv.5 + for ; Mon, 17 Nov 2014 23:04:35 -0800 (PST) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:to:subject:in-reply-to:references:user-agent + :from:date:message-id:mime-version:content-type; + bh=cSwrABF//HezG4h4G9RyHU+lwzBt733xpUDlJMza99o=; + b=YJJ8jjgdsU5kK1JSx4WX/D7NjWZ2gHf30sKmaaBbCHAdgd4E4U5Z/s9rOoTkcPpDzJ + eOzQifwN7waZ4L2bC6ZpBWT8ITgbcHBrKr8huYExadfTWumoeXNIjgof0oeVBLTYWURo + QCLXZd+Wn1nh2/nNRjxRlQVJsyZEqEDD37CBQXVSkS8eVPZ+PqTvN7bME0xRKd3qNTgH + 6tT1J4QByoIr4IKoMFKpHoinwW5w7sOo2FohCa9dnuhmMd26atymtrUtHgW+C6tDOlDc + 7NrPc1LxNRUYiWAmZrmWsGPgkz6u7jgDuJYvHYTfY9qCizf3l/xceLWT9MjZTrgiOsP7 + U/Vw== +X-Gm-Message-State: + ALoCoQlSSMVvBuH+xv+/uzzWE508HJx7qFbJpgBeObYIOdEPL0VRLnBZETV3mbounTpJxtmrM/0J +X-Received: by 10.194.52.3 with SMTP id p3mr45453101wjo.93.1416294273971; + Mon, 17 Nov 2014 23:04:33 -0800 (PST) +Received: from disaster-area.hh.sledj.net + ([2a01:348:1a2:1:ea39:35ff:fe2c:a227]) + by mx.google.com with ESMTPSA id + pu3sm13851940wjc.14.2014.11.17.23.04.32 for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Mon, 17 Nov 2014 23:04:33 -0800 (PST) +Received: from localhost (30000@localhost [local]); + by localhost (OpenSMTPD) with ESMTPA id da6d73d9; + Tue, 18 Nov 2014 07:04:31 +0000 (UTC) +To: Lele Gaifax , notmuch@notmuchmail.org +Subject: Re: Forwarding a mail, with a non-ASCII signature +In-Reply-To: +References: <87ioifb55d.fsf@nautilus.nautilus> + + <87ioid7ome.fsf@nautilus.nautilus> + +User-Agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +From: David Edmondson +Date: Tue, 18 Nov 2014 07:04:31 +0000 +Message-ID: +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: Tue, 18 Nov 2014 07:04:44 -0000 + +On Mon, Nov 17 2014, David Edmondson wrote: +>> +>> Yes! This works great, with it the forward buffer contains the signature +>> loaded with the correct encoding, and the sendmail succeeds without +>> prompting about unreadable chars. +> +> That's good, thanks for testing. I'll work up and submit a proper patch. + +id:1416294197-3170-1-git-send-email-dme@dme.org -- 2.26.2