/*
** CNDomo
** CNet/4 ListServer
** by Kelly Cochran
** Last updated: Sat Oct 17 20:21:56 1998
*/

Functionality:
   Effectively an alias 'exploder' currently.

Tested:
   Not very much.

Details:
   Add list in CNDomoConfig, users as needed.
   Add entry in IMP for the listname, function is AmigaDOS/Shell command.
-=>   <filename of cndomo exe> <listname> %s (or whatever the token is for input file)

Format of users file:
   username@site:password  (password optional)

History:

CNDomo:
0.10 (?? Nov 1998):
* Uses archiving flag.

0.9 (17 Oct 1998):
* Now saves Received headers on inbound mail; helps track routing issues,
  spam, etc.
* No longer auto-sends spool.  You must enable the Immediate Delivery
  option for the list in CNDomoConfig if you wish immediate delivery
  of files in the spool.  Otherwise, Mail-task will wait for the next
  spool delivery signal (via ARexx or C).

0.8 ( 4 May 1998):
* Reworked userdata file parsing to prevent overflows.
* Loop detection now actually logs when it finds one.

0.7 (25 Apr 1998):
* Mailtask signaling was badly hosed.  Helps if I do the right things to the
  right port.  Fixed.
* Subject header would appear in mail item bodies.  Fixed.
* Sender reciepts would come out mangled.  Fixed.
* Minor internal optimizations.

0.6 (13 Apr 1998):
* Now rescans and sends the mailspool after a list post. (CNet 4.49+
  required)

0.5 (29 Mar 1998):
* Archives sent mails in listdir/Archives/####
* Log functions tidied up a bit.
* Configuration saving routines started.
* Nifty buffer overrun found and squished.

0.4:
* First early alpha.


CNDomoConfig:
1.6 (?? Nov 1998):
* Added gadget to Flags page to control list message archiving.

1.5 (17 Oct 1998):
* Added gadget to Flags page for Immediate delivery.

1.4 ( 4 May 1998):
* Fixed some internal buffer sizes to better reflect structure element sizes.
* Reworked userdata file parsing to prevent overflows.

1.3 (13 Apr 1998):
* List addition routine optimized ALOT.
* Minor GUI alterations.
* Digest and Article Number elements now work.

1.2:
* Ancient History
