home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / f / fido12u.zip / FIDOMAIL.DOC < prev    next >
Internet Message Format  |  1989-06-01  |  3KB

  1. From:     Fido Software
  2. To:     All
  3. On:     1:125/111
  4. Option:    Private
  5. Subj:    automail.exe automail.doc
  6.  
  7.     You just got a copy of FidoMail (previously namedì
  8. "AutoMail"), an automatic way to enter FidoNet messages. FidoMailì
  9. generates one or more FidoNet messages from text files youì
  10. generate yourself, using your favorite (or least favorite, I dontì
  11. care) text editor or word processor.
  12.  
  13.     The FidoMail documentation, FIDOMAIL.DOC, is itself aì
  14. script FidoMail can use to generate Fidonet messages. The formatì
  15. of an FidoMail script is quite simple; four lines of messageì
  16. header, followed by text of any length or format.
  17.  
  18.         OPERATION
  19.  
  20.     Run FidoMail from the default Fido directory. MAIL.SYS isì
  21. read to determine the Fidonet message area, and the node numberì
  22. of the originating system. The nodelist (NODELIST.SYS andì
  23. NODELIST.IDX) is used to enter the messages.
  24.  
  25.     FIDOMAIL [script-file-name(s)]
  26.  
  27.     The script file name can be a single file, many filesì
  28. using wild cards, or a directory name. Each file found isì
  29. processed as described below. Each script file can generate oneì
  30. or more FidoNet messages.
  31.  
  32.     FidoMail displays status information on the localì
  33. console, and also appends it to the MAILER.LOG file, where Fidoì
  34. keeps FidoNet status.
  35.  
  36.     FidoMail returns ERRORLEVEL 1 if there is no script fileì
  37. or the disk is full. No error is returned if a system specifiedì
  38. to mail to is not in the node list.
  39.  
  40.  
  41.     ENTERING AUTOMATIC MESSAGES
  42.  
  43.     The lines in the header are what defines the FidoNetì
  44. message. 
  45.  
  46.     from:
  47.     to:
  48.     on:     one or more FidoNet nodes to send to
  49.  
  50.     (only one of the following)
  51.  
  52.     subj:    message subject
  53.     file:    one or more files for file attach
  54.     files:    same as file:
  55.  
  56.     (optionally one or more of the following)
  57.  
  58.     option: (list of options)
  59.     options: (list of options)
  60.  
  61.     These four lines can appear in any order, and may haveì
  62. blank lines between them, and may have leading spaces. They canì
  63. be in upper or lower case (FROM:, from: and From: are all OK) butì
  64. the colon: MUST be there. 
  65.  
  66.     Put at least one space (tab, comma, etc) after eachì
  67. keyword, so FidoMail can find them.
  68.  
  69.  
  70.     The From: and To: fields are what you think they are.ì
  71. Lines too long will be truncated to fit the FidoNet messageì
  72. format.
  73.  
  74.     The On: line is the list of FidoNet systems to send thisì
  75. message to. You can specify any number of nodes here, as long asì
  76. it fits on a line. The usual kinds of numbers can be entered:
  77.  
  78.     1, 2, 3, 4, 5 ... 99        nodes in your net
  79.  
  80.     125/2 77/88 1/0            specific net/node
  81.  
  82.     3:1/345                a node in Australia
  83.  
  84.     Only one Subj:, File: and Files: line can be used in oneì
  85. message. Use Subj: for most ordinary messages. File: and Files:ì
  86. are used to do FidoNet File Attaches. FidoMail will not stop youì
  87. from entering a Subj: line followed by a File: line, or viceì
  88. versa, but please realize that things may not work as you plan.ì
  89. You cannot have both. File: following Subj: will be as if Subj:ì
  90. was never entered, but Subj: following File: will replace theì
  91. list of attached filenames with the contents of the Subj: line.
  92.  
  93.     The Option: line is how certain FidoNet message optionsì
  94. are entered. There can be any number of option lines, and eachì
  95. can contain one or more option words:
  96.  
  97.     Kill    means    (KILL/SENT)
  98.     Private means    (PRIVATE)
  99.  
  100.     These can be abbreviated to their first letter.
  101.