Re: Score file broken?
walt moffett (walt@scott.net)
Thu, 12 Dec 1996 19:05:08 -0600
>For some odd reason, this rule doesn't seem to work:
>sfnet.atk.sodat {
>-1 patterm Subject .*miga
>}
>
>Neither did
>-1 pattern Subject [Aa]miga
>
>nor
>
>-1 pattern Subject .miga
>
>Am I doing something wrong ?
>
Try adding a colon after subject.
As in
sfnet.atk.sodat {
-1 pattern Subject: [Aa]miga
}
or
sfnet.atk.sodat {
-1 Subject: amiga
}