This file is indexed.

/usr/share/gosa/plugins/personal/mail/sieve/templates/element_redirect.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
<table width='100%' class='sieve_redirect_container' summary="{t}Sieve element redirect{/t}">
	{foreach from=$LastError item=val key=key}
        <tr>
            <td colspan=4>
                <div class='sieve_error_msgs'>{$LastError[$key]}</div>

            </td>
        </tr>

    {/foreach}
	<tr>
		<td>
			<b>{t}Redirect{/t}</b>
		</td>
	</tr>
	<tr>
		<td class='sieve_redirect_input'>
			{t}Redirect mail to following recipients{/t}<br>
			<textarea name='redirect_to_{$ID}' class='sieve_redirect_input'>{$Destinations}</textarea>
		</td>
	</tr>
</table>