From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Hall Subject: Re: Any chance someone could fix the SPF records for this mailing list? Date: Wed, 3 Jun 2015 20:07:57 -0700 Message-ID: <20150604030757.GA16737@mhcomputing.net> References: <556FBDD3.2090604@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Alexander Duyck Return-path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.46.186]) by dpdk.org (Postfix) with ESMTP id 433915A56 for ; Thu, 4 Jun 2015 05:10:14 +0200 (CEST) Content-Disposition: inline In-Reply-To: <556FBDD3.2090604@gmail.com> 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" On Wed, Jun 03, 2015 at 07:54:11PM -0700, Alexander Duyck wrote: > 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. Hello, I can confirm your claims. When I enabled IPv6 on my mail server Google began dropping or severely graylisting 100% of the mail until the IPv6 subnet was added to the SPF record. This needs to get fixed or the IPv6 outbound SMTP has to be disabled or Google users will lose tons of mails from the list. Matthew.