It seems, that only simple glob type patterns are allowed upon specification of email patterns that are not allowed to register.
Recently, there are quite many registration attempts with email addresses à la [email protected].
Can I specify regexp type expression in order to exclude email addresses with e.g. more than two dots before the @-character? Resp. can I simply modify the source code to use regexp pattern matching?
Recently, there are quite many registration attempts with email addresses à la [email protected].
Can I specify regexp type expression in order to exclude email addresses with e.g. more than two dots before the @-character? Resp. can I simply modify the source code to use regexp pattern matching?