<?
echo "Welcome to this spam-spamming page.<BR>
Some entitities which send out spam, obtain email-addresses
from webpages to add to their mailinglist. Using robots, they
search the Internet for any occurrence of the HTML-tag <A
HREF=mailto:fake_email@fake_domain>. This page is providing
them with a lot of addresses. Aren't we friendly?<P>
";
$i=0;
$host=$REMOTE_HOST;
while ($i < 10000)
{
echo "Send me more spam to my email-address <A
HREF=mailto:spam_is_evil_$i@$host>spam_is_evil_$i@$host</A><BR>";
$i++;
};
?>