HaveIBeenPwned / EmailAddressExtractor

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

Fix for FileCollections #26

Closed GStefanowich closed 1 year ago

GStefanowich commented 1 year ago

Realized after implementing #24 that I had used filtering for the logging of which extensions to use and ignore, but when calling the iterator that it wasn't actually excluding bad extensions.