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
565 stars 77 forks source link

Added additional target validation for ctemplar #19

Closed StigP1337 closed 2 years ago

StigP1337 commented 2 years ago

to prevent false postive results (e.g. always true when target has a dot at the end)

Regex rule according to ctemplar website.

soxoj commented 2 years ago

Great, thanks!