I'm not sure where to post this, but here goes:
We generate and email about 500 invoices on the first of the month.
We use an in-house accounting program and I use SocketTools to send the email from my application.
It works except emails sent to gMail accounts using our Send Mail server get caught in the gMail spam filter. Here is a header:
In trying to figure this out, I tried sending the email out through the SpamArrest email server whom which I have an account. That is NOT caught buy the gMail server:
I checked and our server is not blacklisted anywhere that I can find. The SpamArrest email even failed the SPF test where ours did not! Can anyone tell why it is failing on our mail server?
We generate and email about 500 invoices on the first of the month.
We use an in-house accounting program and I use SocketTools to send the email from my application.
It works except emails sent to gMail accounts using our Send Mail server get caught in the gMail spam filter. Here is a header:
Code:
Delivered-To: [email protected] Received: by 10.64.149.12 with SMTP id w12cs15372qbd; Thu, 18 Oct 2007 09:19:53 -0700 (PDT) Received: by 10.142.157.15 with SMTP id f15mr259397wfe.1192724392868; Thu, 18 Oct 2007 09:19:52 -0700 (PDT) Return-Path: <[email protected]> Received: from mail.nbson.net (mail.nbson.net [12.163.40.4]) by mx.google.com with ESMTP id u6si1272547pyb.2007.10.18.09.19.52; Thu, 18 Oct 2007 09:19:52 -0700 (PDT) Received-SPF: pass (google.com: domain of [email protected] designates 12.163.40.4 as permitted sender) client-ip=12.163.40.4; Authentication-Results: mx.google.com; spf=pass (google.com: domain of [email protected] designates 12.163.40.4 as permitted sender) [email protected] Received: from ShawnAnderson.nbson.com (nbson.com [12.163.40.18]) by mail.nbson.net (8.13.1/8.13.1) with ESMTP id l9IGJpYP006992 for <[email protected]>; Thu, 18 Oct 2007 11:19:52 -0500 Message-Id: <[email protected]> From: [email protected] To: [email protected] Date: Thu, 18 Oct 2007 11:19:54 -0500 Subject: Invoice #7176 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_ST5020_0001_054FB13C_0A9F6278" Content-Transfer-Encoding: 7bit This is a multi-part message in MIME format. ------=_ST5020_0001_054FB13C_0A9F6278 Content-Type: multipart/alternative; boundary="----=_ST5020_0002_054FB13C_0A9F6278" Content-Transfer-Encoding: 7bit ------=_ST5020_0002_054FB13C_0A9F6278 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit
Code:
Delivered-To: [email protected] Received: by 10.64.149.12 with SMTP id w12cs36719qbd; Thu, 18 Oct 2007 15:23:28 -0700 (PDT) Received: by 10.141.51.15 with SMTP id d15mr631198rvk.1192746207599; Thu, 18 Oct 2007 15:23:27 -0700 (PDT) Return-Path: <[email protected]> Received: from eq2.spamarrest.com (eq2.spamarrest.com [66.150.163.135]) by mx.google.com with ESMTP id l31si2621129rvb.2007.10.18.15.23.26; Thu, 18 Oct 2007 15:23:27 -0700 (PDT) Received-SPF: softfail (google.com: domain of transitioning [email protected] does not designate 66.150.163.135 as permitted sender) client-ip=66.150.163.135; Authentication-Results: mx.google.com; spf=softfail (google.com: domain of transitioning [email protected] does not designate 66.150.163.135 as permitted sender) [email protected] Received: from ShawnAnderson.nbson.com (nbson.com [12.163.40.18]) by eq2.spamarrest.com (Postfix) with ESMTP id 045A560C1E5 for <[email protected]>; Thu, 18 Oct 2007 15:23:25 -0700 (PDT) From: [email protected] To: [email protected] Date: Thu, 18 Oct 2007 17:23:28 -0500 Subject: Invoice #7176 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_ST5020_0001_069C8D07_0D391A0E" Content-Transfer-Encoding: 7bit Message-Id: <[email protected]> This is a multi-part message in MIME format. ------=_ST5020_0001_069C8D07_0D391A0E Content-Type: multipart/alternative; boundary="----=_ST5020_0002_069C8D17_0D391A2E" Content-Transfer-Encoding: 7bit ------=_ST5020_0002_069C8D17_0D391A2E Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit
Comment