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 want to check whether 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 syntax check, so I will stay with Rafe's idea (I will do it with Java).