<blockquote><font size=1>In reply to:</font><hr>

I think it would take too much of their energy

[/quote]

Hmmm, LWP is your friend. Shouldn't be too hard to do:

foreach $victim (@bigarray)
{
my $req = new HTTP::request(GET "blahblah&address=$victim");
my $response = $ua->request($req);
}

(syntax here is intentionally boned, too lazy to look it up). Point is, it can't be that hard at ALL to use it as a nice convenient spam tool, using the web site's mail path as the source.

Muy muy bad.

D