I am mainly using the rule to check the header subject, I haven't added it to a 
body check.
 
So, between the 3 choices:
1.  /(?:[^_]{1,30}_+){5}/
2. /\S+_+\S+_+\S+/
3. R02 /^\S{30,}$/m
 
Which covers the most territory given the example I submitted? I'm basically 
interested in identifying those garbage subject lines laced with characters 
like underscores, periods, hyphens, semi-colons, etc; so rather than use 
several rules to trap those individual characters, maybe there is a more 
effective way to resolve this.
 
Thanks, Wes


      

Reply via email to