Closed edmundadjei closed 2 years ago
While underscores are allowed within name, they're not valid within domain name. This is correct per standards, and therefore module works correctly.
e-adjei@lloydsbg-workday.aplitrak.com is valid e_adjei@lloydsbg-workday.aplitrak.com is valid
I really should have checked the RFC first, my bad. Thanks, yahermann
email addresses with underscores are valid, but they are rejected by Email::Valid->address
code snippet
eadjei@UX-009:~ $ ./mx.pl e.adjei@lloydsbg-workday.aplitrak.com e.adjei@lloydsbg-workday.aplitrak.com is valid eadjei@UX-009:~ $ ./mx.pl e.adjei@lloydsbg_workday.aplitrak.com e.adjei@lloydsbg_workday.aplitrak.com is NOT valid eadjei@UX-009:~ $