Greetings!
*
Thank you for your script; it's going to make my life so much easier! I don't know much about PHP (and only have *a bit of experience with other scripts), so I hope you'll be patient with my questions after all the work you've done to document within the script itself.
I'm just in the process of modifying it to suit the form I constructed, and I've read over a couple of times the portion where you're talking about the three sections:
EMAIL_NAME**** TARGET_EMAIL**** AT_MANGLE
Am I correct in my interpretation that I leave
define("EMAIL_NAME","^[a-z0-9.]+");
alone, change
$TARGET_EMAIL = array(EMAIL_NAME."@yourhost\.com$");
so that it reads something like
(i.e. leaving the @ symbol as is), and then set
define("AT_MANGLE","");
so that it's something like
define("AT_MANGLE","_at_");
but more creative than that.
If this is all correct, what is the difference between target e-mail and recipients? Will they be the same? Will the spambots not be able to read the target e-mail above as an email address?
I'm pretty confused. I'm sure this won't be my last question in trying to configure the script....
*
Thanks,
Ibis
Bookmarks