Situation: Any user of my site can click on a "contact us" type of link and through a form (and PHP code) send messages to officers etc. I want the sender of the message to also receive a CC of what they send as a courtesy. Note: the PHP code that sends the message is being executed by a legit vodahost domain form and submit program. I hope I'm being clear here.
Results:
* the vodahost domain (my website's email) GETS the form mail ok
* the vodahost domain (my website's email) forwards a copy to alternate mail as set up in voda ok
* sending email address the user gave gets the auto reply from my domain ok
* sending email address for the CC of the message:
- if to something like msn, hotmail, or yahoo it gets routed to JUNK or BULK mail until owner of that account sets spam to allow all from voda, nido.us.com, etc.
- if AOL it gets tossed or lost in the ether... and AOL cannot be trained to let it through (at least I have not been able to train it without destroying all my protection)
Problem: ISP email systems do not like something (and AOL especially doesn't like it). I suspect it has something to do with the mechanism that produces "Return-path: <nobody@voda2.vodahost.com>" Note: I have NO problem with mail sent to AOL or others IF an account holder on my domain signs on to the domain (e.g. via Squirrel mail or Outlook) .. and sends mail using their voda domain account. Again this problem is NOT that situation.
Request: how do I get this form generalized "contact us" mail authenticated so it does not look like forged spam on the CC's?
Here's an example message:
To:site.mgr@nido.us.com, Subject:This is a testFrom:edicola12******.com Add to Address Book Add Mobile Alert CC:edicola12******.comDate:Mon, 02 Jan 2006 06:31:56 -0600
From: edicola12******.com should receive a auto reply confirmation from site.mgr@nido.us.comcc: edicola12******.com should recieve a copy of this msgAutoforward from site.mgr@nido.us.com to edicola12@msn.com should occurSent By: Webmaster Test
Here's the example's header:
Return-path: <nobody@voda2.vodahost.com>
Envelope-to: site.mgr@nido.us.com
Delivery-date: Mon, 02 Jan 2006 06:31:57 -0600
Received: from edicola by voda2.vodahost.com with local-bsmtp (Exim 4.52)
id 1EtOqy-0008Nv-VO
for site.mgr@nido.us.com; Mon, 02 Jan 2006 06:31:57 -0600
X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on voda2.vodahost.com
X-Spam-Level: *
X-Spam-Status: No, score=1.8 required=5.0 tests=FORGED_YAHOO_RCVD,
MAILTO_TO_SPAM_ADDR,NO_REAL_NAME,NO_RELAYS autolearn=no version=3.1.0
Received: from nobody by voda2.vodahost.com with local (Exim 4.52)
id 1EtOqy-0008Nq-KY; Mon, 02 Jan 2006 06:31:56 -0600
To: site.mgr@nido.us.com,
Subject: This is a test
From: edicola12******.com
Cc: edicola12******.com
Reply-To: edicola12******.com
X-Mailer: PHP/4.4.1
Message-Id: <E1EtOqy-0008Nq-KY@voda2.vodahost.com>
Date: Mon, 02 Jan 2006 06:31:56 -0600
Results:
* the vodahost domain (my website's email) GETS the form mail ok
* the vodahost domain (my website's email) forwards a copy to alternate mail as set up in voda ok
* sending email address the user gave gets the auto reply from my domain ok
* sending email address for the CC of the message:
- if to something like msn, hotmail, or yahoo it gets routed to JUNK or BULK mail until owner of that account sets spam to allow all from voda, nido.us.com, etc.
- if AOL it gets tossed or lost in the ether... and AOL cannot be trained to let it through (at least I have not been able to train it without destroying all my protection)
Problem: ISP email systems do not like something (and AOL especially doesn't like it). I suspect it has something to do with the mechanism that produces "Return-path: <nobody@voda2.vodahost.com>" Note: I have NO problem with mail sent to AOL or others IF an account holder on my domain signs on to the domain (e.g. via Squirrel mail or Outlook) .. and sends mail using their voda domain account. Again this problem is NOT that situation.
Request: how do I get this form generalized "contact us" mail authenticated so it does not look like forged spam on the CC's?
Here's an example message:
To:site.mgr@nido.us.com, Subject:This is a testFrom:edicola12******.com Add to Address Book Add Mobile Alert CC:edicola12******.comDate:Mon, 02 Jan 2006 06:31:56 -0600
From: edicola12******.com should receive a auto reply confirmation from site.mgr@nido.us.comcc: edicola12******.com should recieve a copy of this msgAutoforward from site.mgr@nido.us.com to edicola12@msn.com should occurSent By: Webmaster Test
Here's the example's header:
Return-path: <nobody@voda2.vodahost.com>
Envelope-to: site.mgr@nido.us.com
Delivery-date: Mon, 02 Jan 2006 06:31:57 -0600
Received: from edicola by voda2.vodahost.com with local-bsmtp (Exim 4.52)
id 1EtOqy-0008Nv-VO
for site.mgr@nido.us.com; Mon, 02 Jan 2006 06:31:57 -0600
X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on voda2.vodahost.com
X-Spam-Level: *
X-Spam-Status: No, score=1.8 required=5.0 tests=FORGED_YAHOO_RCVD,
MAILTO_TO_SPAM_ADDR,NO_REAL_NAME,NO_RELAYS autolearn=no version=3.1.0
Received: from nobody by voda2.vodahost.com with local (Exim 4.52)
id 1EtOqy-0008Nq-KY; Mon, 02 Jan 2006 06:31:56 -0600
To: site.mgr@nido.us.com,
Subject: This is a test
From: edicola12******.com
Cc: edicola12******.com
Reply-To: edicola12******.com
X-Mailer: PHP/4.4.1
Message-Id: <E1EtOqy-0008Nq-KY@voda2.vodahost.com>
Date: Mon, 02 Jan 2006 06:31:56 -0600
Comment