Actions
Bug #20285
closedt3lib_div::validEmail seems to not validate all addresses correctly
Start date:
2009-04-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
according to http://en.wikipedia.org/wiki/E-mail_address#RFC_specification (and of course the real rfc itself), email addresses may contain "+" in the local part.
however t3lib_div::validEmail(test+test@test.com) returns false.
(issue imported from #M10854)
Updated by Oliver Hader over 15 years ago
Please test the same method with TYPO3 4.3...
There the filter methods of PHP are used and should validate mail addresses correctly now.
Updated by Andy Grunwald over 15 years ago
This ticket could be closed.
I`ve test this issue and t3lib_div:validEmail resturns true if incomming value is 'test+test@test.com'
Updated by Oliver Hader over 15 years ago
Closing bug report since there was no further feedback and could be reproduced with TYPO3 4.3-alpha2.
Actions