SCANSPOOL(8) | InterNetNews Documentation | SCANSPOOL(8) |
scanspool - Perform a sanity scan over all articles in news spool
scanspool [-cnv] [-a active-file] [-s spool-dir]
scanspool is a Perl script for use with a tradspool article spool. It will scan the active file as well as all articles in the spool and report on the errors it encounters. As this may take a while, using the -v switch is recommended to see how far the program has progressed.
First, scanspool scans the active file, noting problems such as:
Then it will examine all articles under your news spool directory, complaining about articles that:
scanspool understands aliased newsgroups. Thus, if an article is posted to foo.old.name that is aliased to foo.bar, it will be expected to be found under foo.bar and not foo.old.name.
Articles posted to a newsgroup of status "j" or "x" (the fourth field of the active file) will be expected to show up under the junk group.
scanspool assumes that the path of a valid newsgroup's directory from the root of the spool tree will not contain any "." character. Thus, directories such as out.going, tmp.dir, in.coming and news.archive will not be searched. This program also assumes that article basenames contain only decimal digits. Last, files under the top level directory lost+found are not scanned.
The output of scanspool will start with one of the following forms:
scanspool is unable to detect and properly deal with spool formats other than tradspool. However, if the files that store your articles are named other than just all-digits, they will simply be skipped (and your active is still checked).
scanspool only considers the first line of the Newsgroups header field. Continuation lines are not taken into account.
scanspool was written by Landon Curt Noll (chongo was here /\../\).
This manual page was written by Florian Schlichting, largely based on comments in the script.
2023-09-06 | INN 2.7.1 |