plainblack / ving

An opinionated web services starter for Nuxt3 that provides REST and per-field privileges out of the box.
https://plainblack.github.io/ving/
63 stars 7 forks source link

detect fake emails #27

Closed rizen closed 8 months ago

rizen commented 11 months ago

https://www.youtube.com/watch?v=goC5BdyCvms

pi0 commented 11 months ago

Nice video. Quickly watched it and might missed it but consider for Google email services only, there are two more possible ways to have additional emails. If you have user@gmail.com, these also work and redirect to the same inbox:

Also consider + notation in email is a way to have labeled emails to trace back spam sources and some users (including myself sometimes use it). They are not fake but with some pattern matching in SQL queries, we can check for duplicate emails skipping dot, domain alias an + part.

rizen commented 11 months ago

Thanks for the tips!

rizen commented 8 months ago

Given the feedback @pi0 I'm thinking the complexity and potential for error isn't worth the benefit in this case.