> header __LW_BLAH1    ALL =~ /\nTo:[^<\n]+<[EMAIL 
> PROTECTED])[^\n]+.*\nSubject:\s*Fw:
> \1\b/i
> header __LW_BLAH2    ALL =~ /\nSubject:\s*Fw:
> (\w+)[^\n]*.*\nTo:[^<\n]+<\1\@/i
> meta    LW_BLAH    __LW_BLAH1 || __LW_BLAH2
> score    LW_BLAH    1

I see those lines wrapped.  The first 4 lines above are really two lines.
There is one space after the "Fw:" at the end of those wrapped lines, then
the stuff on the second line.

        Loren

Reply via email to