/usr/share/prayer/templates/cam/sieve.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 | %# $Cambridge: hermes/src/prayer/templates/cam/sieve.t,v 1.1 2008/09/16 10:52:45 dpc22 Exp $
%#
% CALL header
% CALL toolbar
% CALL container_start
% CALL status
<form method="post" action="<% sieve/upload |s %>"
enctype="multipart/form-data">
<h2 style="text-align: center">Sieve Filtering</h2>
<div>
Either:
<ul>
<li><a href="<% sieve/download |S %>">Download current sieve file</a></li>
<li>Upload a new sieve file:
<input type="file" name="file" size="40" />
<input type="submit" value="Upload" />
</li>
</ul>
</div>
</form>
<div>
or update sieve file directly here:
<form method="post" accept-charset="UTF-8"
enctype="multipart/form-data" action="<% sieve |s %>">
<div>
<textarea name="script" rows="<% $rows |h %>"
cols="<% $cols |h %>"><% $script |h %></textarea>
<table>
<tr>
<td><input type="submit" name="sub_cancel" value="Back to Manage screen" /></td>
<td><input type="submit" name="sub_apply" value="Apply" /></td>
</tr>
</table>
</div>
</form>
</div>
% IFDEF $g_help
% CALL sieve_help
% ENDIF
% CALL container_end
% CALL footer
|