This file is indexed.

/usr/share/gosa/plugins/personal/mail/sieve/templates/element_comment.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
23
24
25
<table width='100%' class='sieve_comment_container' summary="{t}Sieve comment{/t}">  
	<tr>
		<td>
			<b>{t}Comment{/t}</b>
		</td>
		<td style='text-align: right;'>
			{if $Small}
				<button type='submit' name='toggle_small_{$ID}'>{t}Edit{/t}</button> 	

			{else}
				<button type='submit' name='toggle_small_{$ID}'>{msgPool type=cancelButton}</button> 	

			{/if}
		</td>
	</tr>
	<tr>
		<td style='padding-left:20px;' colspan=2>
		{if $Small}
			{$Comment}
		{else}
			<textarea  name='comment_{$ID}' class='sieve_comment_area'>{$Comment}</textarea>
		{/if}
		</td>
	</tr>
</table>