From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [IPv6:2001:470:dc45:1000::1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id CECC83B2A4 for ; Tue, 1 Nov 2016 11:09:27 -0400 (EDT) Received: from mail.toke.dk (localhost.localdomain [127.0.0.1]) by mail.toke.dk (Postfix) with ESMTPS id C3246102915; Tue, 1 Nov 2016 16:09:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1478012966; bh=xZ0jZPPy/d0afKP/A1N/yqL7ahxRdzwv1hTvjmTa8hs=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=Mdr/pXwKmx9BQtlg2tEM5/xBfbgSU78j7BcjvVTDbszQJu2+1uVMi+e9kxj1QJg4s GqXU+Jzz88wc4pjo6eHjHtpl61QA2YPjmsaUzj6OjZM7d+RubgU6JRT0RfevNf9Okl b4uquEEXBeSC03XUYG3FRRCzd1cEGWVmSoZjb8hKxhOlGLZUtS0lAGUwJ9AePy9ucX 7yKFtEMEopzr0Jx9AapCW61W2ekp/FNx5hEggTEofcIsodawjqFcATRTjcudMLk//v YC50vrWiA5xn49fFmRndq4Zq+XItLcOLDHcco+8eiUVlt81e9mnrklAYj2QUMnaGKD /I6OzkS0roHBQ== Received: by alrua-kau.kau.toke.dk (Postfix, from userid 1000) id 7E972C402B5; Tue, 1 Nov 2016 16:09:23 +0100 (CET) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Neil Shepperd Cc: davecb@spamcop.net, bloat@lists.bufferbloat.net References: <874m3tn04r.fsf@toke.dk> <87shrbgs3l.fsf@toke.dk> Date: Tue, 01 Nov 2016 16:09:23 +0100 In-Reply-To: <87shrbgs3l.fsf@toke.dk> ("Toke =?utf-8?Q?H=C3=B8iland-J?= =?utf-8?Q?=C3=B8rgensen=22's?= message of "Tue, 01 Nov 2016 16:03:26 +0100") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87oa1zgrto.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Bloat] Testing DKIM signing X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2016 15:09:33 -0000 Toke H=C3=B8iland-J=C3=B8rgensen writes: > Neil Shepperd writes: > >> FYI, I'm not seeing a DKIM signature from the list server? (in gmail) >> >> Authentication-Results: mx.google.com; dkim=3Dneutral (body hash did not= verify) header.i=3D@toke.dk; spf=3Dpass (google.com: best >> guess record for domain of bloat-bounces@lists.bufferbloat.net designate= s 2600:3c03::f03c:91ff:fe61:86ce as permitted sender) >> smtp.mailfrom=3Dbloat-bounces@lists.bufferbloat.net; dmarc=3Dfail (p=3DN= ONE >> dis=3DNONE) header.from=3Dtoke.dk > > Grump. Well, I'll see if I can figure out why... Aha, opendkim needed to be configured to look at the Sender header instead of From when deciding whether to sign. So hopefully it works better now (i.e. this is another test). :) -Toke