I want to only show a a spam status header when the score is positive.
In other words,

        X-Spam-Status:\ No,\ score=2.4...

should be displayed, but

        X-Spam-Status:\ No,\ score=-2.4...

shouldn't.

I have tried:

        unignore X-Spam-Status:\ No,\ score=[^-]

expecting all lines that don't have a negative score to be displayed,
but this doesn't work.

Even

        unignore X-Spam-Status:\ No,\ score=[23]

doesn't work, when I tried that as part of debugging.  However the
following does work:

        unignore X-Spam-Status:\ No,\ score=2

What am I doing wrong?

Steve

-- 
 
(o<     www.stevesearle.com
//\     Powered by Fedora
V_/_    No MS products were used in the creation of this message

 20:10:06 up  2:26,  1 user,  load average: 0.24, 0.19, 0.08

Attachment: pgpUvQexSWPHR.pgp
Description: PGP signature

Reply via email to