Encoded email addresses in wiki pages?
The "Contact us" feature uses a url encoding mechanism for rendering email addresses in a way that will prevent naïve email harvesting spammer bots from picking up the address.
This is a cool feature, although it can obviously be defeated if the spammers know about it and care to search also for URL-encoded strings---however, an extra encryption and perhaps a ))JavaScript(( browser check could minimise this risk.
Anyway, that's not my main point. My main point is: Can this feature be used when writing wiki pages? Something like (wiki source):
Hi, I am Joe Bloggs. You can reach me at {ENCODE([mailto:joe.bloggs@home.tonite.net])}{ENCODE}
which should produce HTML like
...You can reach me at <scrip type="text/javascript">eval(unescape('...'))</script>