11 Aug
2009
11 Aug
'09
7:48 p.m.
I would suppose that partly overlapping rules are most often a sign of a configuration error. So how about
- most specific rule wins (or last rule wins, forcing more specific rules to appear further down the file)
- partly overlapping flag an error, except for
- using != (or whatever) instead of = surpresses the error and makes the last rule win.