On 2 Feb 2018, at 14:27, Kris Deugau <[email protected]> wrote: > The only "solution" I've ever come up with is to create a meta rule group to > account for the Subject hit: > > body __FOO /foo/ > header __SUBJ_FOO Subject =~ /foo/ > meta FOO __FOO && !__SUBJ_FOO > > I have to admit it's annoyed me on occasion that I can't create a single > simple rule that ONLY matches on the message body, but TBH it's never been > important enough in context for me to even commit the above horror.
It seems the the number of times you want to match ONLY the body and not the body+subject is low enough math this workaround is reasonable. I mean, you could have a new category bodyonly, or something, but I doubt it's necessary. Certainly changing the behavior of body now would be a mistake. -- You start a conversation you can't even finish it You're talkin' a lot, but you're not sayin' anything When I have nothing to say, my lips are sealed Say something once, why say it again?
