addr-rs / addr

Parse domain names reliably and quickly in Rust
MIT License
51 stars 12 forks source link

Reject email with empty local part. #7

Closed muellpanda closed 3 years ago

muellpanda commented 3 years ago

Hi, i noticed that email addresses with an empty local part were evaluated as correct addresses, e.g. @example.com. This should not be the case. I have modified the regex, so at least one character has to be present.