[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

about http://www.debian.org/devel/people



cirrus:~> GET http://www.us.debian.org/devel/people | grep -c mailto:.*@
1598

It's probably harvested a million times already, but still: would it
be possible to consider replacing at least the '@' with @, or
better yet: unicode-it-all? E.g. with python:

class ObfuscatedEmail:
  def __init__(self, address):
    self.address = address

  def __str__(self):
    if not isinstance(self.address, str): return '<invalid email>'
    return '&#%d;'*len(self.address) % tuple(map(ord, self.address))
  __repr__ = __str__

email = str(ObfuscatedEmail(oldemail))

Thanks for your consideration.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`.     martin f. krafft <madduck@debian.org>
: :'  :    proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver!
 
"common sense is the collection of prejudices
 acquired by age eighteen."
                                                    -- albert einstein

Attachment: signature.asc
Description: Digital signature (GPG/PGP)


Reply to: