On Wed, 29 May 2019 13:32:18 +0200 Karsten Bräckelmann wrote: > On Wed, 2019-05-29 at 08:27 +0200, Markus Benning wrote: > > Hi, > > > > seems to work. > > > > Had to add > > > > score __STYLE_GIBBERISH_1 0 > > That's a non-scoring sub-rule, setting its score to 0 has no effect.
FWIW it does. The special thing about rules starting with '__' is that their scores default to undefined. Giving them a score of 0 turns them off like any other rule.