My crusade for web content filtering

Kevin Saling networkpro@email.com
Mon, 31 Jul 2000 21:38:10 -0700


> I use the API in my proxy and feed the data stream
> thru a Perl script to rewrite WWW pages and add my banners.

That's all I'm looking for.  I want to scan the data stream for key words.
If I get a hit, I want to rewrite the page to something like:
<html>
  <body>
    This page is blocked.   :P
  </body>
</html>

This is not possible with squid, true?

...Kevin