Arvind Marathe:
> :0
> * ^X-Spam-Level: *****
> possible-spam/

Bob Cox:
> Won't that rule match anything with a 'X-Spam-Level:' header ?

Yes, the asterisks in the rule are being treated as regular
expression characters (match any of preceding character).
You want:

    :0
    * ^X-Spam-Level: \*\*\*\*\*
    possible-spam/

You may want to check the other rules, too.


-- 
Jon Dowland


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to