From 5caf7a9fce3a3b3fcc5585e7cac71a3a8c34f3e2 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 20 Jan 2018 18:47:19 -0700 Subject: [PATCH] Move NetMail routes to scannerTossers: { ftn_bso: { ... } } where it belongs in config.hjson --- core/scanner_tossers/ftn_bso.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/scanner_tossers/ftn_bso.js b/core/scanner_tossers/ftn_bso.js index 6a5c0c60..a24024ee 100644 --- a/core/scanner_tossers/ftn_bso.js +++ b/core/scanner_tossers/ftn_bso.js @@ -827,9 +827,9 @@ function FTNMessageScanTossModule() { this.getNetMailRoute = function(dstAddr) { // - // messageNetworks.ftn.netMail.routes{} full|wildcard -> full adddress lookup + // Route full|wildcard -> full adddress/network lookup // - const routes = _.get(Config, 'messageNetworks.ftn.netMail.routes'); + const routes = _.get(Config, 'scannerTossers.ftn_bso.netMail.routes'); if(!routes) { return; } @@ -843,7 +843,7 @@ function FTNMessageScanTossModule() { // // Attempt to find route information for |destAddress|: // - // 1) Routes: messageNetworks.ftn.netMail.routes{} -> scannerTossers.ftn_bso.nodes{} -> config + // 1) Routes: scannerTossers.ftn_bso.netMail.routes{} -> scannerTossers.ftn_bso.nodes{} -> config // - Where we send may not be where destAddress is (it's routed!) // 2) Direct to nodes: scannerTossers.ftn_bso.nodes{} -> config // - Where we send is direct to destAddress