home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / SXUUCP20.ZIP / INTERNET.FRM < prev   
Text File  |  1993-07-27  |  5KB  |  145 lines

  1. ; ----------------------------------------------------------------------
  2. ;                 Silver Xpress Mail/Forms/Fax System
  3. ;             (c) copyright 1990-1993 Santronics Software
  4. ; ----------------------------------------------------------------------
  5. ; AUTHOR     : Hector Santos
  6. ; DEFINITION : Internet Mail Form
  7. ; DATE       : 07-10-1993 16:26:20
  8. ; ----------------------------------------------------------------------
  9.  
  10.  
  11. ; STORAGETYPE defines how Xpress Forms will store the message in the reader,
  12. ; either in flat file text format (TEXT) or as a FSTC-1 Fidonet file (FIDO).
  13.  
  14. STORAGETYPE  FIDO
  15.  
  16. ; If you define the storagetype as FIDO, then you must define the area
  17. ; number where the file will be stored. Use the NETMAIL keyword, if you
  18. ; want the reader to create the message in the NETMAIL area for your
  19. ; BBS. This makes sure the Xpress Reader will always use the right area
  20. ; number.
  21.  
  22. AREANUM      NETMAIL
  23. ;
  24. ; If you define a storagetype of TEXT, then you must define the name of
  25. ; the text file.  This is better suited for applications where you have
  26. ; a specific processor defined at the host site.
  27. ;
  28. ; Even if you have a FIDO storage type, you must define a temporary
  29. ; storage file.
  30. ;
  31.  
  32. STORAGE       INTERNET.TXT
  33.  
  34. MAILTYPE      NET
  35.  
  36. ; YOU MUST PUT YOUR UCCP HOST ADDRESS IN THE DEST_NETMAIL
  37.  
  38. DEST_NETMAIL  1:135/292
  39.  
  40. ; Put your address here or use HOSTADDRESS to tell the Xpress reader to
  41. ; use your primary address passed to the reader. Of cause, you may hardcode
  42. ; it;
  43.  
  44. ORIG_NETMAIL  HOSTADDRESS
  45.  
  46. FROM_WHOM     USERNAME
  47. SUBJECT       #2
  48. TO_WHOM       UUCP
  49.  
  50. ; netmail attributes for storagetype FIDO. Uncomment the ones you want.
  51.  
  52. ;PRIVATE                      ; Force a private message.
  53. ;CRASHMAIL                    ; Send message during crash hours
  54. ;IMMEDMAIL                    ; a FD attribute to send mail NOW!
  55. ;ATTACHFILE                   ; a file is attached (file name in subject line).
  56. ;REQUESTFILE                  ; request a file (file name in subject line).
  57. ;KILLSEND                     ; kill message after sent
  58. ;FORCEINTL                    ; force the ^INTL kludge line in message.
  59.  
  60. ; the message body of a XPRESS FORMS message is in 3 parts, a PROLOG, a
  61. ; TEXT and a EPILOG.
  62.  
  63. PROLOG  INTERNAL
  64. TO:&F1&
  65.  
  66. ENDBLOCK
  67.  
  68. TEXT         EDITOR INTERNAL
  69.  
  70. EPILOG INTERNAL
  71.  
  72. Via Silver Xpress Internet Gateway
  73. ENDBLOCK
  74.  
  75. ; The old INTERNET.WIN data entry screen outline file is no longer required
  76. ; for this version of SXUUCP20
  77. ;;;; OUTLINE      INTERNET.WIN
  78. ;;;; HELPFILE          ; no help file available
  79.  
  80. WINDOW       9,5,76,13,31,31,31
  81. TITLE        [ Send Mail to InterNet. Press F2-List, F3-Quit, F10-Save ]
  82.  
  83. CHOICELIST INTERNAL
  84. *UUCP
  85. SAMPLE LIST OF ADDRESSES. IF YOU SELECT ONE, REMOVE DESCRIPTION
  86. president@whitehouse.gov         - Our Prez!
  87. vice-president@whitehouse.gov    - Our Veep!
  88. wais@oes.orst.edu                - Commodity reports by USDA
  89. drewwe@synmorva.bitnet           - Agriculture and related subjects
  90. wais@esusda.gov                  - USDA research services
  91. farrell@coral.cs.jcu.edu.au      - Technical reports in CS
  92. ml-repository@ics.uci.edu        - Repository of machine learning
  93. cert@cert.sei.cmu.edu            - Computer Emergency Response Team
  94. gnu@prep.ai.mit.edu              - Free Software Foundation
  95. isaac@isaac.engr.washington.edu  - Info service for IBM customers
  96. akers@next2.oit.unc.edu          - FAQ about NeXt computers
  97. bookquestions@ora.com            - O'Reilly and Assoc. book catalogs
  98. mitch@yahoo.cirrus.com           - Compilation of UNIX/C book titles
  99. l.r.a.melton@vax.acs.open.ac.uk  - Intl Center for Distance Learning
  100. husch@wuarchive.wustl.edu        - Software Teaching of Mathematics
  101. jrs@cerc.wvu.wvnet.edu           - Concurrent engineering
  102. cogs@flint.mines.colorado.edu    - Computer Oriented Geological Society
  103. tif@nihcu.bitnet                 - Natl Archives Ctr Electronic Records
  104. willem@lawmail.law.columbia.edu  - Library of Congress
  105. willem@lawmail.law.columbia.edu  - Columbia Law Library Catalog
  106. bl.ric@rlg.stanford.edu          - Research libraries Info Netwk
  107. isoc@nri.reston.va.us            - Internet Society
  108. shaheen@eve.assumption.edu       - Internet Chess, play chess
  109. yee@ames.arc.nasa.gov            - Scuba diving information
  110. archivist@archive.orst.edu       - ARCHIE file index
  111. yanoff@csd4.csd.uvm.edu          - List of Internet services
  112. farrell@coral.cs.jcu.edu.au      - Science fiction reviews
  113. mhpower@athena.mit.edu           - List of Internet WHOIS servers
  114. ENDBLOCK
  115.  
  116. ; Define the fields and prompts for the form. Defining the prompts here
  117. ; eliminates the need (although harder to implement) to create binary
  118. ; outline files.
  119.  
  120. FIELD 1
  121.    PROMPT     Enter the user's address as it is known in the Internet Network
  122.    PXPOS      2
  123.    PYPOS      2
  124.    FIELDTYPE  A 45
  125.    XPOS       2
  126.    YPOS       3
  127.    PATTERN    LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL
  128.    ATTRIBUTE  30 112 30
  129.    FORCE      TRUE
  130.    CHOICEKEY  *UUCP
  131. ENDFIELD
  132.  
  133. FIELD 2
  134.    PROMPT     Message Subject  :
  135.    PXPOS      2
  136.    PYPOS      5
  137.    FIELDTYPE  A 45
  138.    XPOS       2
  139.    YPOS       6
  140.    ATTRIBUTE  30 112 30
  141.    FORCE      TRUE
  142. ENDFIELD
  143.  
  144.  
  145.