This file is indexed.

/usr/share/gosa/plugins/personal/mail/sieve/templates/add_element.tpl is in gosa-plugin-mail 2.7.4+reloaded2-9ubuntu1.

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}Add a new element{/t}</h3>
{t}Please select the type of element you want to add{/t}
<br>
<select name='element_type' size=1>
	{html_options options=$element_types selected=$element_type}
</select>

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

    &nbsp;
    <button type='submit' name='select_new_element_type_cancel'>{t}Abort{/t}</button>

</div>