Filter out bad email address

Is there a way that I can filter out bad email addresses? Is there any way to "test" email addresses thru an sql statement?

You could use the LIKE operator but you'd need to come up with the appropriate comparison string. This does seem like something that would better be handled at the application level though.