anirvan / yahoo-group-archive-tools

Converts a Yahoo group archive created by yahoo-group-archiver into standalone email, mbox folders, and PDF files
MIT License
22 stars 2 forks source link

Missing angle bracket #3

Open anirvan opened 4 years ago

anirvan commented 4 years ago

@elysdir on Twitter reports:

In the obscured-email case, there's a missing end-angle-bracket: "<logos@xxxx.xxxx".

Source: https://twitter.com/elysdir/status/1205933046161002497

anirvan commented 4 years ago

I looked through a dataset of 21,000 generated .eml and .mbox folder and couldn't find any instances where there was a less-than followed by a rewritten email address, NOT followed by a greater-than.

Here's the PCRE regexp I was using to search: <.*?yahoo\.invalid(?!>)

Do you have more details on this specific case that you can share?