On Mon, Nov 10, 2003 at 01:48:34PM -0800, Thomas wrote:
> Wow... this is a rather large problem for www.mail-archive.com,
> considering how many list archives they host:
>
> http://www.mail-archive.com/lists.html
Ouch.
> I would CC the owner of www.mail-archive.com, but it seems their
> address
Wow... this is a rather large problem for www.mail-archive.com, considering how many
list archives they host:
http://www.mail-archive.com/lists.html
Their FAQ touts the spam prevention: "The Mail Archive utilizes two levels of
electronic countermeasures to prevent spam incidents. First, we expl
To answer my own question (perhaps), I looked at the source on the
web archive at the site. Everyone's email addresses are exposed. There
are two hidden tags which would be quite easy for a bot to grab and concatenate:
Take a look at the source of this example message to see:
http://www.mail-a
Hello,
A while back I posted a message to this list, which you can see here:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg01586.html
To tell the truth, I don't recall if I was subscribed to the list, or if I posted it
to this list in some other fashion. But at the time, I did create an addr
> > +:userID# user arrived
> > -:userID# user left
> > s:userID:text # user said something
> > But then, is JS any good at text parsing like this?
>
> Sure.
>
> m = somestring.match(/([+\-s]):(\w+)(:(.*))?$/);
> action = m[1];
> userID = m[2];
> text = m[4];
Thou
On (11/10 08:20), PerlDiscuss - Perl Newsgroups and mailing lists wrote:
> How is the status of support of wheel::run on win32. Or some work around?
broken. and probably will stay that way until someone quite godlike
fixes fork+exec on windows
__
Matt Cashner
http://eekeek.org
eek at eekeek.org
How is the status of support of wheel::run on win32. Or some work around?
Thanks