* On Thu, 09 May 2002, Will Yardley wrote:

> why does this work:
> color index red default ~h"^X-Spam-Flag"
> 
> but not this:
> color index red default ~h"^X-Spam-Flag: YES"

I think the quoting is wrong and there's no error with the first
one because there aren't any spaces in the expression.

This should work:

  color index red default '~h "^X-Spam-Flag: YES"'

-- 
John

Reply via email to