This file is indexed.

/usr/lib/courier/couriermlm/style.css.tmpl is in courier-mlm 0.76.3-5+deb9u1.

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
/* style sheet */

body { font-family: Arial, Helvetica, "Sans Serif";
	background-color: #ffffff;
	color: #000000;
	}

a:link, a:visited { color: #000080 }
a:active { color: #ff0000 }

.error { color: #ff0000 }

.configtbl { width: 100%; border-collapse: collapse;
	border-width: thin; border-style: solid;
	border-color: #000000 }

.configtbl tbody tr td { padding-top: .1em; padding-bottom: .1em }

.oddrow { background-color: #eeeeee }
.evenrow { background-color: #cccccc }

.email { font-family: "Courier New", monospace }