> I don't seem to have any problems getting a blacklist to work, but
> I need to use the domainlist to determine sites that can be hit
> and to blacklist any sites not on the list.
Add another destination group that contains your list of allowed
sites:
dest allowedsites {
domainlist blacklists/allowedsites/domains
urllist blacklists/allowedsites/urls
}
Then use it in your acl:
pass allowedsites none
or
pass allowedsites !porn !pornexp ...... all
Is that what you are looking for?
Rick
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of David
> Higginbotham
> Sent: Wednesday, August 27, 2003 3:05 PM
> To: [EMAIL PROTECTED]
> Subject: Whitelist Failing
>
>
> I don't seem to have any problems getting a blacklist to work, but I need to use the
> domainlist to determine sites that
> can be hit and to blacklist any sites not on the list.
>
> This is necessary for some problem users I have. Does anyone have a good solution
> for this?
>
> Thanks.
>
>