Subj : src/sbbs3/netmail.cpp scfglib.h scfglib1.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Mon Oct 10 2022 03:18 pm https://gitlab.synchro.net/main/sbbs/-/commit/641747f6f33586b2d27f3b6a Modified Files: src/sbbs3/netmail.cpp scfglib.h scfglib1.c Log Message: Use nearest-zone matching for source FTN address when replying to netmail Rather than only matching exact zone numbers as a final "nearest" address search, use a "nearest zone" matching algorithm ("nearest" being the most mathematically near). This way, replying to netmail from a zone 2 address would always match a zone 1 source address, regardless of how many othernet addresses are configured and which order they are configured in SCFG. Fixes issue #447 reported by Charles Blackburn (FBOBBS) .