home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / programs / bogus.arj / BPP.CFG < prev    next >
Encoding:
Text File  |  1992-11-22  |  5.6 KB  |  235 lines

  1. :BOGUS PACKET PROCESSOR    v0.13 beta
  2. ;sample config.
  3. ;NEW KEYWORDS IN THIS RELEASE:
  4. ;OZONE
  5. ;DZONE
  6. ;OPOINT
  7. ;DPOINT
  8. ;PCODE
  9. ;FLAGS
  10. ;FROMNAME
  11. ;TONAME
  12. ;SUBJECT
  13. ;VERMAJ
  14. ;VERMIN
  15.  
  16.  
  17. ;To run, type at the DOS prompt "BPP MY.CFG" or whatever the config file
  18. ;is named.
  19.  
  20. ;IMPORTANT!  Any keywords that have no entries between that keyword and
  21. ;the word "END" should have both the keyword (and the associated "end"
  22. ;statement) either commented out or removed from the config file!
  23. ;Also, there cannot be anything commented out between a keyword and
  24. ;the "end" statement!
  25.  
  26. ;        INFILE - mandatory (of course)
  27. ;this is the input file to process.  the input and output file names CAN
  28. ;be the same.
  29.  
  30. INFILE   b0fb1ca0.pkt
  31.  
  32.  
  33.  
  34. ;        OUTFILE - mandatory (of course)
  35. :this is the output file
  36.  
  37. OUTFILE   b0fb1ca0.pkt
  38.  
  39.  
  40. ;        KILLOLD
  41. ;this will delete the input file after processing.  Careful!
  42.  
  43. ;KILLOLD
  44.  
  45.  
  46. ;             THE FOLLOWING ARE PACKET HEADER KEYWORDS
  47. ;=====================================================================
  48. ;the following affect the packet header only, except for onode, dnode,
  49. ;onet, dnet which are also used for the address in the msg header(s).
  50.  
  51.  
  52.  
  53. ;        ADDRESS KEYWORDS - IMPORTANT!!! Mandatory!
  54. ;the following MUST be defined or everything will be packed up as zone 0,
  55. ;net 0, node 0 (0:0/0) being the originating node, and 0:0/0 being the dest.
  56. ;point numbers need NOT be specified if the address is not a point.
  57. ; ozone = originating node.   NEW
  58. ; dzone = destination node.   NEW
  59. ; onet = originating net
  60. ; onode = originating node
  61. ; opoint - orig point number (usually 0)
  62. ; dnet = destination net
  63. ; dnode = destination node
  64. ; dpoint - dest point number (usually 0)
  65.  
  66. OZONE 69  
  67. ONET  1200
  68. ONODE  423  
  69. OPOINT 0
  70. DZONE 84 
  71. DNET  1313
  72. DNODE 1   
  73. DPOINT 0
  74.  
  75.  
  76.  
  77. ;        PCODE
  78. ;this will put whatever product code in the packet you want.  use the fido
  79. ;approved product codes, such as 19, which is an atari mail processor.
  80. ;THIS NUMBER MUST BE BETWEEN 0 AND 255, AND MUST BE DECIMAL (not hex)
  81. ;here are a few to know:
  82. ;APPLE/MAC     8,30,36,38,71,93,103,106
  83. ;ATARI/AMIGA  19,39,42,50,51,52,56,57,58,70,73,102,124,131
  84. ;CPM          10,61
  85. ;UNIX         59,94
  86. ;OTHER'S      79,84,114
  87.  
  88. PCODE 61
  89.  
  90.  
  91.  
  92. ;        VERMAJ and VERMIN
  93. ;these let you put the version number of the mail processor in the packet
  94. ;header ie  2.3.  These are optional and if not used will default to whatever
  95. ;is in the original packet header.
  96. ;this example would put the equivelant of 2.6 in the packet header.
  97.  
  98. VERMAJ 2
  99. VERMIN 6
  100.  
  101.  
  102. ;        BAUD
  103. ;this lets you specify a baud rate in the packet header.  most mailers
  104. ;don't use this, and it should be left at 0
  105.  
  106. BAUD 0
  107.  
  108.  
  109. ;        XPKT
  110. ;this allows you to specify the packet as a type 2+.  You should ALWAYS
  111. ;leave this in, as some mailers won't work right without it.
  112.  
  113. XPKT
  114.  
  115. ;        CAPWORD
  116. ;this lets you set the capability byte in the packet header.  DO NOT mess
  117. ;with this one!!!!!!!  leave it at 1, or your packet may not get tossed!
  118.  
  119. CAPWORD 1
  120.  
  121.  
  122.  
  123. ;           THE FOLLOWING ARE MESSAGE SPECIFIC KEYWORDS
  124. ;=====================================================================
  125. ;the following affect either the message header or the message body.
  126.  
  127.  
  128. ;        SEENBY and PATH - MANDATORY!
  129. ;the seenby and path definitions are MANDATORY!
  130. ;the seenby line to use.  only one seenby line will be placed in each msg,
  131. ;all original seenby's will be stripped.  ther MUST be at least one seenby,
  132. ;the range is 1 to 20
  133.  
  134. SEENBY
  135. 206/1 2 6 9 13 28 99 281/ 22 87 99 1011 1023
  136. 999/99 99 99 99 99 99 1000/101 101 101
  137. END
  138.  
  139.  
  140. ;same as for seenby, there must be 1, but can be up to 20
  141.  
  142. PATH
  143. 69:1200/423 1200/0 
  144. 99/1 2 3 4 5 6 7 8 9 10 1001/11 12 13
  145. END
  146.  
  147.  
  148.  
  149. ;The following are all optional.  you don't even have to have them in the
  150. ;config file at all (but what fun they can be!!)
  151. ;if you don't want to use any of the following, make sure they don't appear
  152. ;in the config file at all, or that they are commented out.
  153.  
  154.  
  155. ;        AREA
  156. ;the area tag(s) you want the messages to contain.  you can have from 0 to 20
  157. ;area tags.  If there is more than 1 they will be selected at random.  if there
  158. ;are 0, the original area tag will be used.
  159. ;the definition must start with AREA and end with END.
  160.  
  161. AREA
  162. M_GRIPE
  163. END
  164.  
  165.  
  166. ;        TEAR
  167. ;the tear line text to use in the messages.  can be from 0 to 20.
  168. ;must start with TEAR and end with END
  169.  
  170. TEAR
  171. SuperBBS 1.16-B (Eval)
  172. END
  173.  
  174.  
  175.  
  176. ;        ORIGIN
  177. ;the origin line text to use.  from 0 to 20 entries.
  178.  
  179. ORIGIN
  180. Go To Hell and FUCK me in the ASSHOLE (69:1200/423)
  181. END
  182.  
  183.  
  184.  
  185. ;        FLAGS
  186. ;this will turn on whatever FLAGS you want set in the outgoing messages.
  187. ;valid flags are:
  188. ;PVT - Private
  189. ;CRASH
  190. ;RECD - Received
  191. ;SENT
  192. ;INTRANS - InTransit
  193. ;ORPHAN
  194. ;KILLSENT (the most fun!)
  195. ;LOCAL
  196. ;HOLDPU - Hold for Pick Up
  197. ;RETRECP - Return Receipt Requested (could also be fun)
  198. ;AUDREQ - Audit Trail Requested
  199.  
  200. FLAGS
  201. RETRECP
  202. END
  203.  
  204.  
  205.  
  206. ;        FROMNAME
  207. ;this keyword lets you substitute names in the from field of the messages
  208. ;if there is more than 1 they will be selected at random.  if there are none
  209. ;then the original names will be used.  Cannot be more than 35 characters.
  210.  
  211. FROMNAME
  212. Lynn Mccutcheon
  213. END
  214.  
  215.  
  216.  
  217. ;        TONAME
  218. ;same as fromname, except these go in the TO name field.
  219.  
  220. TONAME
  221. Tracey Summer
  222. Starwyn
  223. END
  224.  
  225.  
  226. ;        SUBJECT
  227. ;this will allow you to put your own subject lines in the msg's.
  228. ;same as fromname and toname except can be up to 70 characters.
  229.  
  230. SUBJECT
  231. Eat my root, asshole!
  232. SHUT THE FUCK UP!!!
  233. You aint got a hair on your ass!
  234. END
  235.