home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / UFG_103.ZIP / MAILLIST.DOC < prev    next >
Text File  |  1988-04-07  |  3KB  |  84 lines

  1.  
  2.  
  3.                 Uucp/Fido Mailing List Manager
  4.                     Ver 04.08.88 - 0.1.3.beta
  5.  
  6.  
  7. Ok, gang, here's the current version of my maillist program.  It was 
  8. quickly hacked in around 5 hours (and shows it).  Several things
  9. are left the way they are for debugging and will be cleaned up
  10. when it is working smoothly on several machines.
  11.  
  12. Maillist will handle a standard uucp style mailing list by bouncing
  13. mail to a 'special' user to all users listed for that list.  It will
  14. also import and export a mailing list to a fidonet echomail conference.
  15.  
  16. The 'special' user name, optional echomail subdir and receipient list
  17. is kept in a file called 'mail.ctl' which should reside in the current
  18. subdirectory.  See the accompaned example for it's format.
  19.  
  20. Currntly there are no command line switches.  Debugging level is fixed
  21. at full on and no logfiles are kept.
  22.  
  23.  
  24. Caveats (known 'features' :-)
  25.  
  26.  All messages are processed in the fido format.  Conversion to rfc-822
  27.  is done by mailout or fidouucp.
  28.  
  29.  All fidonet kludges are left intact for the time being.  I didn't want
  30.  to start playing around with the message until everything else was
  31.  working smoothly.  Seen-by's, and other ^a kludges will be stripped
  32.  in the near future.
  33.  
  34.  Any comments on the exported message formats should be directed to
  35.  /dev/null (always wanted to say that :-).  Seriously, just let me
  36.  know your gripes, as I'm sure there will be.
  37.  
  38.  Messages probably will be bounced back to the originator of the message
  39.  for the time being.  As soon as mailout/fidouucp will punt a domain
  40.  name to the closest site running smail the problem may be resolved.
  41.  
  42.  
  43. Well that's about it for now, as always let me know what problems/suggestions
  44. you may have...
  45.  
  46. Take care,
  47. Garry.
  48.  
  49.  
  50.  
  51. History :
  52.  
  53.    03.06.88 - 0.0.3.beta   
  54.                  - first outside release
  55.  
  56.    03.09.88 - 0.0.4.beta    
  57.                  - fixed :
  58.                       made imported messages public
  59.                       insured imported message had a from name in the
  60.                         fido header
  61.                       inserted a dash in the fido keywords
  62.                       fixed high message number calculation
  63.  
  64.    03.14.88 - 0.1.0.beta
  65.                 - changed newline so hopefully fidouucp will work
  66.                       properly.
  67.                   deletes seen-by's, ifna kludges, and any line
  68.                       starting with '--- ' (three dashes and a space).
  69.  
  70.    03.26.88 - 0.1.1.beta
  71.                - linked with a stack of 4000.  Wasn't released since
  72.                       it didn't help
  73.  
  74.    04.04.88 - 0.1.2.beta
  75.               - calloc'd memory instead of pulling off the stack and
  76.                       relaxed a bound check (it was overkill)
  77.  
  78.    04.07.88 - 0.1.3.beta
  79.               - rewrote the message translation section to be tolerant
  80.                       of long lines, replaced soft carriage returns with
  81.                       hard cr's.  now strips Path line as well.
  82.  
  83.  
  84.