On Mon, 17 Sep 2018 15:47:20 +0000 (UTC)
Pedro David Marco wrote:

>  >On Monday, September 17, 2018, 5:34:48 PM GMT+2, Antony Stone
>  ><antony.st...@spamassassin.open.source.it> wrote: Give us a bit
>  >more of a clue what you are trying / hoping to do?
> >In what way do you want to identify different paragraphs in an
> >email, and how should the rules be applied differently?  
> 
> Sure, thanks Antony...
> I want i to detect multiple consecutive strings separated by a
> carriage return, like this:
> 
> 
> apache
> apache
> apache
>  

If that actually occurred in the body it would be normalized to  

apache apache apache

If you mean 

apache

apache

apache

then my understanding is that a body rule would run independently on
each instance of 'apache', not on  'apache\napache\napache\n'.

Reply via email to