I've made a redirector program for squid that blocks out ad banners and a
big list of websites stored in a postgresql database, and I'd like to use it
to make indexer not index those websites.
A redirector program reads a URL from stdin and write to stdout a empty
line if there's no redirection to do (here it'd mean that the URL is okay) or
a new URL which squid should use in place of the original one (here I think
it makes more sense to deny the URL rather than redirecting).
Is it possible to do that?
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]