This file is indexed.

/usr/share/idzebra-2.0/tab/news.flt is in idzebra-2.0-common 2.0.59-1ubuntu1.

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
BEGIN				{ begin record wais }
/^From:/	BODY	/$/	{ data -element name $1 }
/^Subject:/	BODY	/$/	{ data -element title $1 }
/^Date:/	BODY	/$/	{ data -element dateOfLastModification $1 }
/^$/		BODY END	{
					begin element Body 
					data -text $1
					end record
				}