Nope, I'm direct to 320/219.
P@TH: 320/219 292/854
It depends on what rules you're following. When zones were introduced to FidoNet and for a long time after, the norm was strip PATH and SEEN-BY lines when the message crossed a zone boundry (because there could be ambiguity between 3:632/509 and 2:632/509, since neither the zone information is not included in the addresses on these lines).
2. Any existing PATH nodes that are not in *your* system's zone are removed from existing PATH lines. If you have an AKA address in the same zone as the destination, that AKA address will be added to the last PATH line.
This is based on my own analysis of the source code (https://gitlab.synchro.net/main/sbbs/-/blob/master/src/sbbs3/sbbsecho.c) but you can check my understanding if you like (search for "foreign_zone").
Actually, now that I look look at that code more closely, it's not that the PATH lines are "stripped" but rather "filtered" (points and nodes with foreign zones are removed).
Re: PATH kludge on exported echomail
By: Digital Man to deon on Thu Feb 03 2022 06:30 pm
Howdy,
2. Any existing PATH nodes that are not in *your* system's zone are removed from existing PATH lines. If you have an AKA address in the same zone as the destination, that AKA address will be added to the last PATH line.
This is based on my own analysis of the source code (https://gitlab.synchro.net/main/sbbs/-/blob/master/src/sbbs3/sbbsecho.c) but you can check my understanding if you like (search for "foreign_zone").
Line 3792: if(foreign_zone(addr.zone, paths.addr[u].zone) || paths.addr[u].point)
Is sbbsecho allowing for a 3D/4D/5D item in the PATH kludge?
(I'm wondering how you get a "zone" (or a "point") from the PATH kludge, which I've only ever seen as a 2D address - but then it seems gen_psb() can parse 4D addresses in the PATH?)
The rest of the code looks like it only ever writes a 2D address.
Did I understand that right?
Sysop: | Aerosly |
---|---|
Location: | Orlando, FL |
Users: | 2 |
Nodes: | 10 (0 / 10) |
Uptime: | 43:30:57 |
Calls: | 320 |
Messages: | 39037 |