home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / va210.zip / VUUCP.DOC < prev    next >
Text File  |  1997-02-05  |  31KB  |  739 lines

  1.  
  2.          VUUCP
  3.          ═════
  4.  
  5.                 VUUCP.EXE is the UUCP network software provided with
  6.          Virtual Advanced software.  It allows for UUCP type network
  7.          operations with the world-wide Internet.  It might even be used
  8.          to connect to alternative and/or private UUCP type networks.
  9.          VUUCP is complete -- there is no other mailer or software
  10.          needed, and set-up couldn't be simpler.  VUUCP will even let
  11.          your site be a UUCP server to other sites.
  12.          
  13.                Virtual Advanced features an extremely sophisticated
  14.          version of VUUCP.EXE which can gate email between the Internet
  15.          and the other networks, gate newsgroups between the Internet
  16.          and other networks, and can even toss (unpack) mail in
  17.          the background, so it doesn't tie up a serial port/modem.
  18.  
  19.                With VUUCP, it's easy to gate email and messages:
  20.          
  21.          Internet <--> VirtualNET-type
  22.          Internet <--> FIDOnet                        (messages only)
  23.          Internet <--> QWK type net                   (messages only)
  24.          
  25.          VUUCP.EXE COMMAND LINE USAGE
  26.          ════════════════════════════
  27.  
  28.                 Note that <ch> refers to Virtual Advanced Channel Number, 
  29.          and that if the NETWORKID= is omitted, NETWORKID=9 is assumed.
  30.          
  31.          VUUCP <ch> /U NETWORKID=9
  32.  
  33.          Update any outgoing mail.  Automatically called by VME as needed.
  34.          
  35.          VUUCP <ch> /R NETWORKID=9
  36.          
  37.          Pull in data received by remote.
  38.          (Automatically run when data is received after a net call.)
  39.  
  40.          VUUCP <ch> /D<full system name> NETWORKID=9
  41.  
  42.          Dial into the specified system.
  43.  
  44.          VUUCP <ch> /A NETWORKID=9
  45.  
  46.          Used to handle an incoming UUCP call-in.  Use of this option
  47.          requires script programming.
  48.  
  49.          VCONFIG SET-UP FOR VUUCP
  50.          ════════════════════════         
  51.          
  52.                 When setting up a UUCP based network using VCONFIG, you 
  53.          will be given the following choices:
  54.           
  55.          1) System Address: 
  56.  
  57.          This is where you enter your full Internet address.
  58.          (Example: mybbs.myhost.com)
  59.  
  60.          2) Spool Directory: 
  61.  
  62.          This setting specifies the directory to be used by this network for
  63.          storage of outgoing mail, and temporary storage for incoming data.
  64.          (Example: C:\SPOOL) 
  65.  
  66.          Directories will be created beneath this directory automatically,
  67.          on an as-needed basis.
  68.  
  69.          3) Max Receive Packet
  70.  
  71.          This sets the maximum size for UUCP data packets to be received 
  72.          by your system.  You should always set this value to 2048.
  73.  
  74.          4) Allow Newsgroup Refeed
  75.  
  76.          If you plan on refeeding newsgroups to downstream sites,
  77.          then this setting must be set to Yes.
  78.  
  79.          If you don't plan on refeeding newsgroups to downstream sites,
  80.          then tossing is optimized by setting this parameter to No.
  81.          
  82.          5) Strip RFC822 Header Data
  83.  
  84.          If set to Yes, then RFC822 Header Data will automatically
  85.          be stripped from messages before they are written to your
  86.          Virtual Advanced databases (email/message areas).
  87.  
  88.          If set to No, then the header data is left intact.
  89.  
  90.          This setting does not affect email or messages being
  91.          rerouted or refed to other sites.
  92.          
  93.          6) Suffix Address Solution
  94.  
  95.          This setting should always be left at "Not Used" unless you
  96.          are specifically directed to put something here by your
  97.          UUCP provider *and* your UUCP provider is another
  98.          Virtual Advanced BBS running VUUCP 3.00 or higher.
  99.          
  100.          D) Edit Remote List
  101.  
  102.          This choice lets you edit the list of systems you are connected to.
  103.          Many of you will only have one system in this list -- this one 
  104.          system being your Internet Service Provider.  However, you
  105.          may have up to 200 systems listed in your remote list. IMPORTANT
  106.          NOTE: The very first system listed in the remote list must
  107.          be your main hub for Internet email -- usually your main ISP.
  108.  
  109.          There are 5 settings for each remote system you connect with:
  110.          
  111.          1) System Address
  112.  
  113.          The full Internet address of the remote system.
  114.  
  115.          2) Phone Number
  116.  
  117.          The data phone number, as it needs to be dialed, to call this system.
  118.  
  119.          3) Wait-For #1
  120.  
  121.             Send #1
  122.  
  123.          4) Wait-For #2
  124.  
  125.             Send #2
  126.  
  127.          Typically this sequence is used to complete the "Login:" part 
  128.          (Wait-For #1/Send #1) and "Password:" part (Wait-For #2/Send #2)
  129.          of the login process during an outgoing net call to a UNIX-based 
  130.          host.
  131.  
  132.          If you connect to a UNIX or Waffle-based UUCP site, you'll need the 
  133.          "Wait-For" and "Send" fields to "login" to the remote site when you 
  134.          place a net call, sort of like a regular user.
  135.          
  136.          The difference is that UNIX will detect your account as being a 
  137.          systems mail account, and will automatically start-up the UUCP 
  138.          mail session as soon as you're logged in.
  139.          
  140.          (Your account login ID and password are provided to you by your 
  141.          Internet Service Provider, and are not related to your Internet 
  142.          system address.  Provider's require logins/passwords to prevent
  143.           unauthorized use of your systems mail account, and to facilitate
  144.          billing.)
  145.      
  146.          Example:
  147.  
  148.          Wait-For #1: ogin: 
  149.          Send #1:     mybbs 
  150.          Wait-For #2: word: 
  151.          Send #2:     mybbspw
  152.  
  153.          Waits for the word "ogin:" (as in "Login:" or "login:") and then 
  154.          sends "mybbs" plus a carriage return.  Then, waits for the word 
  155.          "word:" (as in "Password:" or "password:") and then sends "mybbspw" 
  156.          plus a carriage return.
  157.  
  158.    NOTE: The above login provisions will be sufficient for the vast
  159.          majority of the users of this software.  If you need something
  160.          more complex to login to your Internet/UNIX host, an optional
  161.          login "macro" capability is provided.  See section ADVANCED 
  162.          OPTIONS for more information.
  163.         
  164.          5) Knows *Us* As:
  165.  
  166.          When you call into an Internet site to pickup your mail, after
  167.          the login/password sequence, your system must identify itself
  168.          to the host.  Some systems require the full Internet address
  169.          (eg "mybbs.win.net").  Most systems, particularly UNIX ones,
  170.          want to see only the first part of our name up to the first 
  171.          period, maximum 7 characters, eg "mybbs.win.net" -> "mybbs".
  172.  
  173.          This field, therefore, controls how *your* system identifies
  174.          itself to this particular remote system during a net callout
  175.          to the remote system.
  176.   
  177.          By default, VCONFIG will try to "guess" the proper data to put
  178.          into this field whenever you add a new remote system to the remote
  179.          system list.  VCONFIG should guess correctly about 90% of the time.
  180.  
  181.          The important thing to remember is that different UUCP hosts are
  182.          going to have different requirements for logging into the system
  183.          and then for system identification during the actual network
  184.          identification handshake.
  185.  
  186.          You should try the VCONFIG-supplied default for this field.
  187.          However, if you receive the message:
  188.  
  189.          "You are unknown to me" 
  190.  
  191.          during a net-callout, this might be an indication that you need 
  192.          to fiddle with this field.  (It could also be an indication that your
  193.          service provider hasn't set-up your UUCP mail account yet!)
  194.  
  195.          The important thing to remember is that different UUCP hosts are
  196.          going to have different requirements for logging into the system
  197.          and then for system identification during the actual network
  198.          identification handshake.
  199.  
  200.          If in doubt, contact your service provider; they should be able
  201.          to tell you what is proper to enter for this field.
  202.  
  203.          6) News Server Alias:
  204.  
  205.                This field is very important!  Often times, the system name
  206.          of your Internet Service Provider's news server is different than 
  207.          their main name.  For example, a provider might have you calling 
  208.          into isp.net, but the news server computer is actually called 
  209.          something else such as news.isp.net.  Also, some providers don't 
  210.          even run a news server on premises but rather they "job it out" 
  211.          to someone else.
  212.          
  213.                If you look at a Newsgroup posting, at the top of the message 
  214.          in the header data, you'll see a line that starts out "Path:" and on 
  215.          the line will be a list of systems such as:
  216.          
  217.          Path: news.alt.net!news1.alt.net!news.u.washington.edu
  218.  
  219.          In the above example, "news.alt.net" is the News Server
  220.          Alias we are interested in.  If this were the Path: line
  221.          received, then news.alt.net would be the proper News Server 
  222.          Alias to configure in this field.
  223.  
  224.          IF IN DOUBT, TRY TO RETRIEVE A LIMITED NUMBER OF MESSAGES
  225.          FROM YOUR PROVIDER, AND EXAMINE THE PATH: FIELDS.  THE
  226.          FIRST SYSTEM LISTED IN THE PATH: LINE IS WHAT MUST
  227.          GO IN THIS FIELD.  FAILURE TO DO THIS PROPERLY WILL CAUSE YOUR
  228.          SITE TO RELOOP ALL RECEIVED MESSAGES BACK ONTO THE INTERNET,
  229.          WHERE THEY WILL LIKELY BE THROWN AWAY BY YOUR ISP BEFORE
  230.          THEY DO ANY REAL HARM.
  231.  
  232.          If the system being set up here is another Virtual Advanced
  233.          system running VUUCP 3.00 or higher, then this field can
  234.          be left blank, because for Virtual Advanced/VUUCP, the sites'
  235.          main address is always the same as the sites' news server address.
  236.          
  237.          7) Options:
  238.  
  239.            (a) Default News Server
  240.  
  241.                Setting this to Yes indicates that this site is
  242.                your only upstream source for Newsgroup postings.  
  243.                By enabling this setting, you do not need to include
  244.                this site in NEWSFEED.LST.
  245.  
  246.                If you get your news from multiple upstream sources, 
  247.                then you must set this field to No.
  248.  
  249.            (b) Automatic Dialout Option
  250.                
  251.                This controls how VME automatically dials this site
  252.                for UUCP-type network calls.  The possibilities are:
  253.              
  254.                Disabled     - No Automatic Polling
  255.                Daily/LD     - Long Distance, Once Per Day
  256.                Daily/Local  - Local Call, Once Per Day
  257.                Hourly/Local - Local Call, Once Per Hour
  258.  
  259.                Note that "Long Distance" implies that dialouts should occur
  260.                only during cheap long distance periods, such as 11 pm to 
  261.                7 am.  Local calls, on the other hand, are permitted at any 
  262.                time of day, however only once per day or per hour as set by 
  263.                the sysop.
  264.  
  265.          SETTING UP EMAIL ON YOUR BBS
  266.          ════════════════════════════
  267.  
  268.                 There is nothing extra you need to do, beyond the initial
  269.          VUUCP set-up described above, to be able to send and receive
  270.          Internet Email.  There is nothing further you must do to be
  271.          able to GATE email to other networks, either.
  272.  
  273.                 Each user, though, must send an initial email to
  274.          "fire up" their Internet email handle.  In other words, the
  275.          first time someone sends mail through VUUCP, a unique
  276.          handle is generated for them so that return replies will
  277.          find them.  It is recommended that they send mail to:
  278.  
  279.          mailid@your.address
  280.  
  281.          where your.address is replaced by your actual Internet address.
  282.          This mail will be loop-ed back to your BBS without going out
  283.          over the Internet, but will accomplish the task of assigning
  284.          the user a unique handle.  
  285.  
  286.          SETTING UP INTERNET NEWSGROUPS ON YOUR BBS
  287.          ══════════════════════════════════════════
  288.  
  289.                 Newsgroups can be quickly and easily set-up using the 
  290.          included VMB utility program.  Make sure you have ASCII file
  291.          NEWSGRP.9 installed in your DATA directory for VMB to function
  292.          properly.  NEWSGRP.9 is the file containinng the newsgroup
  293.          listings.
  294.  
  295.                 An alternative method to newsgroup set-up is to use 
  296.          VCONFIG to manually set-up/edit each database entry.  In this
  297.          case, you would use the DATABASE CONFIGURATION portion of
  298.          VCONFIG to display/edit a DATABASE CONFIGURATION ENTRY. At 
  299.          this point, selecting the field "(G) Networks Configuration"
  300.          would let you manually do what VMB does automatically.
  301.          A typical newsgroup name looks like:
  302.  
  303.                alt.bbs
  304.                biz.comp.hardware
  305.                comp.sys.ibm-pc
  306.          
  307.                 To GATE an Internet newsgroup, you merely set-up its
  308.          DATABASE COFIGURATION ENTRY to show that the field 
  309.          "(G) Networks Configuration" shows multiple networks --
  310.          Internet, and the other network(s) you want to GATE to/from.
  311.          For example, you might see:
  312.  
  313.               Internet=alt.bbs
  314.               VirtualNET=100000
  315.  
  316.          This means that this particular message base is a gateway
  317.          between Internet's alt.bbs newsgroup, and VirtualNET's
  318.          message sub number 100000.
  319.          
  320.          REDIRECTING INTERNET EMAIL TO A PUBLIC MESSAGE BASE
  321.          ═══════════════════════════════════════════════════
  322.  
  323.                 From time to time, it may become necessary to redirect
  324.          email to a certain userid on your system to a public message
  325.          base instead of to the email database.  You must use VCONFIG 
  326.          to manually set up this feature. (See the section previous 
  327.          SETTING UP INTERNET NEWSGROUPS for more info on manually 
  328.          editing Database Network Configuration.)  A typical configuration 
  329.          entry in this case might be:
  330.  
  331.          specialdata,virtual.win.net
  332.  
  333.          Email addressed to user "specialdata" will instead be directed
  334.          to the message base.  Replies posted to the message base by BBS
  335.          users will be sent to the host specified ("virtual.win.net").  
  336.          Our example  would send the new posts (replies) to 
  337.          specialdata@virtual.win.net.
  338.          
  339.          Tip: If you desire that no replies be sent, then set the host
  340.          part to none, example:
  341.          
  342.          specialdata,none
  343.  
  344.          SETTING UP DOWNSTREAM CONNECTIONS
  345.          ═════════════════════════════════
  346.  
  347.                 Once you are comfortable with VUUCP networking with
  348.          your ISP(s) (your upstream connections) sending and receiving
  349.          email and newsgroups on your BBS, you may decide to offer
  350.          the service to other sites (your downstream connections).
  351.  
  352.                 In order to host other sites for email, your site
  353.          must have either a registered domain name (ex: yoursite.com)
  354.          of its own, or hang off the registered domain of your Internet 
  355.          Service Provider (ex: yoursite.isp.com). 
  356.          
  357.          For purposes of a simple example, let us assume you have a 
  358.          registered domain name of "yoursite.com" and that you want 
  359.          to carry two downstream connections:
  360.          
  361.          joesbbs.yoursite.com
  362.          ourowndomain.com
  363.  
  364.          joesbbs.yoursite.com is an example of hanging a site off of
  365.          your own domain name.  This is where you have control to assign
  366.          systems names, based on your domain.  The only limitation is
  367.          that the first part of the address (up to the first period)
  368.          is limited to 7 characters or less, and all names must be
  369.          unique (ie no two systems can have the same first 7 characters
  370.          in their system name).
  371.          
  372.          ourdomamain.com is an example of a site you feed which has its
  373.          own domain name.
  374.  
  375.          For another example, let's assume your site is hanging off your 
  376.          provider's domain, with an address of "yoursite.isp.com" and you
  377.          want to carry two downstream connections.  This is how it might
  378.          be done:
  379.          
  380.          joesbbs.yoursite.isp.com
  381.          ourowndomain.com
  382.  
  383.          You may have up to 200 systems in the remote list.  With one
  384.          of those used for your ISP, that means you can set-up up to
  385.          199 downstream connections.
  386.          
  387.          The procedure for adding a new downstream connection is as
  388.          follows:
  389.  
  390.          (1)
  391.          Following the directions presented earlier in this doc, you must
  392.          use VCONFIG to add them to your remote list. They must NOT be 
  393.          listed first in the list -- that is where the entry for your ISP goes.
  394.          Note the "Short Name" assigned to the site by VCONFIG on the screen.
  395.  
  396.          (2)
  397.          If they will be calling your BBS to transfer mail, create a user 
  398.          account for them on the BBS, using the "Short Name" as the Handle.
  399.          Edit the account so that the User Flag "U" is Turned ON.
  400.          Make sure to set an appropriate password.
  401.  
  402.          HOW DO I GET MY ISP TO RECOGNIZE DOWNSTREAM SITES
  403.          ═════════════════════════════════════════════════
  404.  
  405.                 Internet Service Providers control the routing of
  406.          email by use of MX records.  MX is short for Mail eXchange.
  407.          In order for mail destined for downstream sites to be
  408.          routed to you, you must inform your provider to alter
  409.          your MX record to include the addresses of sites who
  410.          will be getting their email from you.
  411.  
  412.                 Typically, this is accomplished by sending email to
  413.          user "hostmaster" at your ISP.  Once the mail is being routed
  414.          to your site, VUUCP will then re-route it as necessary to the 
  415.          destination address via the rules of email routing.
  416.          
  417.          THE RULES FOR EMAIL ROUTING
  418.          ═══════════════════════════
  419.  
  420.                 When mail comes in from any source, VUUCP will use
  421.          the following rules to determine which system to pass the
  422.          mail to next in order for the mail arrive at its proper
  423.          destination:
  424.  
  425.          1. Direct Match
  426.  
  427.             The system addresses in the remote list are checked against
  428.             the "TO" information.  The first site to match exactly
  429.             gets the mail.  
  430.             
  431.             For example, mail to anyuser@joesbbs.yoursite.com would be 
  432.             routed to joesbbs.yoursite.com for delivery.  Mail to 
  433.             anyuser@ourowndomain.com would be routed to ourowndomain.com
  434.             for delivery.
  435.  
  436.          2. Subdomain Match
  437.             
  438.             The system addresses in the remote list are checked against
  439.             the "TO" information.  The first site to match by domain
  440.             gets the mail.  
  441.             
  442.             For example, mail to anyuser@anysite.joesbbs.yoursite.com would 
  443.             be routed to joesbbs.yoursite.com for delivery.  Mail to 
  444.             anyuser@anysite.ourowndomain.com would be routed to 
  445.             ourowndomain.com for delivery.
  446.  
  447.          3. Routed To ISP (First System In Remote List)
  448.  
  449.             Any message not routable by Method 1 or Method 2 is
  450.             routed to your main provider for further routing.
  451.          
  452.             NOTE: The very first system listed in the remote list must
  453.             be your main hub for Internet email -- usually your main ISP.
  454.  
  455.          THE RULES FOR NEWSGROUP REFEED
  456.          ══════════════════════════════
  457.  
  458.                Newsgroup refeed is governed by a control file you
  459.          set-up in your Spool Directory called NEWSFEED.LST.
  460.          NEWSFEED.LST is an ASCII text file in the format:
  461.  
  462.          <newsgroup> <system address> <system address> ... <system address>
  463.  
  464.          Example:
  465.  
  466.          rec.humor.funny joesbbs.yoursite.com
  467.  
  468.          You may put in as many entries as you like to cover as many
  469.          newsgroups as needed.  Initially, you need only to enter
  470.          in the newsgroup name on a line by itself.  
  471.          
  472.          Example:
  473.  
  474.          rec.humor.funny
  475.          alt.test
  476.          alt.bbs
  477.          
  478.          If you've selected a system as your Default News Server (remote
  479.          list configuration option described in an earlier section), 
  480.          it should NOT be listed at all in NEWSFEED.LST.  
  481.          
  482.          The Default News Server is automatically assumed as connected to 
  483.          all newsgroups. This also includes newsgroups which you have on
  484.          your BBS that aren't listed in NEWSFEED.LST -- so the messages
  485.          posted by BBS users will be posted back upstream as appropriate.
  486.          
  487.          If you've not selected a system as your Default News Server 
  488.          (remote list configuration option described in an earlier section), 
  489.          then it should be listed in NEWSFEED.LST.
  490.  
  491.          Once the initial set of lines is put in, your downstream
  492.          feeds can add/drop themselves from the file automatically
  493.          without bothering you.  To do this they must send email
  494.          to user "newsfeed" at your site, and in the text of the
  495.          message, put in subscribe and/or signoff commands:
  496.          
  497.          subscribe alt.bbs
  498.          subscribe alt.test
  499.          signoff rec.humor.funny
  500.  
  501.          The only sites allowed to alter NEWSFEED.LST are systems
  502.          that are configured in the remote list -- in other words,
  503.          your upstream/downstream connections.
  504.          
  505.          Newsgroup refeed is also governed by the "Path:" line of the
  506.          incoming message.  A message will not be fed to a site whose
  507.          name already appears in the Path: line.  In additon to checking
  508.          the Path: line against the remote site's Main System Address,
  509.          checking is also performed against the News Server Alias field.
  510.          
  511.          HOSTING INTERNET MAILING LISTS
  512.          ══════════════════════════════
  513.                
  514.                Internet Mailing Lists are like a way of hosting a
  515.          special-interest discussion without the pain of creating
  516.          a newsgroup.  Email posted to the list are sent to all
  517.          members on the list.  Any member of the list can post
  518.          to the list -- unless you set it up to be a read-only
  519.          list.  Anyone on the Internet can subscribe to your mail 
  520.          list.  Anyone on your BBS can host the mail list.
  521.          
  522.          Mail List refeed is governed by a control file you set-up in 
  523.          your Spool Directory called LISTSERV.LST.  LISTSERV.LST is an 
  524.          ASCII text file in the format:
  525.  
  526.          <listname> <email address> <email address> ... <email address>
  527.  
  528.          Example:
  529.  
  530.          VADV-L rdegraaf@virtualc.com rdegraaf@virtual.win.net
  531.          
  532.          You may put in as many entries as you like and host as many
  533.          mail lists as desired.  Initially, you need only to enter in
  534.          the mail list name plus your email address on a line by itself.  
  535.          
  536.          Example:
  537.  
  538.          VADV-L rdegraaf@virtualc.com
  539.  
  540.          Note: The first user on the list is considered the mail-list owner.
  541.          Putting -R as the last two characters of the list name make the list
  542.          a read-only list, where only the owner of the list can make postings.
  543.          Example:
  544.  
  545.          VADV-R rdegraaf@virtualc.com
  546.          
  547.          Once the initial set of data is put in, users all over the world
  548.          can add/drop themselves from the file automatically without 
  549.          bothering you.  To do this they must send email to user "listserv" 
  550.          at your site, and in the text of the message, put in subscribe 
  551.          and/or signoff commands:
  552.  
  553.          subscribe VADV-R
  554.          subscribe VADV-L
  555.          signoff OLDLIST
  556.          
  557.          SETTING UP VUUCP FOR USE WITH VIRTUAL INTERNET SURVIVAL KIT
  558.          ═══════════════════════════════════════════════════════════
  559.  
  560.                 When used with VISK, VUUCP functions only to toss the
  561.          outgoing and incoming mail and news.  The UUCP transfer mechanism
  562.          is not used, and instead SMTP & POP3 are used to handle the email,
  563.          with NNTP handling newsgroups.
  564.  
  565.                 Configuration of VUUCP is the same as usual; you
  566.          will need to configure a dialing-entry for the Internet
  567.          site that you will use for your SMTP/POP3/NNTP services,
  568.          however, instead of entering a phone number, you will
  569.          enter in directory path information.
  570.  
  571.                 Note that either VUUCP UUCP -or- VISK SMTP/POP3/NNTP
  572.          can be used to tie your site to your Main Internet Service 
  573.          Provider, with all other connections to other systems upstream 
  574.          and downstream being VUUCP UUCP.
  575.          
  576.                 For more detailed instructions, please consult the VISK
  577.          documentation.
  578.          
  579.          ADVANCED OPTIONS
  580.          ════════════════         
  581.  
  582.                 The features described hereafter are optional, and unneeded
  583.          in most cases.
  584.  
  585.       *  Setting Up A TWIT.LST File
  586.  
  587.          It is possible to have VUUCP optionally pre-screen your email
  588.          and newsgroup postings, to prevent annoying or irrelevant
  589.          data from taking up space on your hard drive.
  590.  
  591.          The ASCII text file, TWIT.LST, is where you can configure
  592.          the pre-screening capabilities of VUUCP.  TWIT.LST should
  593.          be created in the Virtual Advanced DATA Directory.  Each 
  594.          line of the text file is one entry, and you may put in up 
  595.          to 50 entries.
  596.  
  597.          An entry might be a senders address (email), or a word or 
  598.          phrase in the subject line (newsgroups).
  599.          
  600.          Email:
  601.  
  602.          For email, you can screen by the address of the SENDER.
  603.          
  604.          You may screen out specific user addresses:
  605.          joeuser@somesite.com
  606.          
  607.          And even mask off entire sites:
  608.          *@junkmailer.com
  609.  
  610.          SENDERs who have been screen out will have their mail
  611.          returned to them, rejected. 
  612.  
  613.          Newsgroups:
  614.  
  615.          Newsgroup postings can be screened by the SUBJECT line.
  616.          You might use this feature to help screen out the many
  617.          "Fast CASH" and "GET RICH" postings which now blanket
  618.          the Internet daily. 
  619.          
  620.          Example entries might look like this:
  621.          
  622.          fast cash
  623.          cash fast
  624.          get rich
  625.          make money
  626.          fa$t 
  627.          ca$h
  628.  
  629.          Newsgroup postings which are killed by SUBJECT content
  630.          are simply thrown away into the proverbial bit bucket.
  631.          
  632.          An example TWIT.LST file might look like:
  633.          
  634.          joeuser@somesite.com
  635.          *@junkmailer.com
  636.          fast cash
  637.          cash fast
  638.          get rich
  639.          make money
  640.          fa$t 
  641.          ca$h
  642.          
  643.       *  Extended Login Macro Script
  644.  
  645.          If you need more versatility to login to your Internet
  646.          Service Provider you must create a text file called MACRO.TXT
  647.          in the storage directory for that particular system.  For example,
  648.          suppose your Spool directory is set to C:\SPOOL, and your
  649.          host is myhost.myprovider.com.  The directory where you would
  650.          place MACRO.TXT is C:\SPOOL\MYHOST (a directory VUUCP
  651.          has automatically created for you already, assuming you've run
  652.          VUUCP at least once since configuration.) 
  653.   
  654.          The format of the MACRO.TXT file ASCII text with one commmand 
  655.          per line.   Allowable commands are SEND, WAIT, and WAITFOR, and 
  656.          they use the following syntax:
  657.          
  658.          SEND <string to transmit>
  659.  
  660.            Examples:
  661.  
  662.            SEND ThisString                   
  663.  
  664.            SEND Hello{
  665.   
  666.            The SEND command automatically replaces the "{" character with
  667.            a carriage return.
  668.  
  669.          WAIT <number of seconds>
  670.  
  671.            Examples:
  672.  
  673.            WAIT 2
  674.  
  675.            WAIT 4
  676.  
  677.            Waits the number of seconds specified.
  678.          
  679.          WAITFOR <waitfor string>,<send string>
  680.  
  681.            Examples:
  682.  
  683.            WAITFOR prompt:,myname
  684.            WAITFOR ogin:,mysystem
  685.  
  686.            With WAITFOR, the string to be sent will have a carriage return
  687.            automatically appended at the end.
  688.  
  689.          When the last line of MACRO.TXT has been executed, VUUCP proceeds
  690.          to the built-in Waitfor/Send pairs unless you've disabled them.
  691.  
  692.       *  VUUCP /R command line option
  693.  
  694.          This function might be used to "import" standard Internet
  695.          Message Format mesages received via a different source/method
  696.          into the BBS.  In other words, you'd copy the files you wanted
  697.          to import into your SPOOL\TMP directory, and simply execute:
  698.  
  699.          VUUCP 1 /R NETWORKID=9
  700.          VME 1 /TOSS
  701.  
  702.      *   Using VUUCP to import messages received via Planet Connect
  703.  
  704.          A special command line option has been added to make importing
  705.          Internet newsfeeds received via Planet Connect as simple as possible.
  706.          The Planet Connect software delivers to you a file with the
  707.          name PCUSENET.xxx where xxx is a sequence number.  Simply copy 
  708.          the received PCUSENET.xxx file to your VUUCP SPOOL directory,
  709.          and from your main directory execute:
  710.   
  711.          VUUCP 1 /PC NETWORKID=9
  712.   
  713.          IMPORTANT: The PCUSENET.xxx file is a 2.04g ZIP format file, 
  714.          and VUUCP will call upon PKUNZIP.EXE to unzip it for you 
  715.          automatically.  Make sure you have an accessable 2.04g version 
  716.          (or newer) PKUNZIP.EXE!
  717.  
  718.      *   Troubleshooting
  719.  
  720.          Still not able to make it work?  Try adding either of the
  721.          following lines to your DATA\NET.9 file.  This is an ASCII
  722.          file which contains your Internet main configuration information.
  723.          You can edit this file with MSDOS EDIT or similar text editor
  724.          or word processor in PLAIN TEXT mode.
  725.  
  726.          First try:
  727.  
  728.          debuglevel=2
  729.  
  730.          And if that doesn't give enough information, try:
  731.  
  732.          debuglevel=3
  733.  
  734.          Both will adversely affect program performance, but you will
  735.          get more information in the VUUCP.LOG file for study in solving
  736.          your problem.  These lines should, of course, be removed
  737.          once you've solved the problem.
  738.  
  739.