From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 145116DE0ABE for ; Thu, 24 Nov 2016 17:27:09 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.006 X-Spam-Level: X-Spam-Status: No, score=-0.006 tagged_above=-999 required=5 tests=[AWL=0.005, 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 5i0EGFex88Ax for ; Thu, 24 Nov 2016 17:27:07 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 8A68E6DE0A9A for ; Thu, 24 Nov 2016 17:27:07 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1cA5Hm-0008Ov-QZ; Thu, 24 Nov 2016 20:26:42 -0500 Received: (nullmailer pid 27927 invoked by uid 1000); Fri, 25 Nov 2016 01:27:02 -0000 From: David Bremner To: Daniel Kahn Gillmor , Notmuch Mail Subject: Re: [PATCH v2] tests: account for varying-size cryptographic signatures In-Reply-To: <20161123175722.15618-1-dkg@fifthhorseman.net> References: <87eg23i052.fsf@alice.fifthhorseman.net> <20161123175722.15618-1-dkg@fifthhorseman.net> Date: Thu, 24 Nov 2016 21:27:02 -0400 Message-ID: <877f7snyc9.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Fri, 25 Nov 2016 01:27:09 -0000 Daniel Kahn Gillmor writes: > GnuPG 2.1.16 is now injecting the full issuer fingerprint in its > signatures, which makes them about 32 octets larger when > ascii-armored. > > This change in size means that the size of the MIME parts will vary > depending on the version of gpg that the user has installed. at any > rate, the signature part should be non-zero (this is true for > basically any MIME part), so we just test for that instead of an exact > size. I've pushed Daniel's patch to release and master. d