This file is indexed.

/usr/share/prayer/templates/cam/expunge.t is in prayer-templates-src 1.3.5-dfsg1-2.

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
%# $Cambridge: hermes/src/prayer/templates/cam/expunge.t,v 1.2 2008/09/25 16:27:03 dpc22 Exp $
%#
% CALL header
% CALL container_start
% IFNEQ $count 1
<h2 style="text-align: center">Confirm expunge for <% $count |h %> messages</h2>
% ELSE
<h2 style="text-align: center">Confirm expunge for 1 message</h2>
% ENDIF
<div class="confirm">
<ul>
<li><a href="<% list |s %>">Cancel</a></li>
<li class="OK"><a href="<% expunge1 |s %>">Okay</a></li>
</ul>
</div>
% CALL container_end
% CALL footer