home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / email / qrep11.zip / 1.QRP next >
Text File  |  1993-08-01  |  8KB  |  124 lines

  1. *
  2. *   This is a sample QRep configuration file.  The following lines define and
  3. *   explain each of the 12 keywords currently supported by QRep.
  4. *
  5. *   All keywords must begin in column 1 of a line, and must be immediately
  6. *   followed by a '=' character.  Do not insert any spaces between the keyword,
  7. *   the '=' character, and the configuration data.  If the configuration data
  8. *   contains spaces, such as when you're entering the subject line of a
  9. *   message, then it must be enclosed in double quotes (").  If there are no
  10. *   spaces, then you do not need to use quotes.
  11. *
  12. *   Keywords may be entered in any case (upper or lower), and keyword lines
  13. *   may be entered in any order in the configuration file.
  14. *
  15. *   When QRep encounters either an asterisk (*) or a blank space in column 1
  16. *   of a line, it treats the rest of the line as a comment line.
  17. *
  18.  
  19. days=7
  20.  ┌─────────────────────────────────────────────────────────────────────────┐
  21.  │ Tells QRep how many days are to be skipped between messages.  The file  │
  22.  │ date on the configuration file is the date a message was last sent.     │
  23.  │ QRep adds the number of days specified here to that date to get the     │
  24.  │ next date the message is to be sent.  If the next date is less than or  │
  25.  │ equal to the current system date, then QRep will generate a message.    │
  26.  │ If it is greater than the current system date, then QRep will end and   │
  27.  │ return to the command line without generating a message.  This feature  │
  28.  │ is useful in situations where you are advertising items for sale, but   │
  29.  │ the network you're using limits the frequency of your advertisements.   │
  30.  │ It is also useful to moderators because it lets them send out           │
  31.  │ conference rules or guidelines on a regular, automated basis.           │
  32.  │                                                                         │
  33.  │ The number of days may range from 0 to 32767.  Setting the number of    │
  34.  │ days to 0 will cause QRep to generate a message every time it is run.   │
  35.  └─────────────────────────────────────────────────────────────────────────┘
  36.  
  37. lines=99
  38.  ┌─────────────────────────────────────────────────────────────────────────┐
  39.  │ Sets the maximum lines allowed per message, up to and including the     │
  40.  │ tagline.  If a message exceeds this number, it will be split into       │
  41.  │ separate messages.                                                      │
  42.  │                                                                         │
  43.  │ The standard number of lines for most bulletin board systems is 99.     │
  44.  │ QRep is capable of generating a maximum of 32767 lines per message.     │
  45.  └─────────────────────────────────────────────────────────────────────────┘
  46.  
  47. bbs=pc-ohio
  48.  ┌─────────────────────────────────────────────────────────────────────────┐
  49.  │ Specifies the BBS ID of the bulletin board to which the resulting REP   │
  50.  │ packet is to be uploaded.  QRep will append .MSG to this name to create │
  51.  │ or update a QWK compatible reply file.  You must use a compression      │
  52.  │ software package such as PKZIP to compress the reply file into a        │
  53.  │ BBS_ID.REP packet, where BBS_ID is replaced with the name you specify   │
  54.  │ on the above BBS= line.                                                 │
  55.  └─────────────────────────────────────────────────────────────────────────┘
  56.  
  57. to=ALL
  58.  ┌─────────────────────────────────────────────────────────────────────────┐
  59.  │ Specifies the name of the person to whom the message is addressed.  The │
  60.  │ entire name may contain up to 25 characters and/or spaces.  If the name │
  61.  │ contains spaces, it must be enclosed in double quotes.                  │
  62.  └─────────────────────────────────────────────────────────────────────────┘
  63.  
  64. from="BRIAN SHOWALTER"
  65.  ┌─────────────────────────────────────────────────────────────────────────┐
  66.  │ Specifies the name of the person from whom the message is sent.  The    │
  67.  │ entire name may contain up to 25 characters and/or spaces.  If the name │
  68.  │ contains spaces, it must be enclosed in double quotes.                  │
  69.  └─────────────────────────────────────────────────────────────────────────┘
  70.  
  71. subj="QRep is here!"
  72.  ┌─────────────────────────────────────────────────────────────────────────┐
  73.  │ Specifies the subject line of the message.  The subject may consist of  │
  74.  │ up to 25 characters and/or spaces.  If it contains spaces, then it must │
  75.  │ be enclosed in double quotes.                                           │
  76.  └─────────────────────────────────────────────────────────────────────────┘
  77.  
  78. conf=1002
  79.  ┌─────────────────────────────────────────────────────────────────────────┐
  80.  │ Specifies the number of the conference into which the message is to be  │
  81.  │ placed.                                                                 │
  82.  │                                                                         │
  83.  │ The maximum conference number is dependent on the BBS software in use   │
  84.  │ on the host system, however, QRep can support up to 32767 conferences.  │
  85.  └─────────────────────────────────────────────────────────────────────────┘
  86.  
  87. status=p
  88.  ┌─────────────────────────────────────────────────────────────────────────┐
  89.  │ Specifies the message status.  Valid codes are:                         │
  90.  │   p = public   v = private   s = password   g = group                   │
  91.  └─────────────────────────────────────────────────────────────────────────┘
  92.  
  93. password=qrep
  94.  ┌─────────────────────────────────────────────────────────────────────────┐
  95.  │ Specifies the password to be used to access the message if the status   │
  96.  │ is "password" or "group".  Ignored if status is "public" or "private".  │
  97.  └─────────────────────────────────────────────────────────────────────────┘
  98.  
  99. fido=n
  100.  ┌─────────────────────────────────────────────────────────────────────────┐
  101.  │ If "y", QRep will use FidoNet style taglines, as indicated below:       │
  102.  │                                                                         │
  103.  │ ... QRep 1.1 #1234 * This is your tagline                               │
  104.  │                                                                         │
  105.  │                                                                         │
  106.  │ Otherwise it will use normal QWK style tearlines.                       │
  107.  │                                                                         │
  108.  │ ---                                                                     │
  109.  │  ■ QRep 1.1 #1234 ■ This is your tagline                                │
  110.  │                                                                         │
  111.  └─────────────────────────────────────────────────────────────────────────┘
  112.  
  113. tagline="The ultimate automated message generator!"
  114.  ┌─────────────────────────────────────────────────────────────────────────┐
  115.  │ Specifies the tagline which is to be appended to the end of the         │
  116.  │ message.  (SUPPORTED IN REGISTERED VERSION ONLY)                        │
  117.  └─────────────────────────────────────────────────────────────────────────┘
  118.  
  119. text=c:\qrep\test.txt
  120.  ┌─────────────────────────────────────────────────────────────────────────┐
  121.  │ Specifies the path and name of the text file which contains the actual  │
  122.  │ message.                                                                │
  123.  └─────────────────────────────────────────────────────────────────────────┘
  124.