ram wrote:
header __FROMOFFICE From  =~/office/i
header __SUBOFFICE  Subject  =~/office/i

meta OFFICERULE (__FROMOFFICE || __SUBOFFICE )
score OFFICERULE 4.0

And don't forget to add word boundaries. You probably don't want it matching on "officer"

header __FROMOFFICE From  =~/\boffice\b/i
header __SUBOFFICE  Subject  =~/\boffice\b/i

--
Kelson Vibber
SpeedGate Communications <www.speed.net>

Reply via email to