home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / OFFLINE / QWKSPC11.ZIP / DOORID.TXT < prev    next >
Text File  |  1991-08-17  |  2KB  |  43 lines

  1.  
  2.  
  3.           DOOR.ID
  4.  
  5.           Many maildoors now produce (and readers use) a file called
  6.           Door.Id that was developed by Greg Hewgill.  It is intended
  7.           to give the reader information on the capabilities of the
  8.           door that produced the packet (and presumably will process
  9.           the *.REP produced).  It is a straight text file with the
  10.           following format.  Each line is in the format ControlWord
  11.           space equals space value.
  12.  
  13.  
  14.           DOOR = <doorname>
  15.                This is the name of the door that created the QWK
  16.                packet, eg.  <doorname> = Tomcat.
  17.  
  18.           VERSION = <doorversion>
  19.                This is the version number of the door that created
  20.                the packet,  eg. <doorversion> = 2.9.
  21.  
  22.           SYSTEM = <systemtype>
  23.                This is the underlying BBS system type and version,
  24.                eg. <systemtype> = Wildcat 2.55.
  25.  
  26.           CONTROLNAME = <controlname>
  27.                This is the name to which the reader should send
  28.                control messages, eg. <controlname> = TOMCAT.
  29.  
  30.           CONTROLTYPE = <controltype>
  31.                This can be one of ADD, DROP, or REQUEST (or others).
  32.                ADD and DROP are pretty obvious (they work as in
  33.                Markmail), and REQUEST is for use with BBS systems
  34.                that support file attachments.  Try out SLMR with
  35.                CONTROLTYPE = REQUEST and use the Q function.
  36.  
  37.           RECEIPT
  38.                This flag indicates that the door/BBS is capable of
  39.                return receipts when a message is received.  If the
  40.                first three letters of the subject are RRR, then the
  41.                door should strip the RRR and set the 'return-receipt-
  42.                requested' flag on the corresponding message.
  43.