Skip to content
Snippets Groups Projects
Commit c590c437 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Use QWKnet ID of originating system when imported via QWKnet

Update to previous commit.
parent f257f2ff
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1067 passed
......@@ -4925,6 +4925,8 @@ void export_echomail(const char* sub_code, const nodecfg_t* nodecfg, bool rescan
if(msg.ftn_bbsid != NULL) /* use original BBSID */
f += sprintf(fmsgbuf + f, "\1BBSID: %.256s\r", msg.ftn_bbsid);
else if(msg.from_net.type == NET_QWK)
f += sprintf(fmsgbuf + f, "\1BBSID: %.256s\r", (char*)msg.from_net.addr);
else if(msg.from_net.type != NET_FIDO)
f += sprintf(fmsgbuf + f, "\1BBSID: %.256s\r", scfg.sys_id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment