home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / mail / uucp / 1561 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  49.8 KB

  1. Xref: sparky comp.mail.uucp:1561 news.answers:2224
  2. Path: sparky!uunet!airs!ian
  3. From: ian@airs.com (Ian Lance Taylor)
  4. Newsgroups: comp.mail.uucp,news.answers
  5. Subject: UUCP Internals Frequently Asked Questions
  6. Keywords: UUCP, protocol, FAQ
  7. Message-ID: <uucp-internals_711880203@airs.com>
  8. Date: 23 Jul 92 08:30:11 GMT
  9. Expires: 3 Sep 92 08:30:03 GMT
  10. Sender: news@airs.com
  11. Reply-To: ian@airs.com (Ian Lance Taylor)
  12. Followup-To: comp.mail.uucp
  13. Lines: 1132
  14. Approved: news-answers-request@MIT.Edu
  15. Supersedes: <uucp-internals_709430249@airs.com>
  16.  
  17. Archive-name: uucp-internals
  18. Version: $Revision: 1.6 $
  19. Last-modified: $Date: 1992/06/24 23:58:51 $
  20.  
  21.  This article was written by Ian Lance Taylor <ian@airs.com> and I may
  22.  even update it periodically.  Please send me mail about suggestions
  23.  or inaccuracies.
  24.  
  25.  This article describes how the various UUCP protocols work, and
  26.  discusses some other internal UUCP issues.  It does not describe how
  27.  to configure UUCP, nor how to solve UUCP connection problems, nor how
  28.  to deal with UUCP mail.  There are currently no FAQ postings on any
  29.  of these topics, and I do not plan to write any.
  30.  
  31.  If you haven't read the news.announce.newusers articles, read them.
  32.  
  33.  This article is in digest format.  Some newsreaders will be able to
  34.  break it apart into separate articles.  Don't ask me how to do this,
  35.  though.
  36.  
  37.  This article answers the following questions.  If one of these
  38.  questions is posted to comp.mail.uucp, please send mail to the poster
  39.  referring her or him to this FAQ.  There is no reason to post a
  40.  followup, as most of us know the answer already.
  41.  
  42. Sources
  43. What does "alarm" mean in debugging output?
  44. What are UUCP grades?
  45. What is the format of a UUCP lock file?
  46. What is the format of a UUCP X.* files?
  47. What is the UUCP protocol?
  48. What is the 'g' protocol?
  49. What is the 'f' protocol?
  50. What is the 't' protocol?
  51. What is the 'e' protocol?
  52. What is the 'G' protocol?
  53. What is the 'x' protocol?
  54. What is the 'd' protocol?
  55. What is the 'h' protocol?
  56. Thanks
  57.  
  58. ----------------------------------------------------------------------
  59.  
  60. From: Sources
  61. Subject: Sources
  62.  
  63. I took a lot of the information from Jamie E. Hanrahan's paper in the
  64. Fall 1990 DECUS Symposium, and from Managing UUCP and Usenet by Tim
  65. O'Reilly and Grace Todino (with contributions by several other
  66. people).  The latter includes most of the former, and is published by
  67.         O'Reilly & Associates, Inc.
  68.         632 Petaluma Avenua
  69.         Sebastopol, CA 95472
  70. It is currently in its tenth edition.  The ISBN number is
  71. 0-937175-48-X.
  72.  
  73. Some information is originally due to a Usenet article by Chuck
  74. Wegrzyn.  The information on execution files comes partially from
  75. Peter Honeyman.  The information on the 'g' protocol comes partially
  76. from a paper by G.L. Chesson of Bell Laboratories, partially from
  77. Jamie E.  Hanrahan's paper, and partially from source code by John
  78. Gilmore.  The information on the 'f' protocol comes from the source
  79. code by Piet Berteema.  The information on the 't' protocol comes from
  80. the source code by Rick Adams.  The information on the 'e' protocol
  81. comes from a Usenet article by Matthias Urlichs.
  82.  
  83. ------------------------------
  84.  
  85. From: alarm
  86. Subject: What does "alarm" mean in debugging output?
  87.  
  88. The debugging output of many versions of UUCP (but not Taylor UUCP)
  89. will include messages like
  90.     alarm 1
  91. or
  92.     pkcget: alarm 1
  93.  
  94. This message means that the UUCP package has timed out while waiting
  95. for some sort of response from the remote system.  This normally
  96. indicates some sort of connection problem.  For example, the modems
  97. might have lost their connection, or perhaps one of the modems will
  98. transmit the XON and XOFF characters.  It can also mean that the
  99. packages disagree about some aspect of the UUCP protocol, although
  100. this is less common.
  101.  
  102. Using the information in the rest of this posting, you should be able
  103. to figure out what type of data your UUCP was expecting to receive.
  104. This may give some indication as to exactly what the problem is.  It
  105. is difficult to be more specific, since there are many possiblities.
  106.  
  107. ------------------------------
  108.  
  109. From: UUCP-grades
  110. Subject: What are UUCP grades?
  111.  
  112. Modern UUCP packages support grades for each command.  The grades
  113. generally range from 'A' (the highest) to 'Z' followed by 'a' to 'z'.
  114. Some UUCP packages also support '0' to '9' before 'A'.  Some UUCP
  115. packages may permit any ASCII character as a grade.
  116.  
  117. On Unix, these grades are encoded in the name of the command file.  A
  118. command file name generally has the form
  119.     C.nnnngssss
  120. where nnnn is the remote system name for which the command is queued,
  121. g is a single character grade, and ssss is a four character sequence
  122. number.  For example, a command file created for the system ``airs''
  123. at grade 'Z' might be named
  124.     C.airsZ2551
  125.  
  126. The remote system name will be truncated to seven characters, to
  127. ensure that the command file name will fit in the 14 character file
  128. name limit of the traditional Unix file system.  UUCP packages which
  129. have no other means of distinguishing which command files are intended
  130. for which systems thus require all systems they connect to to have
  131. names that are unique in the first seven characters.  Some UUCP
  132. packages use a variant of this format which truncates the system name
  133. to six characters.  HDB and Taylor UUCP use a different spool
  134. directory format, which allows up to fourteen characters to be used
  135. for each system name.
  136.  
  137. The sequence number in the command file name may be a decimal integer,
  138. or it may be a hexadecimal integer, or it may contain any alphanumeric
  139. character.  Different UUCP packages are different.
  140.  
  141. I do not know how command grades are handled in non-Unix UUCP
  142. packages.
  143.  
  144. Modern UUCP packages allow you to restrict file transfer by grade
  145. depending on the time of day.  Typically this is done with a line in
  146. the Systems (or L.sys) file like this:
  147.     airs Any/Z,Any2305-0855 ...
  148. This allows grades 'Z' and above to be transferred at any time.  Lower
  149. grades may only be transferred at night.  I believe that this grade
  150. restriction applies to local commands as well as to remote commands,
  151. but I am not sure.  It may only apply if the UUCP package places the
  152. call, not if it is called by the remote system.  Taylor UUCP can use
  153. the ``timegrade'' and ``call-timegrade'' commands to achieve the same
  154. effect (and supports the above format when reading Systems or L.sys).
  155.  
  156. This sort of grade restriction is most useful if you know what grades
  157. are being used at the remote site.  The default grades used depend on
  158. the UUCP package.  Generally uucp and uux have different defaults.  A
  159. particular grade can be specified with the -g option to uucp or uux.
  160. For example, to request execution of rnews on airs with grade 'd', you
  161. might use something like
  162.     uux -gd - airs!rnews <article
  163.  
  164. Uunet queues up mail at grade 'Z' and news at grade 'd'.  The example
  165. above would allow mail to be received at any time, but would only
  166. permit news to be transferred at night.
  167.  
  168. ------------------------------
  169.  
  170. From: UUCP-lock-file
  171. Subject: What is the format of a UUCP lock file?
  172.  
  173. This discussion applies only to Unix.  I have no idea how UUCP locks
  174. ports on other systems.
  175.  
  176. UUCP creates files to lock serial ports and systems.  On most if not
  177. all systems these same lock files are also used by cu to coordinate
  178. access to serial ports.  On some systems getty also uses these lock
  179. files, often under the name uugetty.
  180.  
  181. The lock file normally contains the process ID of the locking process.
  182. This makes it easy to determine whether a lock is still valid.  The
  183. algorithm is to create a temporary file and then link it to the name
  184. that must be locked.  If the link fails because a file with that name
  185. already exists, the existing file is read to get the process ID.  If
  186. the process still exists, the lock attempt fails.  Otherwise the lock
  187. file is deleted and the locking algorithm is retried.
  188.  
  189. Older UUCP packages put the lock files in the main UUCP spool
  190. directory, /usr/spool/uucp.  HDB UUCP generally puts the lock files in
  191. a directory of their own, usually /usr/spool/locks or /etc/locks.
  192.  
  193. The original UUCP lock file format encodes the process ID as a four
  194. byte binary number.  The order of the bytes is host-dependent.  HDB
  195. UUCP stores the process ID as a ten byte ASCII decimal number, with a
  196. trailing newline.  For example, if process 1570 holds a lock file, it
  197. would contain the eleven characters space, space, space, space, space,
  198. space, one, five, seven, zero, newline.  Some versions of UUCP add a
  199. second line indicating which program created the lock (uucp, cu, or
  200. getty/uugetty).  I have also seen a third type of UUCP lock file which
  201. does not contain the process ID at all.
  202.  
  203. The name of the lock file is traditionally "LCK.." followed by the
  204. base name of the device.  For example, to lock /dev/ttyd0 the file
  205. LCK..ttyd0 would be created.  On SCO Unix, the lock file name is
  206. always forced to lower case even if the device name has upper case
  207. letters.
  208.  
  209. System V Release 4 UUCP names the lock file using the major and minor
  210. device numbers rather than the device name.  The file is named
  211. LK.XXX.YYY.ZZZ, where XXX, YYY and ZZZ are all three digit decimal
  212. numbers.  XXX is the major device number of the device holding the
  213. directory holding the device file (e.g., /dev).  YYY is the major
  214. device number of the device file itself.  ZZZ is the minor device
  215. number of the device file itself.  If s holds the result of passing
  216. the device to the stat system call (e.g., stat ("/dev/ttyd0", &s)),
  217. the following line of C code will print out the corresponding lock
  218. file name:
  219.     printf ("LK.%03d.%03d.%03d", major (s.st_dev),
  220.             major (s.st_rdev), minor (s.st_rdev));
  221. The advantage of this system is that even if there are several links
  222. to the same device, they will all use the same lock file name.
  223.  
  224. ------------------------------
  225.  
  226. From: X-file
  227. Subject: What is the format of a UUCP X.* files?
  228.  
  229. UUCP X.* files control program execution.  They are created by uux.
  230. They are transferred between computers just like any other file.  The
  231. uuxqt daemon reads them to figure out how to execute the job requested
  232. by uux.
  233.  
  234. An X.* file is simply a text file.  The first character of each line
  235. is a command, and the remainder of the line supplies arguments.  The
  236. following commands are defined:
  237.     C command
  238.         This gives the command to execute, including the program and
  239.         all arguments.  For example,
  240.             C rmail ian
  241.     U user system
  242.         This names the user who requested the command, and the system
  243.         from which the request came.
  244.     I standard-input
  245.         This names the file from which standard input is taken.  If no
  246.         standard input file is given, the standard input will probably
  247.         be attached to /dev/null.  If the standard input file is not
  248.         from the system on which the execution is to occur, it will
  249.         also appear in an F command.
  250.     O standard-output [ system ]
  251.         This names the standard output file.  The optional second
  252.         argument names the system to which the file should be sent.
  253.         If there is no second argument, the file should be created on
  254.         the executing system.
  255.     F required-file [ filename-to-use ]
  256.         The F command can appear multiple times.  Each F command names
  257.         a file which must exist before the execution can proceed.
  258.         This will usually be a file which is transferred from the
  259.         system on which uux was executed, but it can also be a file
  260.         from the local system or some other system.  If the file is
  261.         not from the local system, then the command will usually name
  262.         a file in the spool directory.  If the optional second
  263.         argument appears, then the file should be copied to the
  264.         execution directory under that name.  This is necessary for
  265.         any file other than the standard input file.  If the standard
  266.         input file is not from the local system, it will appear in
  267.         both an F command and an I command.
  268.     R requestor-address
  269.         This is the address to which mail about the job should be
  270.         sent.  It is relative to the system named in the U command.
  271.         If the R command does not appear, then mail is sent to the
  272.         user named in the U command.
  273.     Z
  274.         This command takes no arguments.  It means that a mail message
  275.         should be sent if the command failed.  This is the default
  276.         behaviour for most modern UUCP packages, and for them the Z
  277.         command does not actually do anything.
  278.     N
  279.         This command takes no arguments.  It means that no mail
  280.         message should be sent, even if the command failed.
  281.     n
  282.         This command takes no arguments.  It means that a mail message
  283.         should be sent if the command succeeded.  Normally a message
  284.         is sent only if the command failed.
  285.     B
  286.         This command takes no arguments.  It means that the standard
  287.         input should be returned with any error message.  This can be
  288.         useful in cases where the input would otherwise be lost.
  289.     e
  290.         This command takes no arguments.  It means that the command
  291.         should be processed with /bin/sh.  For some packages this is
  292.         the default anyhow.  Most packages will refuse to execute
  293.         complex commands or commands containing wildcards, because of
  294.         the security holes it opens.
  295.     E
  296.         This command takes no arguments.  It means that the command
  297.         should be processed with execve.  For some packages this is
  298.         the default anyhow.
  299.     M status-file
  300.         This command means that instead of mailing a message, the
  301.         message should be copied to the named file on the system named
  302.         by the U command.
  303.     # comment
  304.         This command is ignored, as is any other unrecognized command.  
  305.  
  306. Here is an example.  Given the following command executed on system
  307. test1
  308.     uux - test2!cat - test2!~ian/bar !qux '>~/gorp'
  309. (this is only an example, as most UUCP systems will not permit the cat
  310. command to be executed) Taylor UUCP will produce the following X.
  311. file:
  312.     U ian test1
  313.     F D.test1N003r qux
  314.     O /usr/spool/uucppublic test1
  315.     F D.test1N003s
  316.     I D.test1N003s
  317.     C cat - ~ian/bar qux
  318. The standard input will be read into a file and then transferred to
  319. the file D.test1N003s on system test2, and the file qux will be
  320. transferred to D.test1N003r on system test2.  When the command is
  321. executed, the latter file will be copied to the execution directory
  322. under the name qux.  Note that since the file ~ian/bar is already on
  323. the execution system, no action need be taken for it.  The standard
  324. output will be collected in a file, then copied to the directory
  325. /usr/spool/uucppublic on the system test1.
  326.  
  327. ------------------------------
  328.  
  329. From: UUCP-protocol
  330. Subject: What is the UUCP protocol?
  331.  
  332. The UUCP protocol is a conversation between two UUCP packages.  A UUCP
  333. conversation consists of three parts: an initial handshake, a series
  334. of file transfer requests, and a final handshake.
  335.  
  336. Before the initial handshake, the caller will usually have logged in
  337. the called machine and somehow started the UUCP package there.  On
  338. Unix this is normally done by setting the shell of the login name used
  339. to /usr/lib/uucp/uucico.
  340.  
  341. All messages in the initial handshake begin with a ^P (a byte with the
  342. octal value \020) and end with a null byte (\000).  A few systems end
  343. these messages with a line feed character (\012) instead of a null
  344. byte; the examples below assume a null byte is being used.
  345.  
  346. The initial handshake goes as follows.  It is begun by the called
  347. machine.
  348.  
  349. called: \020Shere=hostname\000
  350.     The hostname is the UUCP name of the called machine.  Older UUCP
  351.     packages do not output it, and simply send \020Shere\000.
  352.  
  353. caller: \020Shostname options\000
  354.     The hostname is the UUCP name of the calling machine.  The
  355.     following options may appear (or there may be none):
  356.         -QSEQ
  357.             Report sequence number for this conversation.  The
  358.             sequence number is stored at both sites, and incremented
  359.             after each call.  If there is a sequence number mismatch,
  360.             something has gone wrong (somebody may have broken
  361.             security by pretending to be one of the machines) and the
  362.             call is denied.  If the sequence number changes on one of
  363.             the machines, perhaps because of an attempted breakin or
  364.             because a disk backup was restored, the sequence numbers
  365.             on the two machines must be reconciled manually.
  366.         -xLEVEL
  367.             Requests the called system to set its debugging level to
  368.             the specified value.  This is not supported by all
  369.             systems.
  370.         -pGRADE
  371.         -vgrade=GRADE
  372.             Requests the called system to only transfer files of the
  373.             specified grade or higher.  This is not supported by all
  374.             systems.  Some systems support -p, some support -vgrade=.
  375.         -R
  376.             Indicates that the calling UUCP understands how to restart
  377.             failed file transmissions.  Supported only by System V
  378.             Release 4 UUCP.
  379.         -ULIMIT
  380.             Reports the ulimit value of the calling UUCP.  The limit
  381.             is specified as a base 16 number in C notation (e.g.,
  382.             -U0x1000000).  This number is the number of 512 byte
  383.             blocks in the largest file which the calling UUCP can
  384.             create.  The called UUCP may not transfer a file larger
  385.             than this.  Supported only by System V Release 4 UUCP.
  386.         -N
  387.             Indicates that the calling UUCP understands the Taylor
  388.             UUCP size limiting extensions.  Supported only by Taylor
  389.             UUCP.
  390.  
  391. called: \020ROK\000
  392.     There are actually several possible responses.
  393.         ROK
  394.             The calling UUCP is acceptable, and the handshake proceeds
  395.             to the protocol negotiation.  Some options may also
  396.             appear; see below.
  397.         ROKN
  398.             The calling UUCP is acceptable, it specified -N, and the
  399.             called UUCP also understands the Taylor UUCP size limiting
  400.             extensions.  Supported only by Taylor UUCP.
  401.         RLCK
  402.             The called UUCP already has a lock for the calling UUCP,
  403.             which normally indicates the two machines are already
  404.             communicating.
  405.         RCB
  406.             The called UUCP will call back.  This may be used to avoid
  407.             impostors (but only one machine out of each pair should
  408.             call back, or no conversation will ever begin).
  409.         RBADSEQ
  410.             The call sequence number is wrong (see the -Q discussion
  411.             above). 
  412.         RLOGIN
  413.             The calling UUCP is using the wrong login name.
  414.         RYou are unknown to me
  415.             The calling UUCP is not known to the called UUCP, and the
  416.             called UUCP does not permit connections from unknown
  417.             systems.
  418.     If the response is ROK, the following options are supported by
  419.     System V Release 4 UUCP.
  420.         -R
  421.             The called UUCP knows how to restart failed file
  422.             transmissions.
  423.         -ULIMIT
  424.             Reports the ulimit value of the called UUCP.  The limit is
  425.             specified as a base 16 number in C notation.  This number
  426.             is the number of 512 byte blocks in the largest file which
  427.             the called UUCP can create.  The calling UUCP may not send
  428.             a file larger than this.
  429.         -xLEVEL
  430.             I'm not sure just what this means.  It may request the
  431.             calling UUCP to set its debugging level to the specified
  432.             value.
  433.     If the response is not ROK (or ROKN) both sides hang up the phone,
  434.     abandoning the call.
  435.  
  436. called: \020Pprotocols\000
  437.     Note that the called UUCP outputs two strings in a row.  The
  438.     protocols string is a list of UUCP protocols supported by the
  439.     caller.  Each UUCP protocol has a single character name.  These
  440.     protocols are discussed in more detail later in this document.
  441.     For example, the called UUCP might send \020Pgf\000.
  442.  
  443. caller: \020Uprotocol\000
  444.     The calling UUCP selects which protocol to use out of the
  445.     protocols offered by the called UUCP.  If there are no mutually
  446.     supported protocols, the calling UUCP sends \020UN\000 and both
  447.     sides hang up the phone.  Otherwise the calling UUCP sends
  448.     something like \020Ug\000.
  449.  
  450. Most UUCP packages will consider each locally supported protocol in
  451. turn and select the first one supported by the called UUCP.  With some
  452. versions of HDB UUCP, this can be modified by giving a list of
  453. protocols after the device name in the Devices file or the Systems
  454. file.  For example, to select the 'e' protocol in Systems,
  455.     airs Any ACU,e ...
  456. or in Devices,
  457.     ACU,e ttyXX ...
  458. Taylor UUCP provides the ``protocol'' command which may be used either
  459. for a system or a port.
  460.  
  461. After the protocol has been selected and the initial handshake has been
  462. completed, both sides turn on the selected protocol.  For some
  463. protocols (notably 'g') a further handshake is done at this point.
  464.  
  465. Each protocol supports a method for sending a command to the remote
  466. system.  This method is used to transmit a series of commands between
  467. the two UUCP packages.  At all times, one package is the master and
  468. the other is the slave.  Initially, the calling UUCP is the master.
  469.  
  470. If a protocol error occurs during the exchange of commands, both sides
  471. move immediately to the final handshake.
  472.  
  473. The master will send one of four commands: S, R, X or H.
  474.  
  475. Any file name referred to below is either an absolute pathname
  476. beginning with "/", a public directory pathname beginning with "~/", a
  477. pathname relative to a user's home directory beginning with "~USER/",
  478. or a spool directory file name.  File names in the spool directory are
  479. not pathnames, but instead are converted to pathnames within the spool
  480. directory by UUCP.  They always begin with "C." (for a command file
  481. created by uucp or uux), "D." (for a data file created by uucp, uux or
  482. by an execution, or received from another system for an execution), or
  483. "X." (for an execution file created by uux or received from another
  484. system).
  485.  
  486. master: S FROM TO USER -OPTIONS TEMP MODE NOTIFY SIZE
  487.     The S and the - are literal characters.  This is a request by the
  488.     master to send a file to the slave.
  489.         FROM
  490.             The name of the file to send.  If the C option does not
  491.             appear in OPTIONS, the master will actually open and send
  492.             this file.  Otherwise the file has been copied to the
  493.             spool directory, where it is named TEMP.  The slave
  494.             ignores this field unless TO is a directory, in which case
  495.             the basename of FROM will be used as the file name.  If
  496.             FROM is a spool directory filename, it must be a data file
  497.             created for or by an execution, and must begin with "D.".
  498.         TO
  499.             The name to give the file on the slave.  If this field
  500.             names a directory the file is placed within that directory
  501.             with the basename of FROM.  A name ending in `/' is taken
  502.             to be a directory even if one does not already exist with
  503.             that name.  If TO begins with `X.', an execution file will
  504.             be created on the slave.  Otherwise, if TO begins with
  505.             `D.' it names a data file to be used by some execution
  506.             file.  Otherwise, TO should not be in the spool directory.
  507.         USER
  508.             The name of the user who requested the transfer.
  509.         OPTIONS
  510.             A list of options to control the transfer.  The following
  511.             options are defined (all options are single characters):
  512.                 C
  513.                     The file has been copied to the spool directory
  514.                     (the master should use TEMP rather than FROM).
  515.                 c
  516.                     The file has not been copied to the spool
  517.                     directory (this is the default).
  518.                 d
  519.                     The slave should create directories as necessary
  520.                     (this is the default).
  521.                 f
  522.                     The slave should not create directories if
  523.                     necessary, but should fail the transfer instead.
  524.                 m
  525.                     The master should send mail to USER when the
  526.                     transfer is complete.
  527.                 n
  528.                     The slave should send mail to NOTIFY when the
  529.                     transfer is complete.
  530.         TEMP
  531.             If the C option appears in OPTIONS, this names the file to
  532.             be sent.  Otherwise if FROM is in the spool directory,
  533.             TEMP is the same as FROM.  Otherwise TEMP is a dummy
  534.             string, normally "D.0".  After the transfer has been
  535.             succesfully completed, the master will delete the file
  536.             TEMP.
  537.         MODE
  538.             This is an octal number giving the mode of the file on
  539.             MASTER.  If the file is not in the spool directory, the
  540.             slave will always create it with mode 0666, except that if
  541.             (MODE & 0111) is not zero (the file is executable), the
  542.             slave will create the file with mode 0777.  If the file is
  543.             in the spool directory, some UUCP packages will use the
  544.             algorithm above and some will always create the file with
  545.             mode 0600.
  546.         NOTIFY
  547.             This field may not be present, and in any case is only
  548.             meaningful if the n option appears in OPTIONS.  If the n
  549.             option appears, then when the transfer is successfully
  550.             completed, the slave will send mail to NOTIFY, which must
  551.             be a legal mailing address on the slave.  If a SIZE field
  552.             will appear but the n option does not appear, NOTIFY will
  553.             always be present, typically as the string "dummy" or
  554.             simply a pair of double quotes.
  555.         SIZE
  556.             This field is only present when doing size negotiation,
  557.             either with Taylor UUCP or SVR4 UUCP.  It is the size of
  558.             the file in bytes.  SVR4 UUCP sends the size in base 16 as
  559.             0x.... while Taylor UUCP sends the size as a decimal
  560.             integer (a later version of Taylor UUCP will probably
  561.             change to the SVR4 behaviour).
  562.  
  563.     The slave then responds with an S command response.
  564.         SY START
  565.             The slave is willing to accept the file, and file transfer
  566.             begins.  The START field will only be present when using
  567.             SVR4 file restart.  It specifies the byte offset into the
  568.             file at which to start sending.  If this is a new file,
  569.             START will be 0x0.
  570.         SN2
  571.             The slave denies permission to transfer the file.  This
  572.             can mean that the destination directory may not be
  573.             accessed, or that no requests are permitted.  It implies
  574.             that the file transfer will never succeed.
  575.         SN4
  576.             The slave is unable to create the necessary temporary
  577.             file.  This implies that the file transfer might succeed
  578.             later.
  579.         SN6
  580.             This is only used by Taylor UUCP size negotiation.  It
  581.             means that the slave considers the file too large to
  582.             transfer at the moment, but it may be possible to transfer
  583.             it at some other time.
  584.         SN7
  585.             This is only used by Taylor UUCP size negotiation.  It
  586.             means that the slave considers the file too large to ever
  587.             transfer.
  588.  
  589.     If the slave responds with SY, a file transfer begins.  When the
  590.     file transfer is complete, the slave sends a C command response.
  591.         CY
  592.             The file transfer was successful.
  593.         CYM
  594.             The file transfer was successful, and the slave wishes to
  595.             become the master; the master should send an H command,
  596.             described below.
  597.         CN5
  598.             The temporary file could not be moved into the final
  599.             location.  This implies that the file transfer will never
  600.             succeed.
  601.  
  602.     After the C command response has been received (in the SY case) or
  603.     immediately (in an SN case) the master will send another command.
  604.  
  605. master: R FROM TO USER -OPTIONS SIZE
  606.     The R and the - are literal characters.  This is a request by the
  607.     master to receive a file from the slave.  I do not know how SVR4
  608.     UUCP implements file transfer restart in this case.
  609.         FROM
  610.             This is the name of the file on the slave which the master
  611.             wishes to receive.  It must not be in the spool directory,
  612.             and it may not contain any wildcards.
  613.         TO
  614.             This is the name of the file to create on the master.  I
  615.             do not believe that it can be a directory.  It may only be
  616.             in the spool directory if this file is being requested to
  617.             support an execution either on the master or on some
  618.             system other than the slave.
  619.         USER
  620.             The name of the user who requested the transfer.
  621.         OPTIONS
  622.             A list of options to control the transfer.  The following
  623.             options are defined (all options are single characters):
  624.                 d
  625.                     The master should create directories as necessary
  626.                     (this is the default).
  627.                 f
  628.                     The master should not create directories if
  629.                     necessary, but should fail the transfer instead.
  630.                 m
  631.                     The master should send mail to USER when the
  632.                     transfer is complete.
  633.         SIZE
  634.             This only appears if Taylor UUCP size negotiation is being
  635.             used.  It specifies the largest file which the master is
  636.             prepared to accept (when using SVR4 UUCP, this was
  637.             specified in the -U option during the initial handshake).
  638.  
  639.     The slave then responds with an R command response.
  640.         RY MODE
  641.             The slave is willing to send the file, and file transfer
  642.             begins.  MODE is the octal mode of the file on the slave.
  643.             The master treats this just as the slave does the MODE
  644.             argument in the send command, q.v.
  645.         RN2
  646.             The slave is not willing to send the file, either because
  647.             it is not permitted or because the file does not exist.
  648.             This implies that the file request will never succeed.
  649.         RN6
  650.             This is only used by Taylor UUCP size negotiation.  It
  651.             means that the file is too large to send, either because
  652.             of the size limit specifies by the master or because the
  653.             slave considers it too large.  The file transfer might
  654.             succeed later, or it might not (this will be cleared up in
  655.             a later release of Taylor UUCP).
  656.  
  657.     If the slave responds with RY, a file transfer begins.  When the
  658.     file transfer is complete, the master sends a C command.  The
  659.     slave pretty much ignores this, although it may log it.
  660.         CY
  661.             The file transfer was successful.
  662.         CN5
  663.             The temporary file could not be moved into the final
  664.             location.
  665.  
  666.     After the C command response has been sent (in the RY case) or
  667.     immediately (in an RN case) the master will send another command.
  668.  
  669. master: X FROM TO USER -OPTIONS
  670.     The X and the - are literal characters.  This is a request by the
  671.     master to, in essence, execute uucp on the slave.  The slave
  672.     should execute "uucp FROM TO".
  673.         FROM
  674.             This is the name of the file or files on the slave which
  675.             the master wishes to transfer.  Any wildcards are expanded
  676.             on the slave.  If the master is requesting that the files
  677.             be transferred to itself, the request would normally
  678.             contain wildcard characters, since otherwise an `R'
  679.             command would suffice.  The master can also use this
  680.             command to request that the slave transfer files to a
  681.             third system.
  682.         TO
  683.             This is the name of the file or directory to which the
  684.             files should be transferred.  This will normally use a
  685.             UUCP name.  For example, if the master wishes to receive
  686.             the files itself, it would use "master!path".
  687.         USER
  688.             The name of the user who requested the transfer.
  689.         OPTIONS
  690.             A list of options to control the transfer.  It is not
  691.             clear which, if any, options are supported by most UUCP
  692.             packages.
  693.  
  694.     The slave then responds with an X command response.
  695.         XY
  696.             The request was accepted, and the appropriate file
  697.             transfer commands have been queued up for later
  698.             processing.
  699.         XN
  700.             The request was denied.  No particular reason is given.
  701.  
  702.     In either case, the master will then send another command.
  703.  
  704. master: H
  705.     This is used by the master to hang up the connection.  The slave
  706.     will respond with an H command response.
  707.         HY
  708.             The slave agrees to hang up the connection.  In this case
  709.             the master sends another HY command.  In some UUCP
  710.             packages the slave will then send a third HY command.  At
  711.             this point the protocol is shut down, and the final
  712.             handshake is begun.
  713.         HN
  714.             The slave does not agree to hang up.  In this case the
  715.             master and the slave exchange roles.  The next command
  716.             will be sent by the former slave, which is the new master.
  717.             The roles may be reversed several times during a single
  718.             connection.
  719.  
  720. After the protocol has been shut down, the final handshake is
  721. performed.  This handshake has no real purpose, and some UUCP packages
  722. simply drop the connection rather than do it (in fact, some will drop
  723. the connection immediately after both sides agree to hangup, without
  724. even closing down the protocol).
  725.  
  726. caller: \020OOOOOO\000
  727. called: \020OOOOOOO\000
  728.  
  729. That is, the calling UUCP sends six O's and the called UUCP replies
  730. with seven O's.  Some UUCP packages always send six O's.
  731.  
  732. ------------------------------
  733.  
  734. From: UUCP-g
  735. Subject: What is the 'g' protocol?
  736.  
  737. The 'g' protocol is a packet based flow controlled error correcting
  738. protocol that requires an eight bit clear connection.  It is the
  739. original UUCP protocol, and is supported by all UUCP implementations.
  740. Many implementations of it are only able to support small window and
  741. packet sizes, specifically a window size of 3 and a packet size of 64
  742. bytes, but the protocol itself can support up to a window size of 7
  743. and a packet size of 4096 bytes.  Complaints about the inefficiency of
  744. the 'g' protocol generally refer to specific implementations, rather
  745. than to the correctly implemented protocol.
  746.  
  747. The 'g' protocol was originally designed for general packet drivers,
  748. and thus contains some features that are not used by UUCP, including
  749. an alternate data channel and the ability to renegotiate packet and
  750. window sizes during the communication session.
  751.  
  752. The 'g' protocol is spoofed by many Telebit modems.  When spoofing is
  753. in effect, each Telebit modem uses the 'g' protocol to communicate
  754. with the attached computer, but the data between the modems is sent
  755. using a Telebit proprietary error correcting protocol.  This allows
  756. for very high throughput over the Telebit connection, which, because
  757. it is half-duplex, would not normally be able to handle the 'g'
  758. protocol very well at all.
  759.  
  760. This discussion of the 'g' protocol explains how it works, but does
  761. not discuss useful error handling techniques.  Some discussion of this
  762. can be found in Jamie E. Hanrahan's paper, cited above.
  763.  
  764. All 'g' protocol communication is done with packets.  Each packet
  765. begins with a six byte header.  Control packets consist only of the
  766. header.  Data packets contain additional data.
  767.  
  768. The header is as follows:
  769.  
  770.     \020
  771.         Every packet begins with a ^P.
  772.     k (1 <= k <= 9)
  773.         The k value is always 9 for a control packet.  For a data
  774.         packet, the k value indicates how must data follows the six
  775.         byte header.  The amount of data is 2 ** (k + 4), where **
  776.         indicates exponentiation.  Thus a k value of 1 means 32 data
  777.         bytes and a k value of 8 means 4096 data bytes.  The k value
  778.         for a data packet must be between 1 and 8 inclusive.
  779.     checksum low byte
  780.     checksum high byte
  781.         The checksum value is described below.
  782.     control byte
  783.         The control packet indicates the type of packet, and is
  784.         described below.
  785.     xor byte
  786.         This byte is the xor of k, the checksum low byte, the checksum
  787.         high byte and the control byte (i.e., the second, third,
  788.         fourth and fifth header bytes).  It is used to ensure that the
  789.         header data is valid.
  790.  
  791. The control byte in the header is composed of three bit fields,
  792. referred to here as TT (two bits), XXX (three bits) and YYY (three
  793. bits).  The control is TTXXXYYY, or (TT << 6) + (XXX << 3) + YYY.
  794.  
  795. The TT field takes on the following values:
  796.     0
  797.         This is a control packet.  In this case the k byte in the
  798.         header must be 9.  The XXX field indicates the type of control
  799.         packet; these types are described below.
  800.     1
  801.         This is an alternate data channel packet.  This is not used by
  802.         UUCP.
  803.     2
  804.         This is a data packet, and the entire contents of the attached
  805.         data field (whose length is given by the k byte in the header)
  806.         are valid.  The XXX and YYY fields are described below.
  807.     3
  808.         This is a short data packet.  Let the length of the data field
  809.         (as given by the k byte in the header) be L.  Let the first
  810.         byte in the data field be B1.  If B1 is less than 128 (if the
  811.         most significant bit of B1 is 0), then there are L - B1 valid
  812.         bytes of data in the data field, beginning with the second
  813.         byte.  If B1 >= 128, let B2 be the second byte in the data
  814.         field.  Then there are L - ((B1 & 0x7f) + (B2 << 7)) valid
  815.         bytes of data in the data field, beginning with the third
  816.         byte.  In all cases L bytes of data are sent (and all data
  817.         bytes participate in the checksum calculation) but some of the
  818.         trailing bytes may be dropped by the receiver.   The XXX and
  819.         YYY fields are described below.
  820.  
  821. In a data packet (short or not) the XXX field gives the sequence
  822. number of the packet.  Thus sequence numbers can range from 0 to 7,
  823. inclusive.  The YYY field gives the sequence number of the last
  824. correctly received packet.
  825.  
  826. Each communication direction uses a window which indicates how many
  827. unacknowledged packets may be transmitted before waiting for an
  828. acknowledgement.  The window may range from 1 to 7, and may be
  829. different in each direction. For example, if the window is 3 and the
  830. last packet acknowledged was packet number 6, packet numbers 7, 0 and
  831. 1 may be sent but the sender must wait for an acknowledgement before
  832. sending packet number 2.  This acknowledgement could come as the YYY
  833. field of a data packet or as the YYY field of a RJ or RR control
  834. packet (described below).
  835.  
  836. Each packet must be transmitted in order (the sender may not skip
  837. sequence numbers).  Each packet must be acknowledged, and each packet
  838. must be acknowledged in order.
  839.  
  840. In a control packet, the XXX field takes on the following values:
  841.     1 CLOSE
  842.         The connection should be closed immediately.  This is
  843.         typically sent when one side has seen too many errors and
  844.         wants to give up.  It is also sent when shutting down the
  845.         protocol.  If an unexpected CLOSE packet is received, a CLOSE
  846.         packet should be sent in reply and the 'g' protocol should
  847.         halt, causing UUCP to enter the final handshake.
  848.     2 RJ or NAK
  849.         The last packet was not received correctly.  The YYY field
  850.         contains the sequence number of the last correctly received
  851.         packet.
  852.     3 SRJ
  853.         Selective reject.  The YYY field contains the sequence number
  854.         of a packet that was not received correctly, and should be
  855.         retransmitted.  This is not used by UUCP, and most
  856.         implementations will not recognize it.
  857.     4 RR or ACK
  858.         Packet acknowledgement.  The YYY field contains the sequence
  859.         number of the last correctly received packet.
  860.     5 INITC
  861.         Third initialization packet.  The YYY field contains the
  862.         maximum window size to use.
  863.     6 INITB
  864.         Second initialization packet.  The YYY field contains the
  865.         packet size to use.  It requests a size of 2 ** (YYY + 5).
  866.         Note that this is not the same coding used for the k byte in
  867.         the packet header (it is 1 less).  Most UUCP implementations
  868.         that request a packet size larger than 64 bytes can handle any
  869.         packet size up to that specified.
  870.     7 INITA
  871.         First initialization packet.  The YYY field contains the
  872.         maximum window size to use.
  873.  
  874. The checksum of a control packet is simply 0xaaaa - the control byte.
  875.  
  876. The checksum of a data packet is 0xaaaa - (CHECK ^ the control byte),
  877. where ^ denotes exclusive or, and CHECK is the result of the following
  878. routine as run on the contents of the data field (every byte in the
  879. data field participates in the checksum, even for a short data
  880. packet).  Below is the routine used by Taylor UUCP; it is a slightly
  881. modified version of a routine which John Gilmore patched from G.L.
  882. Chesson's original paper.  The z argument points to the data and the c
  883. argument indicates how much data there is.
  884.  
  885. int
  886. igchecksum (z, c)
  887.      register const char *z;
  888.      register int c;
  889. {
  890.   register unsigned int ichk1, ichk2;
  891.  
  892.   ichk1 = 0xffff;
  893.   ichk2 = 0;
  894.  
  895.   do
  896.     {
  897.       register unsigned int b;
  898.  
  899.       /* Rotate ichk1 left.  */
  900.       if ((ichk1 & 0x8000) == 0)
  901.         ichk1 <<= 1;
  902.       else
  903.         {
  904.           ichk1 <<= 1;
  905.           ++ichk1;
  906.         }
  907.  
  908.       /* Add the next character to ichk1.  */
  909.       b = *z++ & 0xff;
  910.       ichk1 += b;
  911.  
  912.       /* Add ichk1 xor the character position in the buffer counting from
  913.          the back to ichk2.  */
  914.       ichk2 += ichk1 ^ c;
  915.  
  916.       /* If the character was zero, or adding it to ichk1 caused an
  917.          overflow, xor ichk2 to ichk1.  */
  918.       if (b == 0 || (ichk1 & 0xffff) < b)
  919.         ichk1 ^= ichk2;
  920.     }
  921.   while (--c > 0);
  922.  
  923.   return ichk1 & 0xffff;
  924. }
  925.  
  926. When the 'g' protocol is started, the calling UUCP sends an INITA
  927. control packet with the window size it wishes the called UUCP to use.
  928. The called UUCP responds with an INITA packet with the window size it
  929. wishes the calling UUCP to use.  Pairs of INITB and INITC packets are
  930. then similarly exchanged.  When these exchanges are completed, the
  931. protocol is considered to have been started.
  932.  
  933. When a UUCP package transmits a command, it sends one or more data
  934. packets.  All the data packets will normally be complete, although
  935. some UUCP packages may send the last one as a short packet.  The
  936. command string is sent with a trailing null byte, to let the receiving
  937. package know when the command is finished.  Some UUCP packages require
  938. the last byte of the last packet sent to be null, even if the command
  939. ends earlier in the packet.  Some packages may require all the
  940. trailing bytes in the last packet to be null, but I have not confirmed
  941. this.
  942.  
  943. When a UUCP package sends a file, it will send a sequence of data
  944. packets.  The end of the file is signalled by a short data packet
  945. containing zero valid bytes (it will normally be preceeded by a short
  946. data packet containing the last few bytes in the file).
  947.  
  948. Note that the sequence numbers cover the entire communication session,
  949. including both command and file data.
  950.  
  951. When the protocol is shut down, each UUCP package sends a CLOSE
  952. control packet.
  953.  
  954. ------------------------------
  955.  
  956. From: UUCP-f
  957. Subject: What is the 'f' protocol?
  958.  
  959. The 'f' protocol is a seven bit protocol which checksums an entire
  960. file at a time.  It only uses the characters between \040 and \176
  961. (ASCII space and ~) inclusive as well as the carriage return
  962. character.  It can be very efficient for transferring text only data,
  963. but it is very inefficient at transferring eight bit data (such as
  964. compressed news).  It is not flow controlled, and the checksum is
  965. fairly insecure over large files, so using it over a serial connection
  966. requires handshaking (XON/XOFF can be used) and error correcting
  967. modems.  Some people think it should not be used even under those
  968. circumstances.
  969.  
  970. I believe the 'f' protocol originated in BSD versions of UUCP.  It was
  971. originally intended for transmission over X.25 PAD links.
  972.  
  973. The 'f' protocol has no startup or finish protocol.  However, both
  974. sides typically sleep for a couple of seconds before starting up,
  975. because they switch the terminal into XON/XOFF mode and want to allow
  976. the changes to settle before beginning transmission.
  977.  
  978. When a UUCP package transmits a command, it simply sends a string
  979. terminated by a carriage return.
  980.  
  981. When a UUCP package transmits a file, each byte b of the file is
  982. translated according to the following table:
  983.  
  984.        0 <= b <=  037: 0172, b + 0100 (0100 to 0137)
  985.      040 <= b <= 0171:       b        ( 040 to 0171)
  986.     0172 <= b <= 0177: 0173, b - 0100 ( 072 to  077)
  987.     0200 <= b <= 0237: 0174, b - 0100 (0100 to 0137)
  988.     0240 <= b <= 0371: 0175, b - 0200 ( 040 to 0171)
  989.     0372 <= b <= 0377: 0176, b - 0300 ( 072 to  077)
  990.  
  991. That is, a byte between \040 and \171 inclusive is transmitted as is,
  992. and all other bytes are prefixed and modified as shown.
  993.  
  994. When all the file data is sent, a seven byte sequence is sent: two
  995. bytes of \176 followed by four ASCII bytes of the checksum as printed
  996. in base 16 followed by a carriage return.  For example, if the
  997. checksum was 0x1234, this would be sent: "\176\1761234\r".
  998.  
  999. The checksum is initialized to 0xffff.  For each byte that is sent it
  1000. is modified as follows (where b is the byte before it has been
  1001. transformed as described above):
  1002.  
  1003.       /* Rotate the checksum left.  */
  1004.       if ((ichk & 0x8000) == 0)
  1005.         ichk <<= 1;
  1006.       else
  1007.         {
  1008.           ichk <<= 1;
  1009.           ++ichk;
  1010.         }
  1011.  
  1012.       /* Add the next byte into the checksum.  */
  1013.       ichk += b;
  1014.  
  1015. When the receiving UUCP sees the checksum, it compares it against its
  1016. own calculated checksum and replies with a single character followed
  1017. by a carriage return.
  1018.     G
  1019.         The file was received correctly.
  1020.     R
  1021.         The checksum did not match, and the file should be resent from
  1022.         the beginning.
  1023.     Q
  1024.         The checksum did not match, but too many retries have occurred
  1025.         and the communication session should be abandoned.
  1026.  
  1027. The sending UUCP checks the returned character and acts accordingly.
  1028.  
  1029. ------------------------------
  1030.  
  1031. From: UUCP-t
  1032. Subject: What is the 't' protocol?
  1033.  
  1034. The 't' protocol is intended for TCP links.  It does no error checking
  1035. or flow control, and requires an eight bit clear channel.
  1036.  
  1037. I believe the 't' protocol originated in BSD versions of UUCP.
  1038.  
  1039. When a UUCP package transmits a command, it first gets the length of
  1040. the command string, C.  It then sends ((C / 512) + 1) * 512 bytes (the
  1041. smallest multiple of 512 which can hold C bytes plus a null byte)
  1042. consisting of the command string itself followed by trailing null
  1043. bytes.
  1044.  
  1045. When a UUCP package sends a file, it sends it in blocks.  Each block
  1046. contains at most 1024 bytes of data.  Each block consists of four
  1047. bytes containing the amount of data in binary (most significant byte
  1048. first, the same format as used by the Unix function htonl) followed by
  1049. that amount of data.  The end of the file is signalled by a block
  1050. containing zero bytes of data.
  1051.  
  1052. ------------------------------
  1053.  
  1054. From: UUCP-e
  1055. Subject: What is the 'e' protocol?
  1056.  
  1057. The 'e' protocol is similar to the 't' protocol.  It does no flow
  1058. control or error checking and is intended for use over TCP.
  1059.  
  1060. The 'e' protocol originated in versions of HDB UUCP.
  1061.  
  1062. When a UUCP package transmits a command, it simply sends the command
  1063. as an ASCII string terminated by a null byte.
  1064.  
  1065. When a UUCP package transmits a file, it sends the complete size of
  1066. the file as an ASCII decimal number.  The ASCII string is padded out
  1067. to 20 bytes with null bytes (i.e. if the file is 1000 bytes long, it
  1068. sends "1000\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0").  It then sends the
  1069. entire file.
  1070.  
  1071. ------------------------------
  1072.  
  1073. From: UUCP-G
  1074. Subject: What is the 'G' protocol?
  1075.  
  1076. The 'G' protocol is used by SVR4 UUCP.  It is identical to the 'g'
  1077. protocol, except that it is possible to modify the window and packet
  1078. sizes.  The SVR4 implementation of the 'g' protocol reportedly is
  1079. fixed at a packet size of 64 and a window size of 7.  I do not know
  1080. why SVR4 chose to implement a new protocol using a new letter, rather
  1081. than simply making the 'g' protocol adjustable.
  1082.  
  1083. Most implementations of the 'g' protocol that accept packets larger
  1084. than 64 bytes will also accept packets smaller than whatever they
  1085. requested in the INITB packet.  The SVR4 'G' implementation is an
  1086. exception; it will only accept packets of precisely the size it
  1087. requests in the INITB packet.
  1088.  
  1089. ------------------------------
  1090.  
  1091. From: UUCP-x
  1092. Subject: What is the 'x' protocol?
  1093.  
  1094. I believe that the 'x' protocol was intended for use over X.25 virtual
  1095. circuits.  It relies on a write of zero bytes being read as zero bytes
  1096. without stopping communication.  I have heard that it does not work
  1097. correctly, and it is not clear to me that it was ever actually used.
  1098. Please correct me if I am wrong.
  1099.  
  1100. ------------------------------
  1101.  
  1102. From: UUCP-d
  1103. Subject: What is the 'd' protocol?
  1104.  
  1105. This is apparently used for DataKit connections, and relies on a write
  1106. of zero bytes being read as zero bytes, much as the 'x' protocol does.
  1107. I don't really know anything else about it.
  1108.  
  1109. ------------------------------
  1110.  
  1111. From: UUCP-h
  1112. Subject: What is the 'h' protocol?
  1113.  
  1114. This is apparently used in some places with HST modems.  It does no
  1115. error checking, and is not that different from the 't' protocol.  I
  1116. don't know the details.
  1117.  
  1118. ------------------------------
  1119.  
  1120. From: Thanks
  1121. Subject: Thanks
  1122.  
  1123. Besides the papers and information acknowledged at the top of this
  1124. article, the following people have contributed help, advice,
  1125. suggestions and information:
  1126.     Earle Ake 513-429-6500 <ake@Dayton.SAIC.COM>
  1127.     celit!billd@UCSD.EDU (Bill Davidson)
  1128.     Matthew Farwell <dylan@ibmpcug.co.uk>
  1129.     "Jonathan I. Kamens" <jik@pit-manager.MIT.EDU>
  1130.     "David J. MacKenzie" <djm@eng.umd.edu>
  1131.     david nugent <david@csource.oz.au>
  1132.     Stephen.Page@prg.oxford.ac.uk
  1133.     joey@tessi.UUCP (Joey Pruett)
  1134.     Larry Rosenman <ler@lerami.lerctr.org>
  1135.     Rich Salz <rsalz@bbn.com>
  1136.     kls@ditka.Chicago.COM (Karl Swartz)
  1137.     Dima Volodin <dvv@hq.demos.su>
  1138.     jon@console.ais.org (Jon Zeeff)
  1139.  
  1140. ------------------------------
  1141.  
  1142. End of UUCP Internals Frequently Asked Questions
  1143. ******************************
  1144. -- 
  1145. Ian Taylor | ian@airs.com | First to identify quote wins free e-mail message:
  1146. ``It takes a man months and months to reconcile himself to a new hat.  And
  1147.   just when you're preparing to send it to the jumble sale, he says, `That's
  1148.   rather a nice hat you've got on, where did you get it?' ''
  1149.