This file is indexed.

/usr/share/gconf/schemas/evolution-spamassassin.schemas is in evolution 3.2.3-0ubuntu6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/evolution/mail/junk/sa/local_only</key>
      <applyto>/apps/evolution/mail/junk/sa/local_only</applyto>
      <owner>evolution-spamassassin</owner>
      <type>bool</type>
      <default>true</default>
      <gettext_domain>evolution-3.2</gettext_domain>
      <locale name="C">
         <short>Use only local spam tests.</short>
         <long>
           Use only the local spam tests (no DNS).
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/mail/junk/sa/use_daemon</key>
      <applyto>/apps/evolution/mail/junk/sa/use_daemon</applyto>
      <owner>evolution-spamassassin</owner>
      <type>bool</type>
      <default>true</default>
      <gettext_domain>evolution-3.2</gettext_domain>
      <locale name="C">
         <short>Use SpamAssassin daemon and client</short>
         <long>
            Use SpamAssassin daemon and client (spamc/spamd).
         </long>
      </locale>
    </schema>

  </schemalist>
</gconfschemafile>