This file is indexed.

/usr/share/doc/masqmail/examples/localnet.route is in masqmail 0.3.4-1.

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
# Example route for a local network
# see also: man 5 masqmail.route
#
# Include this route with
#     permanent_routes = "/etc/masqmail/localnet.route"
# in masqmail.conf

# adjust this to the machines on the local net
allowed_recipients = "*@*mydomain.invalid;*@also.onlocal.net"

# We expect the target hosts to be online. If not, fail.
# Use this setting if you are sure the target hosts are online.
connect_error_fail = true

# If you don't want to query the DNS, uncomment:
#resolve_list = "byname"