• Re: Fwd: Test

    From Tommi Koivula@2:221/6 to Nicholas Boel on Mon Apr 1 14:51:50 2024
    -------- Forwarded Message --------
    Subject: Re: Test
    Date: Mon, 1 Apr 2024 11:46:20 +0300
    From: Tommi Koivula <0@1.221.2>
    To: Nicholas Boel <>
    Newsgroups: fidotest
    References: <8280$fidotest@SmapiNNTPd>

    Nicholas Boel wrote:

    I noticed when I use tin it's only downloading the single latest
    unread new message in an echo, and not downloading all of the new
    unread messages. Am I missing a setting?

    It seems that your haven't applied the 'min/max' bugfix to your
    smapinntpd. So your server always reports "no new messages".

    Search for:

    sockprintf(var,"%s %lu %lu y" CRLF,g->tagname,min,max);

    It should be:

    sockprintf(var,"%s %lu %lu y" CRLF,g->tagname,max,min);

    'Tommi

    ---
    * Origin: news://news.fidonet.fi (2:221/6.0)