This file is indexed.

/usr/share/doc/inn/README.Debian is in inn 1:1.7.2q-44.1ubuntu2.

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
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
Patches applied:

0_insync_actived
0_insync_dbz_3.3
0_insync_fastrm_symlink
0_insync_misc (history+timer+perl_mode+perl_messageid)
0_insync_largerhash
0_insync_overscream
0_insync_pathfeed
Ported from the insync patch kit, with some local changes: actived,
DBZ 3.2, fastrm symlink bug fix, precommit cache, Joe Greco's timers,
bigger hash table in expire, mmapped overview, Path feed from a
newsfeeds entry.
To enable actived put "useactived: yes" in inn.conf and "DOACTIVED=true"
in /etc/news/boot. It will *NOT* be used by nnrpd by default.

1_perl_filter_patch
1_perl_misc
All patches from cleanfeed (mode.patch, messageid.patch, dynamic-load.patch,
filter.patch), some parts in 0_insync_misc too.
Updates for perl 5.8 by Marco d'Itri.

2_perl_timer
Perl filter timer support. (Marco d'Itri)

addhist
Disallow addhist when the server is paused or throttled.
(Miquel van Smoorenburg)

bindaddress
Added port and bindaddress entries to inn.conf (Miquel van Smoorenburg
and Marco d'Itri).

clientactive.c
Small inews-related fix. (Miquel van Smoorenburg)

distribution_crash
Distribution header parsing patch. (Sylvain Robitaille)

fastrm_allow_symlinks
Remove -u from the default fastrm command line.

fixinterps
Support recent perl releases.

getmodaddr.c
Use a local moderators file if inews cannot get one from the server.

inet_addr_is_int
inet_addr does return int, not long.

inews-misc
inews buffer overflow fix and something else I do not remember.
inews opens the active with CAopen instead of CAlistopen (Colin Watson).
inews authenticates with the remote server (Chip Salzenberg).

inewsport
Add the inewsport inn.conf option.

inncheck
Make it check for the right permissions for debian systems.

innd.c_init_TimeOut
Bugfix: tv_usec must be initialized.

innwatch_ctlinnd_timeout
Use a timeout when invoking ctlinnd from innwatch.

misc_config_files
Change some defaults for debian packaging.

misc_inn.conf
Document all new parameters.

misc_makefiles
Fix support for $DESTDIR and other minor bugfixes.

misc_paths.h
Add all new inn.conf parameters.

misc_rc.news
Disable innwatch by default, add actived support.

newsgroups_whitespace
Ignore whitespace in Newsgroups headers instead of rejecting the article.

nnrpd_needs_libcrypt
Link nnrpd with -lcrypt.

nnrpd_perl_edit_headers+bofh
From the BOFH patch by Andrew Gierth: in filter_post() the authenticated
user is available in the $user variable and the article body is put in
$body. If the string returned by filter_post() starts with DROP, the
article is silently dropped.
Backported from INN 2.x the code to modify headers in filter_nnrpd.pl.

nntpsend.ctl_in_etc
Move nntpsend.ctl to /etc/.

no_throttled_rmgroups
Bugfix: disallow rmgroups when the server is throttled or the history
will be damaged.

parsedate_y2k
Y2K bugfix by Bettina Fink.

path_audit
path_audit_fix
Path audit trail patch (Ian Jackson). Please read hosts.nntp(5).

poison+remember_trash
Poison and REMEMBER_TRASH patch by Russ Allbery.

recommend_ID
Tell clients the recommended Message-ID (Olaf Titz).

rnews_reject_reason
Have rnews add an header to saved rejected articles.

rnews_unknown
Minor rnews fixes (Marco d'Itri).

scanlogs_use_innreport
innreport backported from INN 2.x.

sendbatch
send-uucp
Commented some hardcoded configuration values, but everybody should use
send-uucp.pl anyway.

use_controlchan
Controlchan support (backported from INN 2.x by Marco d'Itri).

use_strerror
sys_errlist[] is deprecated.

xmode
Add the XMODE command.

x-trace
X-Trace header generation.

More precise timer when innd is idle most of the time (Olaf Titz).
[Buried somewhere in the 0_insync_* patches.]