Jeepers
08-24-2002, 10:15 AM
Hi Guys
I have been looking around for ages for a perl script that will discover whether the host of an email address is genuine. I thought of using ping (some how or other) but some hosts reject this, hotmail for example. Does anybody have any ideas or better still the script to do it.
The only one I found was at cgi script center, or some place like that, and was never sent when requested (3 times) so maybe it does not exist.
To avoid confusion, it is not the validation of the syntax of an email address I’m looking for but the confirmation of the existence ‘out there’ of the host address part of the email address. E.g. john\@hotmail.com would return true because hotmail.com is a valid url, but john\@jotnail.comwould return false because of the typo.
Thaks ya all
I have been looking around for ages for a perl script that will discover whether the host of an email address is genuine. I thought of using ping (some how or other) but some hosts reject this, hotmail for example. Does anybody have any ideas or better still the script to do it.
The only one I found was at cgi script center, or some place like that, and was never sent when requested (3 times) so maybe it does not exist.
To avoid confusion, it is not the validation of the syntax of an email address I’m looking for but the confirmation of the existence ‘out there’ of the host address part of the email address. E.g. john\@hotmail.com would return true because hotmail.com is a valid url, but john\@jotnail.comwould return false because of the typo.
Thaks ya all