I could be wrong on this as i am not much of a regex expert, but it doesnt appear that this rule will trigger on normal things like "Dear Jim"

body DEAR_SOMETHING /\bDear (?:IT\W|Internet|candidate|sirs?|madam|investor|travell?er|car shopper|web)\b/i
describe DEAR_SOMETHING         Contains 'Dear (something)'

Can someone with some more regex experience confirm this?

Its just what you think it is:

   Dear IT
   Dear Internet
   Dear candidate
   Dear sir
   Dear investor
   Dear car shopper
etc.

(And since its a body rule this mail should hit it nicely!)

So unless you name is Mr. Car Shopper or Ms. IT Professional, you really shouldn't have too much to worry about.

       Loren

Reply via email to