On Fri, 07 Dec 2018 09:14:11 -0500 Bill Cole wrote: > On 7 Dec 2018, at 8:33, RW wrote: > > > On Thu, 06 Dec 2018 14:32:37 -0500 > > Bill Cole wrote: > > > >> You cannot get multiple hits from an ALL rule because the regex is > >> matched against the whole block of headers. Once it matches, the > >> test is done. > > > > Just for the record, that isn't a limitation of "multiple" > > Right. It's inherent in the logic of the "ALL" pseudo-header: an > aggregate of all headers, not an array of discrete headers.
I wouldn't expect it to make any difference. In the body each paragraph is a separate string (unfortunately), and hit counts are aggregated across all of them.