In reply to:
i never said anything about allowing off-site forms to access formail scripts hosted on dreamhost. read my reply again.
did you even read the original post? this entire thread has to do with the email address the form is configured to.
I know you didn't, and that's why I corrected you. It seems you're the one who should be reading a little more carefully.
Let's go over the original post again, shall we?
In reply to:
As long as the recipient field was an email that was a dreamhost email, it worked fine. That is until yesterday!
Here, the original poster says that he is using Dreamhost-hosted recipient addresses. He then goes on to talk about where the form itself appears:
In reply to:
Specifically, dreamhost now looks to see if the domain where the form lives is hosted by them.
And finally, he gives an example:
In reply to:
like the one at the bottom of these pages: http://arroyo-rp.com/philosophy.htm
It takes all of about ten seconds to see this site is not hosted by Dreamhost:
$ host arroyo-rp.com
arroyo-rp.com has address 64.202.167.216
$ host 64.202.167.216
216.167.202.64.in-addr.arpa domain name pointer linhost207.mesa1.secureserver.net.
And another five seconds to see that the form is submitting data to the Dreamhost-provided formmail script, with a Dreamhost-hosted recipient address:
<form action="http://formmail.dreamhost.com/cgi-bin/formmail.cgi" method="post">
<input name="recipient" value="arroyo@ohsodesign.com" type="hidden">
$ host ohsodesign.com
ohsodesign.com has address 66.33.213.157
$ host 66.33.213.157
157.213.33.66.in-addr.arpa domain name pointer basic-vat.raiden.dreamhost.com.
Hope this helps!
Edit: I see the original poster has now corrected this assumption as well.