This file is indexed.

/etc/horde/ingo/conf.xml is in php-horde-ingo 3.2.16-1ubuntu1.

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
35
36
37
38
39
<?xml version="1.0"?>
<!-- $Id: 48142d13ef06c07f56427fe5b43981631bdbfdb0 $ -->
<configuration>
 <configsection name="storage">
  <configheader>Rules Storage</configheader>
  <configswitch name="driver" desc="What storage driver should we use?">sql
   <case name="prefs" desc="Preference System"/>
   <case name="sql" desc="SQL">
    <configsection name="params">
     <configsql switchname="driverconfig"/>
    </configsection>
   </case>
  </configswitch>
 </configsection>

 <configsection name="rules">
  <configheader>Rules Options</configheader>
  <configboolean name="userheader" desc="Allow users to manually enter Header
  fields to search by in the Rule edit screen?">true</configboolean>
 </configsection>

 <configsection name="spam">
  <configheader>Spam Filtering</configheader>
  <configswitch name="compare" desc="Comparison type">string
   <case name="numeric" desc="Numeric">
    <configstring name="header" desc="The spam header to
    check">X-Spam-Score</configstring>
   </case>
   <case name="string" desc="String">
    <configstring name="header" desc="The spam header to
    check">X-Spam-Level</configstring>
    <configstring name="char" desc="The character repeated in the spam header
    in order to indicate the spam level.  For example, if the character is
    &quot;*&quot;, then &quot;****&quot; in the header indicates a spam level
    of four.">*</configstring>
   </case>
  </configswitch>
 </configsection>
</configuration>