I have a text file of e-mails like this:
10:[email protected];[email protected]
12:[email protected]; "George <[email protected]>"
43:[email protected].;[email protected]
...
I wanted to check if the list contains well formatted entries. Do you know any tool or web-service to check and give me a list of invalid addresses ?
Update Dear all, thank you for your input. I was really looking for a basic synatx check, so i will stay with Rafe's idea (i will do it with Java). Thank you.