Retro Guy <
retr...@novabbs.org> writes:
> On Sun, 07 Jan 2024 14:13:33 -0300, Julieta Shem wrote:
>
>> In my configuration I think that Gnus v5.13 estimates the number of new
>> articles by looking at the group-command answer
>>
>> group comp.programming
>> 211 11994 4454 29913 comp.programming
>>
>> I suppose it checks which article it has seen last and supposing the
>> last article it has seen was numbered 29910, it would then conclude that
>> there are three new articles in comp.programming. When I try to fetch
>> these possible three new articles, I discover they don't exist.
>>
>> --8<---------------cut here---------------start------------->8---
>> article 29913
>> 423 No such article number 29913
>> article 29912
>> 423 No such article number 29912
>> article 29911
>> 423 No such article number 29911
>> --8<---------------cut here---------------end--------------->8---
>>
>> In the specific case of Eternal September, is this usually a deletion of
>> articles due to the typical spam?
>
> When an article is deleted, the article number remains, meaning that the
> next article added to the spool has the next number. So the deleted
> article's number will remain but the article will no longer exist. (I hope
> that makes sense :)
It does. Thanks!