User tests: Successful: Unsuccessful:
Pull Request for Issue #36981
###Summary Of Changes
$searchEmail = '([\w.'-+]+@(?:[a-z0-9.-]+.)+(?:[a-zA-Z0-9-]{2,10}))';
This accepts only 10 characters due to which some emails were not picked by server and hence people were facing problem.
Once the plugin(email-cloak) is activated, part of the TLD will be truncated. Example:
office@some.international
becomes:
office@some.internatio
E-mail will not be truncated
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
Hi, can you please send the PR against the 3.10 branch? After that it will be merged up to 4.1 and 4.2
From my understanding we should just remove the caracter limit for the domain part? Why do you want to change more things?
Maybe there is a regex from the rfc sonewhere?
Thanks
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-02-09 21:30:35 |
Closed_By | ⇒ | richard67 | |
Labels |
Added:
?
|
Hi, can you please send the PR against the 3.10 branch? After that it will be merged up to 4.1 and 4.2
From my understanding we should just remove the caracter limit for the domain part? Why do you want to change more things?
Maybe there is a regex from the rfc sonewhere?