[OT] Antispamming the email address

Nicola Larosa n.larosa at araknos.it
Tue Jun 11 09:46:25 EDT 2002


 > 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







More information about the Python-list mailing list