View Single Post
  #7  
Unread 05-24-2007, 09:42 PM
Seagoat's Avatar
Seagoat Seagoat is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: May 2005
Server: Crushbone
Posts: 298
Default

I think part of the problem is that there are multiple addresses in the "From" section of the email header.

This bit is from a comment notification email:
Code:
Subject: New File Comment for Seagoat's Target Ring: Stained Glass.
From: "[email protected]" <[email protected]>
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
From: "New File Comment @ EQ2Interface" <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
And this is from the download update notification email:
Code:
Subject: Seagoat's Target Ring: Stained Glass has been updated!
From: "[email protected]" <[email protected]>
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
From: "Favorites Update @ EQ2Interface" <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
I think my spam filter was rejecting it outright because of the duplicate values; it wasn't even bothering to check to see if the domains matched or whatever.

The forum reply notification and news update notification emails seem to be just fine in this regard, and I don't ever recall having issues with either of them.

Hope this helps someone somewhere...
Reply With Quote