[Ilugc] Mailman and Reply-to

  • From: samjs@xxxxxxx (Samuel)
  • Date: Tue, 9 Jul 2002 15:19:37 +0530

Hi!

If the host name thing is a problem beacuse of spam...most spam bots easily
work over the "at" trick we could do something like this

"""Email Obscrewer..."""
rightemail="foo@xxxxxxx"
[obsname, obsdomain] = string.split(rightemail, '@')
jsmail="javascript:user='" + obsname + "';server='" + obsdomain +
"';theemail='mailto:' + user + '@' + server;window.location=theemail;";

this will put something like this in the archive
<a href="javascript:user='foo';server='foo.foo';theemail='mailto:' + user +
'@' + server;window.location=theemail;";>

This works in Galeon/Mozzila/Konq/IE....You could prolly make it smaller,
but I though ppl without JS might find this a bit easier to parse...It would
take a very clever bot to harvest this.

Regards
Samuel

PS: Prabhu if you want a patched archiver, only HyperArch.py need to be
modified, mail me.






Other related posts: