From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Duyck Subject: Any chance someone could fix the SPF records for this mailing list? Date: Wed, 03 Jun 2015 19:54:11 -0700 Message-ID: <556FBDD3.2090604@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: dev@dpdk.org Return-path: 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 ; Thu, 4 Jun 2015 04:54:13 +0200 (CEST) Received: by iesa3 with SMTP id a3so27302051ies.2 for ; 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 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Jun 2015 19:54:12 -0700 (PDT) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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