Skip to content

Obfuscate email addresses so spammers don't collect them as easily. #1

Open
@therealromster

Description

@therealromster

I would like to see email addresses posted in irc, for those that post them without first obfuscating them to be done when it's logged for display by the irc logger.

Something like foo at bar dash example dot com

Easy enough for a human to use should they need too. but hard for a bot.

Although the best way would be to use a small javascript code to hide it from spam bot parsers.

<script language=JavaScript>
<!--
document.write("foo" + "@" + "bar" + "-" + "example" + "." + "com");
//-->
</script>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions