On Tue, 10 Apr 2012 11:14:19 +0200 Tom Kinghorn wrote: > Morning list > > I was wondering if it is possible to achieve the following: > > create a meta rule to match 2 items. > assign a score to the test > BUT if a 3rd item is matched, ignore the first score and assign the > higher score
Just make the lower scoring rule conditional on the higher-scoring rule not being hit. meta HIGH A && B && C meta LOW A && B && ! HIGH
