Actions
Bug #16520
closedspamProtectEmailAddresses does not encrypt "9" digits correctly
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2006-09-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If I try to encrypt e-mail address which contain one or many "9", all "9" are converted to ":".
Example:
test1299945@bubu.xy
evaluates to
test12:::45@bubu.xy
if I click on the e-mail link.
I have not seen any other errors with e-mail address encryption. This bug has been discovered just accidentally.
I'm using TYPO3 4.0.1
Main Template contains:
page.config.spamProtectEmailAddresses = 1
(issue imported from #M4141)
Actions