[Ilugc] Mailman showing email addresses in the clear

  • From: prabhu@xxxxxxxxxxxxxxxxxx (Prabhu Ramachandran)
  • Date: Mon, 8 Jul 2002 17:51:07 +0530

"PR" == Prabhu Ramachandran <prabhu@xxxxxxxxxxxxxxxxxx> writes:

[snipped solution to email addresses in archives]
    PR> I'll also try to see if I can fix the existing email addresses
    PR> too.

I think I'll use a perl one liner and edit all the HTML files
(in-place) in the archives with this:

$ perl -i -pe "s/(\w*)(@|%40)(\w*)/\1.at.\3/g" *.html

I'm not a perl hacker so fixes/suggestions are welcome.

To test this just grab one of the archive pages and run it through
this script all occurences of email addresses should hopefully be
munged.

Comments?

prabhu

Other related posts: