On Mon, 2 Jul 2007, Philip Hazel wrote:
| On Mon, 2 Jul 2007, Chris Edwards wrote:
|
| > could try 2 shorter ACL statements e.g:
| >
| > deny
| > dnslists = <some blacklists>
| >
| > deny
| > dnslists = <some more blacklists>
|
| That gives different semantics: "and" rather than "or".
Shurely "and" would be one ACL statement like:
deny
dnslists = <some blacklists>
dnslists = <some more blacklists>
Whereas I thought I was suggesting 2 ACL statements:
deny
dnslists = <some blacklists>
followed by:
deny
dnslists = <some more blacklists>
which is "or" - right ?