Regis Wilson <[EMAIL PROTECTED]> wrote:

> full JUSTIFIED_HTML     /(\n.{74}=){3,}/
> describe JUSTIFIED_HTML Body uses 74 char wide, justified HTML code
> score JUSTIFIED_HTML    2.0
> 
> I read some articles that urge against the {} notation.  Can someone enlighten
> me?

In your case, you should get rid of the comma, since the regex 
matches the same messages without it.  Think about it:  Any 
message that has three or more of those lines also has three of 
those lines.  So once you've found three, there's no point in 
continuing to look.

-- 
Keith C. Ivey <[EMAIL PROTECTED]>
Washington, DC



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to