Are you using a porn expressionlist? (You should be!)

Here's a small change that you can make to your squidGuard.conf file
so that you will immediately know if you've been blocked by the porn
database or by the porn expressionlist.

Instead of setting up your porn destination group like this:
-------- not this way --------------
dest porn {
        domainlist              blacklists/porn/domains
        urllist         blacklists/porn/urls
        expressionlist  blacklists/porn/expressions
        redirect                ..........
        logfile         /usr/local/squidGuard/log/porn.log
}
---------  end  --------------------

Break out the expressionlist and set it up like this:
------ Recommended ------------------
dest porn {
        domainlist              blacklists/porn/domains
        urllist         blacklists/porn/urls
        redirect                .........
        logfile         /usr/local/squidGuard/log/porn.log
}

dest pornexp {
        expressionlist  blacklists/porn/expressions
        redirect                .........
        logfile         /usr/local/squidGuard/log/pornexp.log
}
---------  end  ---------------------

If you will replace '!porn' with '!porn !pornexp' in your acl section
you'll have exactly the same coverage as before, and now your redirect
page will show:

Target group = porn
or
Target group = pornexp

Works for me!

Rick Matthews


Reply via email to