You could use something like

header LW_NONEWS    Subject =~ /^Re:\s.*\bnews$/i
score    LW_NONEWS    2
describe LW_NONEWS    Not news to me!

The .* should be safe in that regex since a subject isn't very long and the
things on either side are anchored.

        Loren

Reply via email to