Plugin Author
con
(@conschneider)
Engineer
Hi @seraphim,
Regex expressions are currently not supported. I can try and add it. But it will be late January until I have some time.
Do I understand you correctly that you want to block:
addresses like:
[email protected]
[email protected]
Any number / type of characters followed by . six numbers.
Kind regards,
Hi @conschneider,
Regex would be great. I’m trying to curb a PayPal credit card checking attack which features hundreds of emails formatted in the pattern I mentioned:
[any_number_of_letters].[six_numbers]@gmail.com
Regex would allow some flexibility in blocking bots as they seem to be using a recognizable pattern of email generation.
Thanks.
Plugin Author
con
(@conschneider)
Engineer
Hi @seraphim,
I have worked on version 1.0.3 of the plugin. This version supports regex values.
Can I ask you to test this on a staging site and let me know if that works for you?
Download via: https://share.zight.com/Blum1qAy
Thank you,