HaveIBeenPwned / EmailAddressExtractor

A project to rapidly extract all email addresses from any files in a given path
BSD 3-Clause "New" or "Revised" License
68 stars 23 forks source link

Domain part of email address cannot begin or end with a hyphen #19

Closed troyhunt closed 1 year ago

troyhunt commented 1 year ago

I've just added failing tests for this, reference: https://verifalia.com/help/email-validations/can-email-addresses-have-hyphens-minus-signs-dashes

hiteshbedre commented 1 year ago

picking this up.

troyhunt commented 1 year ago

Nice one, well done!