This file is indexed.

/usr/share/gosa/plugins/personal/mail/sieve/templates/element_allof.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
<table width='100%' class='sieve_allof_container' summary="{t}Sieve filter{/t}">
	<tr>
    	<td class='sieve_allof_left'>
            {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}
			<br>
			<b>{t}All of{/t}</b>
		</td>
        <td class='sieve_allof_right'>
			{$Contents}
        </td>
	</tr>
</table>