Subj : Re: Test To : Nicholas Boel From : Tommi Koivula Date : Mon Apr 01 2024 14:46:20 Nicholas Boel wrote: NB> I noticed when I use tin it's only downloading the single latest NB> unread new message in an echo, and not downloading all of the new NB> 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: smapinntpd/lnx (2:221/1.0) .