This file is indexed.

/usr/share/gosa/plugins/personal/mail/sieve/templates/element_size.tpl is in gosa-plugin-mail 2.7.4-4.3~deb7u2.

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
<table width='100%' class='sieve_test_case' summary="{t}Sieve test case: size{/t}">
	<tr>
		<td>
			<b>{t}Size{/t}</b>
			{if $LastError != ""}
				<font color='red'>{$LastError}</font>
				<br>
			{/if}			

     		{if $Inverse}
                <button type='submit' name='toggle_inverse_{$ID}' title="{t}Inverse match{/t}">{t}Not{/t}</button>

            {else}
                <button type='submit' name='toggle_inverse_{$ID}' title="{t}Inverse match{/t}">{t}-{/t}</button>

            {/if}

			<select name='Match_type_{$ID}' title='{t}Select match type{/t}' size=1>
				{html_options options=$Match_types selected=$Match_type}
			</select>
			<input type='text' name='Value_{$ID}' value='{$Value}'>
			<select name='Value_Unit_{$ID}' title='{t}Select value unit{/t}' size=1>
				{html_options options=$Units selected=$Value_Unit}
			</select>
		</td>
	</tr>
</table>