On Thu, Dec 06, 2012 at 04:55:42PM +0100, Baptiste wrote: > you could specify your domain across multiple lines: > acl foo hdr(Host) name1 name2 > acl foo hdr(Host) name3 name4 > etc... > > a logical OR is applied if ACLs share the same name.
And if there are *that* many, load them from a file, it will be more manageable : acl foo hdr(Host) -f names.txt Cheers, Willy

