User Tools

Site Tools


mutil_import_echomail

This is an old revision of the document!


Import Binkley-style FLO echomail/netmail

This is a key stanza you will want to run each time message packets and other files arrive at your Mystic BBS.

Message packets (compressed or raw) and other files (nodelists, infopacks etc.) are usually sent over the Internet to your Mystic BBS via a mail transport system such as BinkP or FTP. Both are easy to use as Mystic has inbuilt BinkP and FTP servers.

It's probably fair to say the majority of BBS systems in action today use the BinkP protocol/server as their preferred means of sending and receiving echomail and netmail across the Internet

The '[ImportEchoMail]' stanza tells MUTIL to scan the defined 'Inbound Echomail' path in Mystic e.g. c:\mystic\echomail\in for newly arrived inbound mail. If it finds any newly arrived message packets it will import them in to the BBS and toss them in to their correct message bases. Users of the BBS can then read them and reply to them.

To enable this function you modify the '[general]' stanza as follows:

[general]

ImportEchoMail     = true

There are a number of options available to you for configuration in the '[ImportEchoMail]' stanza.

Duplicated (Dupe) Message Handling

If you want to save duplicated / bad messages to a certain message base, then set the value of is switch to the *INDEX* of the message base (viewable at the top of the msgbase editor). Otherwise, set this value to -1 or leave it commented out and duplicated / bad messages will be ignored.

;dupe_msg_index = 5

This setting defines the number of messages to keep in the duplicate database. Each message takes 8 bytes of data, so for example 32,000 messages takes 256kb of memory while importing messages. Max is 250,000 messages. Uncomment this setting to enable it.

;dupe_db_size = 32000
Import Unsecure Packets

This setting instructs Mystic to ignore or import message packets sent to it from other BBS systems it does not know of. In other words, the sender has not been configured in Mystic as a known Echonode.

This setting uses a Boolean True or False switch.

; Toss packets from unsecure directory in addition to inbound?
unsecure_dir = false
Strip SEEN-BY lines

This setting instructs Mystic to retain or remove SEEN-BY kludge lines when importing packets from other systems.

SEEN-BY lines are used by mail tossers to check that they are not importing something that they have already seen (a dupe). SEEN-BY lines also provide a helpful record of which BBS have received or 'seen' a message.

Some system operators prefer to strip SEEN-BY lines when importing messages to reduce file size / storage overheads. However in times of cheap HDD storage the benefits of retaining SEEN-BY lines outweigh the benefits of removing them.

This setting uses a Boolean True or False switch.

; Strip SEEN-BY lines from messages when importing?
strip_seenby = false
Remapping Netmail

If you want to remap netmail from one user name to another, you can define up to 50 remapped names below using the format <orig>;<new>

Uncomment this setting to enable it.

;forward = sysop;g00r00
;forward = system operator;g00r00
Twit Filter

If you want to twit filter names so that messages are not imported or tossed to downlinks, then you can do so. Your can define multiple terms for what you consider are 'twits' one entry per line with a maximum of up to 100. Uncomment this setting to enable it.

;twit=John Guillory
;twit=kf5qeo
;twit=1:396/60
;twit=46:1/138

Automatically Create New Message Bases

This is one super cool and powerful feature. If you want MUTIL to auto create message bases when it finds an echomail message for a non-existing base, set this value to true and use the options below to define the default values for this feature.

auto_create = true
Auto Create Options
mutil_import_echomail.1459499706.txt.gz · Last modified: 2016/04/01 03:35 by avon

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki