Thoughts on new overview

Russ Allbery rra at stanford.edu
Fri Sep 6 02:41:39 UTC 2002


Russ Allbery <rra at Stanford.EDU> writes:

> Hm.  Looking at the innd algorithm, it only counts \r\n as a single
> character for the byte count, so the line count will change by the
> number of lines in the message plus the number of header lines in the
> message.

The byte count will change, rather.

Oh, speaking of this, the other thing that you'll notice is that tdx-util
uses the new method of building overview for headers that contain
non-printing characters, namely by unfolding the line and then replacing
all non-printing characters with spaces.  This is different than what innd
does; it doesn't unfold first, and therefore adds two spaces for the \r\n
of folded headers.

-- 
Russ Allbery (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>

    Please send questions to the list rather than mailing me directly.
     <http://www.eyrie.org/~eagle/faqs/questions.html> explains why.


More information about the inn-workers mailing list