This file is indexed.

/usr/share/gosa/plugins/personal/mail/sieve/templates/select_test_type.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
<h3>{t}Select the type of test you want to add{/t}</h3>

<b>{t}Available test types{/t}</b>&nbsp;:&nbsp;
<select name='test_type_to_add_{$ID}' size=1>
	{html_options options=$test_types_to_add}
</select>

<hr>
<br>
<div class='seperator' style='text-align:right; width:100%;'>
	<button type='submit' name='add_type'>{t}Continue{/t}</button>

    	&nbsp;
	<button type='submit' name='does_nothing'>{msgPool type=cancelButton}</button>

</div>