I have a php script that automatically mails people with updates.
It is not spam.
I have been getting the AOL mails bounce back as suspected spam.
On looking at the message source the return path might be the problem. The following is part of the source.
Return-path: <wwwrun@desktop.norton>
Envelope-to: joebloggs@mailaddress
Delivery-date: Thu, 21 Aug 2003 12:12:34 +0100
Received: from [213.249.143.254] (helo=desktop.norton)
by store0.mail.uk.easynet.net with esmtp (Exim 4.10)
id 19pnMk-0006xF-00
for joebloggs@mailaddress; Thu, 21 Aug 2003 12:12:30 +0100
Received: by desktop.norton (Postfix, from userid 30)
id 2C492542FA; Thu, 21 Aug 2003 12:13:39 +0100 (BST)
To: joebloggs@mailaddress
Subject: Norton-Hall & Co. Clients email update service.
From:
emailupdates@norton-hall.co.uk,
"Return-path:emailupdates"@norton-hall.co.uk
Message-Id: <20030821111339.2C492542FA@desktop.norton>
Date: Thu, 21 Aug 2003 12:13:39 +0100 (BST)
I set Return-path in the php script as my email address but it the mail seems to actually pick up my machine on my domain as the return path. Is there any way of correcting this (it is not practical to change the domain - possible but not practical. Any suggestions much appreciated.
Richard