← Back to context Comment by june3739 4 days ago They're popular enough that we'd penalize a substantial number of users. 4 comments june3739 Reply miyuru 3 days ago Does the email address has a pattern? I faced similar registration attack, but the email address had pattern, I blocked them in code but gave a success response and the attack went away. Imustaskforhelp 3 days ago Let me guess, protonmail and tutanota? mschuster91 3 days ago Google Mail is also a very popular source of spam these days... mjburgess 3 days ago Could you add some additional check if that domain is used? (Possibly with browser fingerprinting, or other req fingerprinting)Possibly something even that just wastes a little time and makes them know you're aware of the behaviour.
miyuru 3 days ago Does the email address has a pattern? I faced similar registration attack, but the email address had pattern, I blocked them in code but gave a success response and the attack went away.
Imustaskforhelp 3 days ago Let me guess, protonmail and tutanota? mschuster91 3 days ago Google Mail is also a very popular source of spam these days...
mjburgess 3 days ago Could you add some additional check if that domain is used? (Possibly with browser fingerprinting, or other req fingerprinting)Possibly something even that just wastes a little time and makes them know you're aware of the behaviour.
Does the email address has a pattern? I faced similar registration attack, but the email address had pattern, I blocked them in code but gave a success response and the attack went away.
Let me guess, protonmail and tutanota?
Google Mail is also a very popular source of spam these days...
Could you add some additional check if that domain is used? (Possibly with browser fingerprinting, or other req fingerprinting)
Possibly something even that just wastes a little time and makes them know you're aware of the behaviour.