Hi Jesse,
Is there a way one can renumber articles contained on a INN tradspool in chronological order?
I've been thinking that INN stores the posting date as one of the values in the history file, there may be some way to do this, perhaps not in place, but I'm not sure how to sort the input for innxmit.
Exactly!
The third timestamp in the history file (1632832725 in the example
below) is the posting time.
[8FEB593A03B03416C6AD1CED669BC442] 1632832728~-~1632832725 @030346523100000000000000002800000001@
I would suggest to sort the history file with that field, and keep the
token in the output
sort -t '~' -k3n | cut -f 3 < history > tokens.sorted
will do that I think.
You'll obtain an ordered list of article storage tokens by posting time.
This file is a suitable entry for innxmit. If present in
<pathoutgoing>, then run "innxmit your.news.server tokens.sorted" and
they will be fed to your new news server in the expected order.
--
Julien ÉLIE
« – Alors j'ai eu une idée géniale : ramener à César un des Gaulois
irréductibles de la région !
– Mais, préfet, ces Gaulois irréductibles ont un grand défaut !
– Ah ? Lequel ?
– C'est qu'ils sont irréductibles justement ! » (Astérix)
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)