Slashdot Mirror


Is E-Mail Obscuration Worth It?

ThenAgain asks: "Many sites obscure e-mail addresses by adding noise (like 'STOPSPAM') or by translating the punctuation into words (Ex: 'me at domain dot com'). This makes users feel good but does it actually help? Ten lines of perl could defeat any of the present schemes with ease and the spammers have shown plenty of adaptability. So if we're not helping hold back the flood of spam, why are we decreasing the utility of the web by eliminating mailto tags and forcing users to hand-correct the addresses in their mail clients?"

4 of 204 comments (clear)

  1. Re:try this by gmhowell · · Score: 5, Funny

    Also, us Americans are woefully ignorant, even of our own geography. I was going to send mail to poughkeepsie354@hotmail.com

    --
    Jesus was all right but his disciples were thick and ordinary. -John Lennon
  2. My technique... by Txiasaeia · · Score: 5, Funny
    ...is to make an address completely unreadable to anybody but a human. For example:

    kajohnson@hotmail.com BECOMES
    kay_a_sonofjohn_atuh_hawtmayled0tcawm_(first_word_ letter_second_word_letter_switchfifthandthird_word _getridof_of_restofaddress_is_phoenetic)

    Sure, it's brutal to decipher, but there's no way a machine can poke through that mess. Fun for the receiver to figure out too :)

    --
    Condemnant quod non intellegunt.
  3. Re:10 Lines? by ThenAgain · · Score: 5, Funny
    Cool.. So, what ten lines do you recommend?

    Here it is in nine:

    #! /usr/bin/perl

    while(<>) { while(/([a-z0-9]+\@[a-z0-9.]+\.(com|org|net))/gi) { $a = $1;
    $a =~ s/[A-Z]+[0-9]*[A-Z]*//;
    print("$a\n");
    } while(/([a-z0-9]+ at ([a-z0-9]+ dot)+ (com|org|net))/gi) { $a = $1;
    $a =~ s/ at /\@/i;
    $a =~ s/ dot /\./ig;
    print("$a\n"); } }

    A real Perl hacker could probly do it in three, in the shape of a camel.

  4. Re:10 Lines? by G.+W.+Bush+Junior · · Score: 2, Funny

    ThenAgain is actually a spammer...
    he figured out that rather than learning perl in order to harvest e-mail adresses more efficiently, he could simply post the question to slashdot and someone would do it for him ;)

    think about it :P

    --
    "I don't know that Atheists should be considered as citizens, nor should they be considered patriots." -George H.W. Bush