Re: routing to points
By: poindexter FORTRAN to All on Tue Feb 14 2023 12:43 pm
> I've run into this issue before, but never figured out a resolution.
>
> I'm running SBBS 3.19, SBBSecho v3.15-win32. I received a netmail from a
> point in zone 2. I replied to it, and see a .cut file in what looks like the
> proper place - %binkdir%\outbox.002\00dd0001.pnt\0000003a.cut. The contents
> of the .cut file is the netmail reply I wrote. So far, so good.
>
> If I poll the boss node, nothing gets transferred. If I poll the point,
> nothing happens, as expected.
>
> Is there a setting I've missed in echocfg to properly route any point mail I
> receive to the boss node?
Here's the relevant logic in sbbsecho.s pack_netmail():
if(nodecfg == NULL && addr.point != 0) {
fidoaddr_t boss = addr;
boss.point = 0;
if((nodecfg = findnodecfg(&cfg, boss, /* exact: */true)) != NULL) {
addr = boss;
lprintf(LOG_INFO, "Routing NetMail (%s) to boss-node %s"
,getfname(path), smb_faddrtoa(&addr, NULL));
}
}
Which means that the boss node must be configured in EchoCfg->Linked Nodes for this boss-routing to occur. Is the boss node in question configured in EchoCfg->Linked Nodes?
--
digital man (rob)
This Is Spinal Tap quote #39:
Female Airport Security Officer: Do you have any artificial plates or limbs?
Norco, CA WX: 49.0øF, 84.0% humidity, 4 mph ESE wind, 0.00 inches rain/24hrs
--- SBBSecho 3.20-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
|