Justin French wrote: >my aim will be to strip out anything that doesn't at least LOOK like like an >email address. >
Well, instead of coming up with some "clever" regexp, I'd suggest to completely dump syntax checks. Instead, I only check if the host has a MX entry associated. If not, then this host either does not exist, or mails wouldn't get through. At any rate, it's not a valid adress. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php