jdow wrote:
From: "Ray Jette" <[EMAIL PROTECTED]>
Sent: Monday, 2008, December 01 12:41


Ray Jette wrote:
*Good afternoon,
I am trying to write a rule that gives negative scores to messages that contain names of our company's and products. I have a few question regarding this. Will the rule at the end of this message work? Can I put line brakes in the rule? How can I go about adding an optional s for \bBoiler\b? Thanks for any help you can provide.
*

body DEVISIONS_AND_PRODUCTS /\bAir Balance\b|\bAirtherm\b|\bAlton\b|\bAmerican Warming\b|\bAWV\b|\bAnemostat\b|\bApplied Air\b| \bArgo Baseboard\b|\bArrow United\b|\bAxon Electric\b|\bBeacon Morris\b|\bCesco Products\b|\bCoilmate\b|

\bDadanco\b|\bDahlstrom\b|\bEmbassy\b|\bEngel\b|\bMestek\b|\bFormtek\b|\bHill Engineering\b|\bHydrotherm\b| \bIowa Precision\b|\bKoldwave\b|\bL\.J\. Wing\b|\bLockformer\b|\bLouvers\b|\bDampers\b|\bRBI\b|\bWater Heaters\b| \bBoiler\b|\bReed Institute\b|\bSpacepak\b|\bSterling\b|\bHVAC\b|\bTemprite\b|\bTishken\b|\bTwinflo\b|\bVulcan\b|\bYoder\b/\i

Are you REALLY sure you want the last two characters to he "\i"? The escape on the i might keep the rule from being case insensitive and lead to strange
matching requirements to make the rule fire correctly all the time.

score DEVISIONS_AND_PRODUCTS  -0.1
describe DEVISIONS_AND_PRODUCTS A negative scorring rule that contains products and devisions.





Sorry about that. I solved it. I forgot the closing ).

{^_^}


Thanks. I changed it.

Reply via email to