
14 May
2002
14 May
'02
5:25 p.m.
At 8:14 PM -0400 5/13/02, darby is rumored to have typed:
yes, i am... reason is that i have a php form that they fill out to subscribe, and i dunno, i just think it would be weird for them to see the email that the server sent on their behalf.
I disaree that it would be "weird," although it won't be helpful tracking down forgers unless you add a header field to the mail PHP is sending out containing GETENV("HTTP_HOST") - do that, and you're done. Of course, if you want to rewrite SmartList, you're welcomed to do so - that's what open-source is all about. Start tracking the path of a message through rc.request, and you'll quickly find the rewrites you need to make. Charlie