From 1dc118aee8b5490422f7bc64363cc446282d4a81 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 9 Aug 2016 07:59:03 +0900 Subject: [PATCH] Re: [PATCH] Omit User-Agent: header by default --- 31/5428b41166c21194d66bc1fb996b724dcc3a51 | 60 +++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 31/5428b41166c21194d66bc1fb996b724dcc3a51 diff --git a/31/5428b41166c21194d66bc1fb996b724dcc3a51 b/31/5428b41166c21194d66bc1fb996b724dcc3a51 new file mode 100644 index 000000000..48f1bdb25 --- /dev/null +++ b/31/5428b41166c21194d66bc1fb996b724dcc3a51 @@ -0,0 +1,60 @@ +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 EECFB6DE026C + for ; Mon, 8 Aug 2016 15:59:23 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.008 +X-Spam-Level: +X-Spam-Status: No, score=-0.008 tagged_above=-999 required=5 tests=[AWL=0.003, + SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 lpbdTwJlkTSv for ; + Mon, 8 Aug 2016 15:59:14 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id AF3506DE0188 + for ; Mon, 8 Aug 2016 15:59:14 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) + (envelope-from ) + id 1bWtW1-000660-77; Mon, 08 Aug 2016 18:59:25 -0400 +Received: (nullmailer pid 837 invoked by uid 1000); + Mon, 08 Aug 2016 22:59:03 -0000 +From: David Bremner +To: Daniel Kahn Gillmor , + Notmuch Mail +Subject: Re: [PATCH] Omit User-Agent: header by default +In-Reply-To: <1470688957-30562-1-git-send-email-dkg@fifthhorseman.net> +References: <1470688957-30562-1-git-send-email-dkg@fifthhorseman.net> +User-Agent: Notmuch/0.22.1+61~g2ce0f13 (https://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Tue, 09 Aug 2016 07:59:03 +0900 +Message-ID: <874m6uvpe0.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +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: Mon, 08 Aug 2016 22:59:24 -0000 + +Daniel Kahn Gillmor writes: + +> The User-Agent: header can be fun and interesting, but it also leaks +> quite a bit of information about the user and their software stack. +> + +No objections in principle, but someone (TM) needs to fix up the +resulting failures in the test suite. + +d -- 2.26.2