* Wizard <[EMAIL PROTECTED]> [2003-02-11 09:47]:
> I'm writing a script to do email filtering, and I have some questions:
Why not use Email::Valid?
NAME
Email::Valid - Check validity of Internet email addresses
SYNOPSIS
use Email::Valid;
print (Email::Valid->address('[EMAIL PROTECTED]') ? 'yes' : 'no');
DESCRIPTION
This module determines whether an email address is well-
formed, and optionally, whether a mail host exists for the
domain.
...
(darren)
--
It is wrong always, everywhere and for everyone to believe anything
upon insufficient evidence.
-- W. K. Clifford
_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm