Someone evidently commented out the ServerAlias line. But I don't know why that was...
[irspy-moved-to-github.git] / etc / dallas.rules
1 # Format of IRSpy rules files:
2 #
3 # Hash characters (#) introduced comments, which are ignored
4 # Trailing whitespace is ignored
5 # Blank lines (i.e. including those consisting only of whitespace
6 #       and/or comments) are ignored
7 #
8 # All other lines consist of four fields:
9 #       <var> ~ /<regexp>/ <action>
10 # If the value of <var> matches the regular expression <regexp>, then
11 # the action is executed.
12 #
13 # <var> may take the values:
14 #       id -- Impementation ID of server
15 #       name -- Impementation name of server
16 #       version -- Impementation version of server
17 #
18 # ~ is a literal tilde, indicating regular expression matching.  It is
19 # required, although redundant, to allow for future expansion that
20 # uses other operators such as >= for version numbers.
21 #
22 # /regexp/ is a Perl regular expression, which may optionally be
23 # enclosed in forward slashes.
24 #
25 # <action> may be any of the following
26 #       skip <test> -- do not attempt the named test
27 #       ### More to come
28
29 name ~ /Polaris/   skip Search::CQL