diff --git a/docs/messageareas/message-networks.md b/docs/messageareas/message-networks.md index 10904cab..84b7859e 100644 --- a/docs/messageareas/message-networks.md +++ b/docs/messageareas/message-networks.md @@ -66,49 +66,3 @@ Example: ### FTN/BSO Scanner Tosser Please see the [FTN/BSO Scanner/Tosser](bso-import-export.md) documentation for information on this area. - -Example: -```hjson -scannerTossers: { - ftn_bso: { - schedule: { - // Check every 30m, or whenever the "toss!.now" file is touched (ie: by Binkd) - import: every 30 minutes or @watch:/enigma-bbs/mail/ftn_in/toss!.now - - // Export immediately, but also check every 15m to be sure - export: every 15 minutes or @immediate - } - - // optional - paths: { - reject: /path/to/store/bad/packets/ - retain: /path/to/store/good/packets/ - } - - // Override default FTN/BSO packet encoding. Defaults to 'utf8' - packetMsgEncoding: utf8 - - defaultNetwork: fsxnet - - nodes: { - "21:1/100" : { // May also contain wildcards, ie: "21:1/*" - archiveType: ZIP // By-ext archive type: ZIP, ARJ, ..., optional. - encoding: utf8 // Encoding for exported messages - packetPassword: MUHPA55 // FTN .PKT password, optional - - tic: { - // See TIC docs - } - } - } - - netMail: { - // See NetMail docs - } - - ticAreas: { - // See TIC docs - } - } -} -``` \ No newline at end of file