This file is indexed.

/etc/octopussy/conf/tables/Mail_Traffic.xml is in octopussy 1.0.6-0ubuntu1.

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
<?xml version='1.0' encoding='UTF-8'?>
<octopussy_table description="Generic Mail Traffic Table"
                 name="Mail_Traffic"
                 version="200801280001">
  <field title="datetime"
         type="DATETIME" />
  <field title="device"
         type="WORD" />
  <field title="sender"
         type="EMAIL" />
  <field title="recipient"
         type="EMAIL" />
  <field title="subject"
         type="STRING" />
  <field title="size"
         type="NUMBER" />
  <field title="status"
         type="STRING" />
  <field title="relay"
         type="STRING" />
  <field title="client"
         type="STRING" />
  <field title="mail_id"
         type="WORD" />
  <field title="msg_id"
         type="WORD" />
  <field title="delay"
         type="FLOAT_NUMBER" />
  <field title="nrcpt"
         type="NUMBER" />
  <field title="daemon"
         type="WORD" />
  <field title="pid"
         type="NUMBER" />
</octopussy_table>