hi
the user inputs the email in a form
and then they have an option to anonymize it
the server has a copy of their original and anonymous email id
and the anon email is posted on the relevant page
when some1 needs to contact them, they would email the anon email id,
the server or py program will take the ano email id and lookup real email id and send out the email

i want to know how to generate
[EMAIL PROTECTED] =>  [EMAIL PROTECTED]
and then how do i do the translation
[EMAIL PROTECTED] => [EMAIL PROTECTED]

thanks
anil
Luke Paireepinart <[EMAIL PROTECTED]>
wrote:
anil maran wrote:
> hi i m trying to anonymize emails
hi.
> everytime someone enters
> [EMAIL PROTECTED]
>
> i want to generate
>
> [EMAIL PROTECTED] and use this email in the web application
>
> I want to do this in python
> can you please explain how to do this
Yes.

Are you trying to anonymize their e-mail before it's sent to the server
or server-side?
More info please.
Are you using python cgi?

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to