* Rocco Rutte <[EMAIL PROTECTED]> [2002-10-07 13:14]: > score '(~s \[?[Mm][Uu][Tt][Tt]\]? ) ~w $newsgroup' +100 > ...which works as intended while: > > score '(~s \[?mutt\]? ) ~w $newsgroup' +100 > > ...is applied to all messages and doesn't work.
"~w"? using some patches, i presume? nntp?
besides, as the square brackets are optional you
might as well leave them out. so how about these?
score '~s mutt ~w $newsgroup' +100
score "~s mutt ~w $newsgroup" +100
Sven
