On Fri, 2013-12-06 at 16:02 -0500, Joe Quinn wrote:
> The file 10_hasbase.cf has the following rule:
>      uri     __HAS_URI /./
> 
> Is there a similar rule anywhere (or a way to write one), which could 
> match against emails containing many URIs?
> 
> I have searched for "__HAS_.*_URIS" to see if the concept exists, and I 
> cannot think of any combination of rules that would enable such logic.
> 
> Does this already exist anywhere? Is it something that just isn't 
> needed, or perhaps there is a technical reason why it doesn't exist?
> 
Add the "tflags RULENAME multiple" modifier to the rule.

This makes it fire for every matching part of the message, which (a)
multiplies its score by the number of matches and (b) will make scanning
the message a little slower.


Martin



Reply via email to