[OT] Antispamming the email address

David LeBlanc whisper at oz.net
Tue Jun 11 10:12:06 EDT 2002


I think both of them are too easy to programatically detect and unwind. Even
"fred_nospam_ at some.org is only going to have a limited deterrent lifetime.

Something based on a public key system might have legs...

David LeBlanc
Seattle, WA USA

> -----Original Message-----
> From: python-list-admin at python.org
> [mailto:python-list-admin at python.org]On Behalf Of Nicola Larosa
> Sent: Tuesday, June 11, 2002 6:46
> To: Christos TZOTZIOY Georgiou
> Cc: python-list at python.org
> Subject: [OT] Antispamming the email address
>
>
>  > Real email address: 'dHpvdEBzaWwtdGVjLmdy\n'.decode('base64')
>
> That's nifty. :^)
>
> You could encode it in rot13 format instead, so it'll keep the
> shape of an email address and *will* be harvested, while still being
> invalid. Let's throw more wrenches in the wheels of spammers!
>
> Like this:
>
>  > Real email address: 'gmbg at fvy-grp.te'.decode('rot13')
>
>
> --
> "Too much cleverness in the parser can turn against you."
>      Guido Van Rossum
>
> Nicola Larosa - nico at tekNico.net
>
>
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list






More information about the Python-list mailing list