On Tue, 26 Oct 2004 [EMAIL PROTECTED] wrote:

---- Redirector program ad_redir.pl ----
#!/usr/bin/perl
$|=1;
while (<>) {
 print "http://host.domain.com/1x1transgif.gif\n";
}
---- End of program ----

You can use deny_info for this purpose...

but in any case it should not cause the browser to never finish.

Regards
Henrik

Reply via email to