This file is indexed.

/usr/share/doc/dkimproxy/smtpprox.README is in dkimproxy 1.4.1-3.

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
   This code is Copyright (C) 2001 Morgan Stanley Dean Witter, and
   is distributed according to the terms of the GNU Public License
   as found at <URL:http://www.fsf.org/copyleft/gpl.html>.


   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

smtpprox is a trivial transparent SMTP proxy, an SMTP server and
client combination. It uses its own SMTP server and client modules
which are designed to expose every step of the protocol dialogue to
the calling program, which provides for the greatest flexibility in
hooking in envelope and content controls and scanning.

For efficiency reasons, it pre-forks and serves from a pool of
servers, Apache-style.

smtpprox was written by Bennett Todd, <bet@rahul.net>.