Just a sample of the Echomail archive
[ << oldest | < older | list | newer > | newest >> ]
|  Message 42748  |
|  Carlos Navarro to Digital Man  |
|  NNTP and To: field  |
|  13 Nov 25 18:08:55  |
 
TID: FMail-W64 2.3.2.3-B20240423
TZUTC: 0100
CHRS: UTF-8 4
MSGID: 2:341/234.1 691610b5
REPLY: 55283.sync@1:103/705 2d7b94dd
12 Nov 2025 23:21, you wrote to me:
> I just wrote and executed a quick test and the msg header reply_id
> property does appear to be a string, as expected:
> var msgbase = new MsgBase("test");
> if(!msgbase.open())
> exit();
> var hdr = msgbase.get_msg_header(27);
> print(typeof hdr.reply_id);
> when run, prints 'string'.
Ok, in that script nothing happens to hdr after loading from the MSGbase. But
in nntpservice.js, before being passed to function getReferenceTo, it is
processed by function parse_news_header (in newsutil.js). It seems
hdr.reply_id is then an array of string (typeof "object"). I think it happens
here:
hdr.reply_id = data.match(/<[^\<]*>$/);
Carlos
--- GoldED+/W32-MSVC 1.1.5-b20180707
* Origin: cyberiada (2:341/234.1)
SEEN-BY: 10/0 1 102/401 103/1 17 705 105/81 106/201 124/5016 128/187
SEEN-BY: 129/14 153/757 7715 154/10 30 110 203/0 218/0 1 215 601 610
SEEN-BY: 218/700 840 860 880 221/0 6 226/30 227/114 229/110 112 206
SEEN-BY: 229/317 400 426 428 470 700 705 240/1120 5832 263/1 266/512
SEEN-BY: 280/464 5003 5006 291/111 292/8125 301/1 310/31 320/219 322/757
SEEN-BY: 341/66 234 342/200 396/45 423/120 460/58 633/280 712/848
SEEN-BY: 770/1 902/26 5020/400 5075/35
PATH: 341/234 280/464 103/705 218/700 229/426
|
[ << oldest | < older | list | newer > | newest >> ]