This file is indexed.

/usr/share/gosa/plugins/personal/mail/sieve/templates/element_exists.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
17
18
19
20
21
22
23
<table width='100%' class='sieve_test_case' summary="{t}Sieve filter{/t}">
    <tr>
        <td style='width:200px;'>

            {if $LastError != ""}
                <font color='red'>{$LastError}</font>
                <br>
            {/if}
            <b>{t}Exists{/t}</b>
            {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}

		</td>
		<td>
            <textarea style='width:99%;height:20px;' name='Values_{$ID}'>{$Values}</textarea>
		</td>
    </tr>
</table>