in reply to mailto: "obfuscation"

have a look at anti-spam email encoder which does exactly the same in a one-line (with the help off a module)
--
dominix

Replies are listed 'Best First'.
Re: mailto: "obfuscation"
by b10m (Vicar) on Feb 08, 2004 at 11:36 UTC

    *oops* I should have seen your snippet (and reply to that) before I posted mine, my humble apologies. I do however think it's nicer to "encode" the "mailto:" part too, not just the address. If you don't do it, you give spammers a hint. "Hey harvester! Here's a mailto link that you probably like, but I 'encoded' it". This way, you tell them, "Hey, here's /a/ link. Might be a mailto: link, might be something else" ;)

    Besides that, I think a module is kinda overkill, since there's ord ;)

    --
    b10m

    All code is usually tested, but rarely trusted.