home *** CD-ROM | disk | FTP | other *** search
- ; ----------------------------------------------------------------------
- ; Silver Xpress Mail/Forms/Fax System
- ; (c) copyright 1990-1993 Santronics Software
- ; ----------------------------------------------------------------------
- ; AUTHOR : Hector Santos
- ; DEFINITION : Internet Mail Form
- ; DATE : 07-10-1993 16:26:20
- ; ----------------------------------------------------------------------
-
-
- ; STORAGETYPE defines how Xpress Forms will store the message in the reader,
- ; either in flat file text format (TEXT) or as a FSTC-1 Fidonet file (FIDO).
-
- STORAGETYPE FIDO
-
- ; If you define the storagetype as FIDO, then you must define the area
- ; number where the file will be stored. Use the NETMAIL keyword, if you
- ; want the reader to create the message in the NETMAIL area for your
- ; BBS. This makes sure the Xpress Reader will always use the right area
- ; number.
-
- AREANUM NETMAIL
- ;
- ; If you define a storagetype of TEXT, then you must define the name of
- ; the text file. This is better suited for applications where you have
- ; a specific processor defined at the host site.
- ;
- ; Even if you have a FIDO storage type, you must define a temporary
- ; storage file.
- ;
-
- STORAGE INTERNET.TXT
-
- MAILTYPE NET
-
- ; YOU MUST PUT YOUR UCCP HOST ADDRESS IN THE DEST_NETMAIL
-
- DEST_NETMAIL 1:135/292
-
- ; Put your address here or use HOSTADDRESS to tell the Xpress reader to
- ; use your primary address passed to the reader. Of cause, you may hardcode
- ; it;
-
- ORIG_NETMAIL HOSTADDRESS
-
- FROM_WHOM USERNAME
- SUBJECT #2
- TO_WHOM UUCP
-
- ; netmail attributes for storagetype FIDO. Uncomment the ones you want.
-
- ;PRIVATE ; Force a private message.
- ;CRASHMAIL ; Send message during crash hours
- ;IMMEDMAIL ; a FD attribute to send mail NOW!
- ;ATTACHFILE ; a file is attached (file name in subject line).
- ;REQUESTFILE ; request a file (file name in subject line).
- ;KILLSEND ; kill message after sent
- ;FORCEINTL ; force the ^INTL kludge line in message.
-
- ; the message body of a XPRESS FORMS message is in 3 parts, a PROLOG, a
- ; TEXT and a EPILOG.
-
- PROLOG INTERNAL
- TO:&F1&
-
- ENDBLOCK
-
- TEXT EDITOR INTERNAL
-
- EPILOG INTERNAL
-
- Via Silver Xpress Internet Gateway
- ENDBLOCK
-
- ; The old INTERNET.WIN data entry screen outline file is no longer required
- ; for this version of SXUUCP20
- ;;;; OUTLINE INTERNET.WIN
- ;;;; HELPFILE ; no help file available
-
- WINDOW 9,5,76,13,31,31,31
- TITLE [ Send Mail to InterNet. Press F2-List, F3-Quit, F10-Save ]
-
- CHOICELIST INTERNAL
- *UUCP
- SAMPLE LIST OF ADDRESSES. IF YOU SELECT ONE, REMOVE DESCRIPTION
- president@whitehouse.gov - Our Prez!
- vice-president@whitehouse.gov - Our Veep!
- wais@oes.orst.edu - Commodity reports by USDA
- drewwe@synmorva.bitnet - Agriculture and related subjects
- wais@esusda.gov - USDA research services
- farrell@coral.cs.jcu.edu.au - Technical reports in CS
- ml-repository@ics.uci.edu - Repository of machine learning
- cert@cert.sei.cmu.edu - Computer Emergency Response Team
- gnu@prep.ai.mit.edu - Free Software Foundation
- isaac@isaac.engr.washington.edu - Info service for IBM customers
- akers@next2.oit.unc.edu - FAQ about NeXt computers
- bookquestions@ora.com - O'Reilly and Assoc. book catalogs
- mitch@yahoo.cirrus.com - Compilation of UNIX/C book titles
- l.r.a.melton@vax.acs.open.ac.uk - Intl Center for Distance Learning
- husch@wuarchive.wustl.edu - Software Teaching of Mathematics
- jrs@cerc.wvu.wvnet.edu - Concurrent engineering
- cogs@flint.mines.colorado.edu - Computer Oriented Geological Society
- tif@nihcu.bitnet - Natl Archives Ctr Electronic Records
- willem@lawmail.law.columbia.edu - Library of Congress
- willem@lawmail.law.columbia.edu - Columbia Law Library Catalog
- bl.ric@rlg.stanford.edu - Research libraries Info Netwk
- isoc@nri.reston.va.us - Internet Society
- shaheen@eve.assumption.edu - Internet Chess, play chess
- yee@ames.arc.nasa.gov - Scuba diving information
- archivist@archive.orst.edu - ARCHIE file index
- yanoff@csd4.csd.uvm.edu - List of Internet services
- farrell@coral.cs.jcu.edu.au - Science fiction reviews
- mhpower@athena.mit.edu - List of Internet WHOIS servers
- ENDBLOCK
-
- ; Define the fields and prompts for the form. Defining the prompts here
- ; eliminates the need (although harder to implement) to create binary
- ; outline files.
-
- FIELD 1
- PROMPT Enter the user's address as it is known in the Internet Network
- PXPOS 2
- PYPOS 2
- FIELDTYPE A 45
- XPOS 2
- YPOS 3
- PATTERN LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL
- ATTRIBUTE 30 112 30
- FORCE TRUE
- CHOICEKEY *UUCP
- ENDFIELD
-
- FIELD 2
- PROMPT Message Subject :
- PXPOS 2
- PYPOS 5
- FIELDTYPE A 45
- XPOS 2
- YPOS 6
- ATTRIBUTE 30 112 30
- FORCE TRUE
- ENDFIELD
-
-
-