I'm currently optimising my private rule set and have just replaced the unlimited globs '*' and '+' in body rules with {0,n} and {1,n} respectively, where 'n' is a suitably small number.
Is it worth doing the same to uri rules or are they already sufficiently restricted that unlimited globs can't affect SA's performance? Martin