User tests: Successful: Unsuccessful:
Pull Request for Issue #20075 .
JMailHelper was right-trimming all dots in the domain part of an email address, so invalid emails such as test@joomla.org.
were passing validation.
Testing instructions in #20075
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
I'm just here for fixing this particular bug - there are other places where email validation takes place and maybe in the future there should be a single function?
https://github.com/joomla/joomla-cms/blob/staging/libraries/src/Form/Rule/EmailRule.php
Afaik there's already filtering in place.
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Ready to Commit after two successful tests.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-04-07 14:30:49 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
|
Should we not do some regex magic to filter out all characters which are not valid?