Matthias Fuhrmann <Matthias.Fuhrmann <at> stud.uni-hannover.de> writes: > > rawbody __FIND_FOO /foo/i > rawbody __FIND_BAR /bar/i > meta FIND_FOOBAR (__FIND_FOO && __FIND_BAR ) > describe LOCAL_FIND_IT gotcha > score LOCAL_FIND_IT 10.0 > > does this help ?
That would match foo or bar anywhere in the message. I want to test for foo followed by bar, and no other words in between, but empty lines are ok.
