This file is indexed.

/usr/lib/courier/couriermlm/webmlmconfirm.html 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">

<html>
<head>
  <meta name="generator" content="Bluefish 1.0.7">

  <title>Courier Mailing List Manager</title>
</head>

<body>
  <h1>Request confirmation</h1>

  <form action="[@LISTURL@]/doconfirm" method="post">
    <p>Your confirmation is required to process this
    request.</p><input type="hidden" name="method" value=
    "[@METHOD@]"> <input type="hidden" name="token" value=
    "[@TOKEN@]"> <input type="submit" name="submit" value="Confirm">
  </form>
</body>
</html>