Re: Looking for Python code to obsfucate mailto links on web site

2006-06-27 Thread Andrew McLean
Dan Sommers wrote: > On Sun, 25 Jun 2006 21:10:31 +0100, > Andrew McLean <[EMAIL PROTECTED]> wrote: > >> I'm looking at putting some e-mail contact addresses on a web site, >> and wanted to make it difficult for spammers to harvest them. > > [ ... ] > >> Searching the web it looks like the best

Re: Looking for Python code to obsfucate mailto links on web site

2006-06-26 Thread James Stroud
Dan Sommers wrote: > On Sun, 25 Jun 2006 21:10:31 +0100, > Andrew McLean <[EMAIL PROTECTED]> wrote: > > >>I'm looking at putting some e-mail contact addresses on a web site, >>and wanted to make it difficult for spammers to harvest them. > > > [ ... ] > > >>Searching the web it looks like the

Re: Looking for Python code to obsfucate mailto links on web site

2006-06-25 Thread Dan Sommers
On Sun, 25 Jun 2006 21:10:31 +0100, Andrew McLean <[EMAIL PROTECTED]> wrote: > I'm looking at putting some e-mail contact addresses on a web site, > and wanted to make it difficult for spammers to harvest them. [ ... ] > Searching the web it looks like the best solution for me might be to > embe

Looking for Python code to obsfucate mailto links on web site

2006-06-25 Thread Andrew McLean
I'm looking at putting some e-mail contact addresses on a web site, and wanted to make it difficult for spammers to harvest them. I found some Python code that I can call within my application. http://www.zapyon.de/spam-me-not/ It works exactly as expected. However, I am concerned that the tech