On 26 Nov 2004, at 17:43, Mike Ward wrote:

Hi,

I'm using Email::Valid to check the validity of submitted email
addresses, and for some reason, it thinks that
"mike[at)skybird-travel.com" (replace [at) with @, obviously) contains
a invalid domain.

I'm using the module like so:
eval {
  $addr = Email::Valid->address( -address => $value,
        -mxcheck => 1,
        -tldcheck => 1,
   );
};

Knock the switches out and see which one triggers it...

--
Dave Hodgkinson
CTO, Rockit Factory Ltd.
http://www.rockitfactory.com/
Web sites for rock bands


-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to