in reply to Stopping excessive periods in email

Why don't you generate some test cases on your own, then post the results of those test cases running through your code? Show pass/fail for each test case and id areas where your regex fails (if it does). I am not sure how well this will accomplish your end goal of rejecting bad email addresses. But start with thinking through some test cases. See if you can find actual "seen in the wild" actual bogus addresses.
  • Comment on Re: Stopping excessive periods in email