>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
apache



something like:
body     __REPEATED_APACHES     /^apache$/
tflags    __REPEATED_APACHES     multiplemeta    REPEATED_APACHES      
__REPEATED_APACHES > 3
will do the job BUT is not valid because it will trigger as well in a body like 
this:



apache
apache
Groucho
apache
apache


where apaches are not consecutive...


-----PedroD







  

Reply via email to