Bug #15281
closedRTE Email Links an SpamProtection
0%
Description
When text becomes an Email-Link, the spam protection does not work in FE. To resolve this issue by hand, switch to html in rte and remove the class, title and rtekeep tag. Save and look in FE, the links should be spamprotect!
(issue imported from #M2040)
Updated by Stanislas Rolland almost 19 years ago
When you create the link, erase the title that is inserted by default. This should be sufficient. Please confirm.
Until TYPO3 4.0, you could modify the default Page TSConfig so that no title is set by default. The problem will be corrected only in TYPO3 4.0.
Updated by Manfred Rutschmann almost 19 years ago
Hello Stanislas,
thats right. When i erase the title everything should be fine. Just at this moment i see the same issue in bugs at typo3 core. Sorry for this double post!
Then i have must wait for a patch or typo3 4.0 :)
Greets
Updated by Stanislas Rolland almost 19 years ago
If you need a title, you need a patch or TYPO3 4.0.
If you can do without a title, then you may set the following in Page TSConfig:
RTE.classesAnchor.mail.titleText >
Then, no title should be set by default.