OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.38k stars 1.12k forks source link

Obfuscate e-mail addresses in html output (AntiSpam module) #2571

Open orchardbot opened 12 years ago

orchardbot commented 12 years ago

@Piedone created: https://orchard.codeplex.com/workitem/18744

AntiSpam could process the html output, search for all e-mail addresses and obfuscate them in some way, so they're not easily readable for spambots. With a help of some javascript those obfuscated e-mail addresses could be reversed, possibly also turned into mailto links.

I'd implement this.

orchardbot commented 12 years ago

@bleroy commented:

Sounds like a great module, but I would not put this in the core anti-spam module.

orchardbot commented 12 years ago

@Piedone commented:

I could do this in a separate module, but I think this is a common antispam scenario, although admittedly it wouldn't use or need anything from the current AntiSpam module.

orchardbot commented 12 years ago

SomyaTiwari commented:

A very useful module indeed. I currently use CSS to do this, but would be great to have such a module.

orchardbot commented 12 years ago

@sebastienros commented:

Filters modules ... c.f. Drupal

orchardbot commented 12 years ago

@Piedone commented:

A few ideas: