On 5-Aug-2009, at 05:28, Steve Freegard wrote:
header __COUNT_RCPTS  ToCc =~ /(?:[^@,\...@[^@,\s]+)/
tflags __COUNT_RCPTS multiple

meta RCPTS_5_10 (__COUNT_RCPTS >= 5 && __COUNT_RCPTS <= 10)

meta RCPTS_5_10 (__COUNT_RCPTS >= 5)

score RCPTS_5_10 1.0
describe RCPTS_5_10  Message has 5 to 10 recipients

meta RCPTS_11_PLUS (__COUNT_RCPTS > 10)
score RCPTS_11_PLUS 2.0

score RCPTS_11_PLUS 1.0

describe RCPTS_11_PLUS  Message has 11 or more recipients


(since you already have a 1.0 score for 5 or more, simply add another 1.0 for more than 10)


--
Eyes the shady night has shut/Cannot see the record cut And silence
        sounds no worse than cheers/After earth has stopped the ears.

Reply via email to