sharsil / mailcat

Find existing email addresses by nickname using API/SMTP checking methods without user notification. Please, don't hesitate to improve cat's job! 🐱🔎 📬
Apache License 2.0
538 stars 75 forks source link

Added target syntax validation for fastmail to prevent false positive… #4

Closed StigP1337 closed 2 years ago

StigP1337 commented 2 years ago

… results

If you check usernames on fastmail which violate the syntax rules (only a-z0-9_ allowed) from the website (e.g. with a dot) you get false positive results.

soxoj commented 2 years ago

Thank you!