I'm writing rules for header Subject and have a rule question.
 
I want a rule that would hit on specific words, no matter what order they were. 
Would a rule written like this rule below accomplish that?
 
Is the " * " redundant and not needed?
 
Would a rule written like this be more efficient and faster than a rule where 
say, each of these words was used in a separate individual rule?
 
header LR  Subject =~ 
/ [independent]*[opportunity]*[luxury]*[cowhides]*[win]*[money]*[rep]*[save]*/i
 
Thanks.
 
Wes


      

Reply via email to