firecat53 / urlscan

Mutt and terminal url selector (similar to urlview)
GNU General Public License v2.0
211 stars 36 forks source link

URLs with * are not parsed correctly #125

Closed fcladera closed 2 years ago

fcladera commented 2 years ago

First of all, thanks for this amazing piece of software. I am facing an issue with the current version of urlscan. Some corp emails use services to rewrite URLs, such as urldefense.com. urlscan is having trouble when there is a * in the url.

Example

http://url_safe.com/__http://myurl.com/test&opt=AB*C

urlscan parses:

http://url_safe.com/__http://myurl.com/test&opt=AB

Thanks!

firecat53 commented 2 years ago

I pushed a commit to develop that should allow the '*'. Let me know that it works for you.

fcladera commented 2 years ago

It seems to be working fine. Thanks!!