Subj : NNTP and To: field
To : Carlos Navarro
From : Digital Man
Date : Wed Nov 12 2025 11:21 pm
Re: NNTP and To: field
By: Digital Man to Carlos Navarro on Wed Nov 12 2025 11:01 pm
> > I guess that something has to be fixed elsewhere (I am not familiar with
> > Synchronet's code), but my quick patch doesn't break anything and it
> > works for now: replies in echomail via NNTP have "To: recipient" instead
> > of "To: All".
>
> I'll look into it more.
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'.
--
digital man (rob)
Steven Wright quote #1:
I'd kill for a Nobel Peace Prize.
Norco, CA WX: 64.0�F, 71.0% humidity, 0 mph NNW wind, 0.00 inches rain/24hrs