Hi Bart Schaefer, you wrote:

>       /(?:toner|ink(?:\s*jet)?|fax|copier)\s+cartridge/i
> 
> is probably the way to go.


  /\b(?:toner|ink(?:\s*jet)?|fax|copier)\s+cartridge/i

Someone suggested on this list to anchor those tests on word boundaries
to improve performance.

ciao
     Klaus

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to