robinst / linkify

Rust library to find links such as URLs and email addresses in plain text, handling surrounding punctuation correctly
https://robinst.github.io/linkify/
Apache License 2.0
206 stars 12 forks source link

Fix too lenient handling of e-mail addresses #67

Closed hamamo closed 1 year ago

hamamo commented 1 year ago

Removed the handling of code points above and including \u{80} in local_atom_allowed() as that isn't conforming to RFC5322 and leads to incorrect identification of e-mail links.