Karsten Bräckelmann wrote: > On Wed, 2009-02-04 at 11:06 -0500, Bowie Bailey wrote: > > Gary Forrest - Netnorth wrote: > > > > meta _GMF_CNET01 ( __GMF_CNET01_FROM && __GMF_CNET01_TO > > > ) score _GMF_CNET01 200 > > > The problem is the way you named the rule. > > > > From the Mail::SpamAssassin::Conf man page: > > > > Note that test names which begin with '__' are reserved for > > meta-match sub-rules, and are not scored or listed in the > > 'tests hit' reports. [...] > > > So drop the '__' at the beginning of the meta rule name and it > > should act as expected. > > The meta rule has a single underscore prefix, probably to denote local > rules. Though there are better prefixes for that, IMHO. ;) > > Anyway, a single underscore isn't a meta-match sub-rule and works as > expected just like any other rule. Yup, I tested this...
Didn't see that. It's hard to distinguish a single underscore from a double without looking closely. And, yes, the single underscore prefix works normally. I accidentally tested that when I was creating meta rules and couldn't figure out why the subrules (with a single underscore prefix) were still showing on the reports... :) -- Bowie