[Neos] Spam protection of email addresses in Neos

Stefan Reichelt eichelt at web.de
Mon Jul 7 12:14:42 CEST 2014


Hello Lorenz,

On 05.07.2014 11:52, Lorenz Reichelt wrote:
> If not, do you think a customization of the fluid email link view helper
> would be a good solution?

I tried that a while ago and began a small package with just a
viewhelper that works the same way as f:link.email except for
encoding/encrypting the link parts. Similar to TYPO3s
spamProtectEmailAddresses, it either converts every character to html
unicode or does that ascii offset thingy like TYPO3 did.

I can pastebin the viewhelpers code if you like?

Though I never finished it. Its crude, undocumented code and I didn't
implemented the necessary javascript to decrypt the mailtos with an
offset again nor the at/dot substitution stuff..


Kind regards
Stefan


More information about the Neos mailing list