.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "HISTORY 5" .TH HISTORY 5 2024-04-01 "INN 2.7.2" "InterNetNews Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME history \- Record of current and recently expired Usenet articles .SH DESCRIPTION .IX Header "DESCRIPTION" The file \fIpathdb\fR/history keeps a record of all articles currently stored in the news system, as well as those that have been received but since expired. In a typical production environment, this file will be many megabytes. .PP The file consists of text lines. Each line corresponds to one article. The file is normally kept sorted in the order in which articles are received, although this is not a requirement. \fBinnd\fR appends a new line each time it files an article, and \fBexpire\fR builds a new version of the file by removing old articles and purging old entries. .PP Each line consists of two or three fields separated by a tab, shown below as \f(CW\*(C` \et \*(C'\fR: .PP .Vb 2 \& [hash] \et date \& [hash] \et date \et @token@ .Ve .PP The \fIhash\fR field is the ASCII representation of the hash of the Message-ID. This is directly used for the key of the \fIdbz\fR. .PP The \fIdate\fR field consists of three sub-fields separated by a tilde. All sub-fields are the text representation of the number of seconds since the epoch, that is to say a \fItime_t\fR like in \f(CW\*(C`gettimeofday(2)\*(C'\fR. The first sub-field is the article's arrival date. If copies of the article are still present, then the second sub-field is either the value of the article's Expires header field, or a hyphen if no expiration date was specified. If an article has been expired, then the second sub-field will be a hyphen. The third sub-field is the value of the article's Date header field, recording when the article was posted. .PP The \fItoken\fR field is a token of the article. This field is empty if the article has been expired. .PP For example, an article whose Message-ID was <7q2saq$sal$1@isrv4.pa.vix.com>, posted on 26 Aug 1999 08:02:34 GMT and received at 26 Aug 1999 08:06:54 GMT, could have a history line (broken into three lines for display) like the following: .PP .Vb 3 \& [E6184A5BC2898A35A3140B149DE91D5C] \et \& 935678987~\-~935678821 \et \& @030154574F00000000000007CE3B000004BA@ .Ve .PP In addition to the text file, there is a \fIdbz\fR database associated with the file that uses the Message-ID field as a key to determine the offset in the text file where the associated line begins. For historical reasons, the key includes the trailing \f(CW\*(C`\e0\*(C'\fR byte (which is not stored in the text file). .SH HISTORY .IX Header "HISTORY" Written by Rich $alz for InterNetNews. Rewritten into POD by Julien Elie. .SH "SEE ALSO" .IX Header "SEE ALSO" expire(8), inn.conf(5), innd(8), libinn_dbz(3), makehistory(8).