home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / soup2sq.zip / soup2sq.cfg < prev    next >
Text File  |  1995-03-04  |  3KB  |  94 lines

  1. ; Soup2Sq configuration file version 1.0
  2.  
  3. ; Lines starting with a semi-colon are comment
  4. ; Empty lines are also skipped
  5.  
  6. ; Name, FullName & Domain will form the 'From:' header
  7.  
  8. ; Your email name
  9. Name myname
  10.  
  11. ; Your full name
  12. FullName My Fullname
  13.  
  14. ; Your domain
  15. Domain my.domain.com
  16.  
  17. ; The previous three keywords are used to set the correct email address:
  18. ; myname@my.domain.com (My Fullname)
  19. ;
  20. ; If the 'From:' header keyword in an email msg is not correct (does not
  21. ; contain the '@' symbol) these keywords are used to create the correct
  22. ; 'From:' header keyword. This allows you to enter anything on the from line
  23. ; with your msgeditor and still get a correct 'From:' header keyword. Just as
  24. ; long as you don't use the '@' symbol. If you do use the '@' symbol
  25. ; (eg johndoe@somewhere.com) the msg will have that origin address
  26.  
  27. ; Optional 'Reply-To:' header
  28. ; be sure to use the right format: name@domain (fullname)
  29. ReplyTo jdoe@foo.bar (John Doe)
  30.  
  31. ; Optional 'Organization:' header
  32. Organization John's internet home
  33.  
  34. ; Maximum number of lines per msg when uuencoding, if zero or not present,
  35. ; the file will be uuencoded in one BIG msg
  36. ; If you want to send a file to someone, just use your fido msgeditor to create
  37. ; a msg with a file-attach, Soup2Sq will do the rest (create multiple uuencoded
  38. ; msgs).
  39. EncodeLines 150
  40.  
  41. ; The StripRe keyword will remove the 'Re: ' word from all subject lines
  42. ; for better message linking
  43. StripRe
  44.  
  45. ; When articles are posted a copy will return to you, so you will have two
  46. ; of them. To avoid this you can have soup2sq delete all posted articles or
  47. ; have them moved to a dedicated squish area. Only one of the two following
  48. ; keywords may be used.
  49.  
  50. ; Set this keyword to delete posted articles
  51. ;DeletePostedArticles
  52.  
  53. ; Set this keyword to move posted articles
  54. MovePostedArticles c:\binkley\msgbase\usenet\posted
  55.  
  56. ; Directory (without trailing '\') for reply files (replies, mail.msg, news.msg)
  57. ; The directory must already exist
  58. Reply c:\news
  59.  
  60. ; Area definition
  61. ;
  62. ; Newsgroup tag path -n | -m
  63. ;
  64. ; where:
  65. ;      * tag is the name of the newsgroup or 'Email' in case of your email area
  66. ;      * path is the fully qualified path+filename of the area
  67. ;      * -n specifies that tag is a USENET newsgroup
  68. ;      * -m specifies that tag is an e-mail area
  69.  
  70. ; Defenition of newsgroups to which you have subcription
  71. ;Newsgroup comp.os.os2.programmer c:\binkley\msgbase\usenet\prog -n
  72. ;Newsgroup comp.os.os2.programmer.misc c:\binkley\msgbase\usenet\misc -n
  73. ;Newsgroup comp.os.os2.announce c:\binkley\msgbase\usenet\announce -n
  74.  
  75. ; The Email areatag should be 'Email' unless your internet provider uses
  76. ; some other name which is not likely
  77.  
  78. Newsgroup Email c:\binkley\msgbase\email\email -m
  79.  
  80. ; User definitions (simple address book)
  81. ;
  82. ; User alias address fullname
  83. ;
  84. ; Where:
  85. ;       * alias is a descriptive name for the user (NO spaces allowed! case is
  86. ;         NOT significant: 'John' is the same as 'jOhN')
  87. ;       * address is the fully qualified address of the user
  88. ;       * fullname is the users full name (spaces allowed)
  89. ;
  90. ; These definitions will be used if an alias is equal to the 'to' field of
  91. ; the fidomsg. This is for Email only, not newsgroups
  92.  
  93. User svl svanloef@knoware.nl Steven van Loef
  94.