I'm doing helo_access checks to rid myself of some list-cleaning pests.  This, 
plus ns_access checks works well.

I'm using an lmdb list.

IIUC the way the matches work (?), both of these should do the same thing

        cat helo_access

                /.*managablelight.*/  REJECT
                /.*strikeiron.*/      REJECT

OR

                /managablelight/  REJECT
                /strikeiron/      REJECT

In terms of overall performance, is there any difference between them?

Is it better to use the wildcards, or not? Or no real difference ?

Jason

Reply via email to