This file is indexed.

/usr/share/prayer/templates/old/welcome.t is in prayer-templates-src 1.3.5-dfsg1-4build1.

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
40
41
42
43
%# $Cambridge: hermes/src/prayer/templates/old/welcome.t,v 1.1 2008/09/16 10:52:49 dpc22 Exp $
%#
% CALL header
% CALL toolbar
% CALL status
% IFDEF $g_service_name
<h2 style="text-align: center">Welcome to the <% $g_service_name |h %> Webmail Service
% ELSE
<h2 style="text-align: center">Welcome to the Prayer Webmail Service
% ENDIF
</h2>
<p>Please read some important hints about use of this Webmail service.</p>
<h3>Use the navigation icons on the Webmail interface</h3>
<p>The browser navigation buttons will not work reliably.</p>
<h3>Always log out from the Webmail system when you have finished.</h3>

<ul>
 <li>If you fail to do this, people with access to the computer that you
 are using may be able to read your mail.</li>
 <li>Abandoned login sessions consume valuable resources on the server.</li>
</ul>
<h3>Session Timeout</h3>
<p>
This login session will shut down automatically after <% $timeout |h %> of
idle time.</p>
<form method="post" accept-charset="UTF-8"
 enctype="multipart/form-data" action="<% welcome |s %>">
<table>
<tr><td>&nbsp;</td></tr>
<tr>
<td>
 <input type="checkbox" name="enable_welcome" value="1" checked="checked" />
</td>
<td>Show this screen next time you log in</td>
</tr>
<tr>
<td><input type="submit" name="sub_proceed" value="Proceed" /></td>
</tr></table>
</form>
% IFDEF $g_help
%   CALL welcome_help
% ENDIF
% CALL footer