This file is indexed.

/etc/dspam/templates/nav_fragment.html is in dspam-webfrontend 3.10.2+dfsg-13.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD><TITLE>DSPAM v3 Control Center: $SUBJECT$</TITLE>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<link rel="icon" href="$WEB_ROOT$/favicon.ico" type="image/vnd.microsoft.icon">
<LINK REL="STYLESHEET" HREF="$WEB_ROOT$/base.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#000000" VLINK="#000000" ALINK="#000000">
<table border=0 cellspacing=0 cellpadding=0 width="100%">
<tr>
<td width=10 bgcolor="#686868"> &nbsp;</td>
<td bgcolor="#686868">
<br>
<font color=white><big>$SUBJECT$</big><br>
$FROM$<br>
<small>$TIME$ ($INFO$)</small></font><br>
<br>
</td></tr>

<tr><td width=10> &nbsp;</td>
<td>
<PRE>
$MESSAGE$
</PRE>
</td></tr></table>
</body>
</html>