Routine maintenance on a website often involves verifying that links are valid, flagging bad ones, etc.
I know how to match email addresses via a script (especially in the context of a web page where they'd be in mailto:
links). My question is how would I verify they're OK without spamming the address?
Stripping-off the domain and verifying it's listening on port 25 is a partial answer, but doesn't handle verifying the username/alias.
Is there a way to add this to my maintenance scripts for websites I manage?
I don't really care what language it's written in, so long as it works :)
See Question&Answers more detail:os