# Filter file V1.0.2 for the TIN newsreader
#
# Format:
#   comment=STRING    Optional. Multiple lines allowed. Comments must be placed
#                     at the beginning of a rule, or they will be moved to the
#                     next rule. '#' is not a valid keyword for a comment!
#   group=STRING      Mandatory. Newsgroups list (e.g. comp.*,!*sources*).
#   case=NUM          Mandatory. Compare=0 / ignore=1 case when filtering.
#   score=NUM|STRING  Mandatory. Score to give. Either:
#     score=NUM         A number (e.g. 70). Or:
#     score=STRING      One of the two keywords: 'hot' or 'kill'.
#   subj=STRING       Optional. Subject: line (e.g. How to be a wizard).
#   from=STRING       Optional. From: line (e.g. *Craig Shergold*).
#   msgid=STRING      Optional. Message-ID: line (e.g. <123@example.net>) with
#                     full references.
#   msgid_last=STRING Optional. Like above, but with last reference only.
#   msgid_only=STRING Optional. Like above, but without references.
#   refs_only=STRING  Optional. References: line (e.g. <123@example.net>) without
#                     Message-ID:
#   lines=[<>]?NUM    Optional. Lines: line. '<' or '>' are optional.
#   gnksa=[<>]?NUM    Optional. GNKSA parse_from() return code. '<' or '>' opt.
#   xref=PATTERN      Optional. Kill pattern (e.g. alt.flame*)
#   path=PATTERN      Optional. Kill pattern (e.g. news.example.org)
#                     Be aware that filtering on Path: may significantly slow
#                     down the process.
#   time=NUM          Optional. time_t value when rule expires
#
