From: Daniel Kahn Gillmor Date: Thu, 2 Jun 2016 16:26:12 +0000 (+2000) Subject: [PATCH 3/5] update link to Chip Rosenthal article about reply-to munging X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=27dc07780c98074354db18e86c5828f0310bf8af;p=notmuch-archives.git [PATCH 3/5] update link to Chip Rosenthal article about reply-to munging --- diff --git a/3a/0f02b3ffdcf56e3cf9cb0d46355686f521a6fa b/3a/0f02b3ffdcf56e3cf9cb0d46355686f521a6fa new file mode 100644 index 000000000..a445d4bec --- /dev/null +++ b/3a/0f02b3ffdcf56e3cf9cb0d46355686f521a6fa @@ -0,0 +1,68 @@ +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 111F26DE02A6 + for ; Thu, 2 Jun 2016 09:26:24 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.022 +X-Spam-Level: +X-Spam-Status: No, score=-0.022 tagged_above=-999 required=5 + tests=[AWL=-0.022] 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 c7PLEoycDnhA for ; + Thu, 2 Jun 2016 09:26:16 -0700 (PDT) +Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) + by arlo.cworth.org (Postfix) with ESMTP id D13B26DE02A9 + for ; Thu, 2 Jun 2016 09:26:15 -0700 (PDT) +Received: from fifthhorseman.net (unknown [38.109.115.130]) + by che.mayfirst.org (Postfix) with ESMTPSA id 6C104F99A + for ; Thu, 2 Jun 2016 12:26:15 -0400 (EDT) +Received: by fifthhorseman.net (Postfix, from userid 1000) + id DABFB20258; Thu, 2 Jun 2016 12:26:14 -0400 (EDT) +From: Daniel Kahn Gillmor +To: Notmuch Mail +Subject: [PATCH 3/5] update link to Chip Rosenthal article about reply-to + munging +Date: Thu, 2 Jun 2016 12:26:12 -0400 +Message-Id: <1464884774-22961-3-git-send-email-dkg@fifthhorseman.net> +X-Mailer: git-send-email 2.8.1 +In-Reply-To: <1464884774-22961-1-git-send-email-dkg@fifthhorseman.net> +References: <1464884774-22961-1-git-send-email-dkg@fifthhorseman.net> +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: Thu, 02 Jun 2016 16:26:24 -0000 + +The original link is currently returning an internal server error :( +--- + notmuch-reply.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/notmuch-reply.c b/notmuch-reply.c +index a74194a..457e54a 100644 +--- a/notmuch-reply.c ++++ b/notmuch-reply.c +@@ -324,7 +324,7 @@ add_recipients_from_message (GMimeMessage *reply, + unsigned int n = 0; + + /* Some mailing lists munge the Reply-To header despite it being A Bad +- * Thing, see http://www.unicom.com/pw/reply-to-harmful.html ++ * Thing, see http://marc.merlins.org/netrants/reply-to-harmful.html + * + * The munging is easy to detect, because it results in a + * redundant reply-to header, (with an address that already exists +-- +2.8.1 +