From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <alexander.duyck@gmail.com>
Received: from mail-ie0-f178.google.com (mail-ie0-f178.google.com
 [209.85.223.178]) by dpdk.org (Postfix) with ESMTP id E0A565A8B
 for <dev@dpdk.org>; Thu,  4 Jun 2015 04:54:13 +0200 (CEST)
Received: by iesa3 with SMTP id a3so27302051ies.2
 for <dev@dpdk.org>; Wed, 03 Jun 2015 19:54:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=message-id:date:from:user-agent:mime-version:to:subject
 :content-type:content-transfer-encoding;
 bh=Fw0UVpZKkZ8Unf6DA5sQQPCSsClZGLMZvlC180WYuo8=;
 b=eP045icI8fEmfXPqJRDpbbFMqGtKiHDKNZGNkfDGZfY13qEkhRh18A5Bg2fMmHdPo5
 xX9aN0kj8JKjrSMBaPwyud6d2L8zm3P94NfhZxmqdruHv3nZ6+Lxqhs3olGSWe1ZI/uZ
 sYQNEwC/ZrokZE9svhuSPIZbYxTTJwu0SFl8h5yikvoOZ/C5UXxQ+u2mUmdlfW9lDvjx
 IlHoWUK5GU0wu9Hhtonfd/xEuAFEE1CQ0D+QAyyXJh+6dUHfuU854El98n1xEfZxpb06
 vSEZiv1IgPmqCcFqNecOQdilPj9EoWPyzyz9UlHnCobydiUxb1QXePusNSSBEhCFByAa
 fP2A==
X-Received: by 10.42.203.4 with SMTP id fg4mr1883559icb.52.1433386453356;
 Wed, 03 Jun 2015 19:54:13 -0700 (PDT)
Received: from [192.168.1.188] (50-43-10-6.bvtn.or.frontiernet.net.
 [50.43.10.6])
 by mx.google.com with ESMTPSA id r34sm484432ioi.34.2015.06.03.19.54.12
 for <dev@dpdk.org>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 03 Jun 2015 19:54:12 -0700 (PDT)
Message-ID: <556FBDD3.2090604@gmail.com>
Date: Wed, 03 Jun 2015 19:54:11 -0700
From: Alexander Duyck <alexander.duyck@gmail.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
 rv:31.0) Gecko/20100101 Thunderbird/31.7.0
MIME-Version: 1.0
To: dev@dpdk.org
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Subject: [dpdk-dev] Any chance someone could fix the SPF records for this
	mailing list?
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 04 Jun 2015 02:54:14 -0000

I have noticed a number of emails from this list are going to spam.  It looks like it might be gmail filtering based on the fact that most of the list has a valid SPF based on an IPv4 address that reports out like below:
Received: from dpdk.org (dpdk.org. [92.243.14.124])
         by mx.google.com with ESMTP id eq6si3307415wib.54.2015.06.03.11.21.20;
         Wed, 03 Jun 2015 11:21:23 -0700 (PDT)
Received-SPF: pass (google.com: best guess record for domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) client-ip=92.243.14.124;
Authentication-Results: mx.google.com;
        spf=pass (google.com: best guess record for domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mail=dev-bounces@dpdk.org

However the ones that are going straight into my spam folder list an IPv6 address that is rated neutral by the SPF:
Received: from dpdk.org ([2001:4b98:dc0:41:216:3eff:fe72:dd13])
         by mx.google.com with ESMTP id cy1si1185671wib.89.2015.06.03.04.00.32;
         Wed, 03 Jun 2015 04:00:37 -0700 (PDT)
Received-SPF: neutral (google.com: 2001:4b98:dc0:41:216:3eff:fe72:dd13 is neither permitted nor denied by best guess record for domain of dev-bounces@dpdk.org) client-ip=2001:4b98:dc0:41:216:3eff:fe72:dd13;
Authentication-Results: mx.google.com;
        spf=neutral (google.com: 2001:4b98:dc0:41:216:3eff:fe72:dd13 is neither permitted nor denied by best guess record for domain of dev-bounces@dpdk.org) smtp.mail=dev-bounces@dpdk.org

I was just wondering if it would be possible to get the IPv6 address added as a permitted sender for the domain to help reduce the amount of messages that are likely being flagged as spam for myself and likely others.

Thanks.

- Alex