home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / comms / k / mailbot / !MBotUser_User_Script < prev    next >
Encoding:
Text File  |  1995-02-19  |  1.1 KB  |  42 lines

  1. # Global settings, used as defaults in 
  2. # box definitions. 
  3. #                                     
  4. botbox        mailbot                 
  5. thishost      tiffc.demon.co.uk       
  6. botnic        The TIFFC MailBot       
  7. replyto       fatbob@tiffc.demon.co.uk
  8. organisation  TIFFC                   
  9. title         Mailbot Request Results
  10. header        header
  11. footer        none
  12. logon                                 
  13. #                                     
  14. # Box definitions.
  15. #
  16. box three
  17.   title         1/3 About your request to the three MailBot.
  18.   send          three.info
  19.   title         2/3 A second file from the three MailBot.
  20.   send          three.two
  21.   title         3/3 A third file from the three MailBot.
  22.   send          three.three        
  23. endbox                             
  24.                                    
  25. box mailbot                        
  26.   title         MailBot Information
  27.   send          mailbot.info       
  28. endbox
  29.  
  30. box mbv
  31.   title         MailBot Version Information
  32.   send          mailbot.version
  33. endbox
  34.  
  35. box aboutme
  36.   organisation  Cakes n' Lard
  37.   title         All about Fat Blobby Bob esq.
  38.   send          aboutme.me
  39. endbox
  40.  
  41. end
  42.