home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / HATCH / WWIVNEWS.ZIP / 9306_1.NWS < prev    next >
Text File  |  1993-06-06  |  28KB  |  484 lines

  1.                ┌┐┌┐┌┐┌┐┌┐┌┐┌────┐┌┐  ┌┐┌─┐ ┌┐┌────┐┌┐┌┐┌┐┌────┐
  2.   ╔════════════││││││││││││└─┐┌─┘││  │││ └┐│││┌───┘│││││││┌───┘════════════╗
  3.   ║  Volume 4  ││││││││││││  ││  └┼┐┌┼┘│  └┘││└───┐│││││││└───┐ April/May  ║
  4.   ║   Issue 1  ││││││││││││  ││   ││││ │┌┐  ││┌───┘││││││└───┐│    1993    ║
  5.   ╚════════════│└┘└┘││└┘└┘│┌─┘└─┐ └┼┼┘ ││└┐ ││└───┐│└┘└┘│┌───┘│════════════╝
  6.                └────┘└────┘└────┘  └┘  └┘ └─┘└────┘└────┘└────┘               
  7.                           ┌─────────────────────┐
  8.                           │This Month's Features│
  9. ┌─────────────────────────┴─────────────────────┴───────────────────────────┐
  10. │ Random Factors...................................Wayne Bell (1@1)         │
  11. │                                                                           │
  12. │ WWIV in the Courtroom............................Polekat (1@5285)         │
  13. │                                                                           │
  14. │ TechnOTES........................................WWIVnews Staff           │
  15. │                                                                           │
  16. │ Playing Ping-Pong with 1@1.......................Star Gazer (1@3101)      │
  17. │                                                                           │
  18. │ Filo's Mod of the Month..........................Filo (1@2050)            │
  19. │                                                                           │
  20. │ WWIV on Internet and Usenet......................Jay Walker (1@7659)      │
  21. │                                                                           │
  22. │ Type 0 Forum.....................................Omega Man (1@5282)       │
  23. │                                                                           │
  24. │ @506 Usenet Gateway Policy Changes...............Zaphod Beeblebrox (1@506)│
  25. │                                                                           │
  26. │ WWIV-Compatible Networks List....................Red Dwarf (1@6264)       │
  27. │                                                                           │
  28. │ Dateline: @#$*()#!...............................Omega Man (1@5282)       │
  29. └──────────────┬─────────────────────────────────────────────┬──────────────┘
  30.                └─────────────────────────────────────────────┘
  31.  
  32. ───────────────┬─────────────────────────────────────────────┬───────────────
  33.                │               Random Factors                │
  34.                │   Creative Commentary by Wayne Bell (1@1)   │
  35.                └─────────────────────────────────────────────┘
  36.  
  37. v4.22 QSCAN POINTER PROBLEMS:
  38.  
  39. If your Quickscan is not working correctly, install that, compile & run, and 
  40. do a //RESETQSCAN from the main menu. It will reset all quickscan and newscan
  41. info for every user.
  42.  
  43. ─────────────────────────────────────────────────────────────────────────────
  44.  
  45. In BBS.C, function mainmenu():
  46.  
  47.     /* existing code */
  48.     if (strcmp(s, "CHAT")==0) {
  49.       nl();
  50.       pl(((*(char far *)0x00000417L ^= 0x10) & 0x10) ?
  51.                        get_string(21) :
  52.                        get_string(22));
  53.       sysoplog(get_stringx(1,9));
  54.       topscreen();
  55.     }
  56.     /* new code starts here */
  57.     if (strcmp(s, "RESETQSCAN")==0) {
  58.       memset(qsc, 0, syscfg.qscn_len);
  59.       *qsc=999;
  60.       memset(qsc_n,0xff,((max_dirs+31)/32)*4);
  61.       memset(qsc_q,0xff,((max_subs+31)/32)*4);
  62.       close_qscn();
  63.       sprintf(s1,"%sUSER.QSC", syscfg.datadir);
  64.       unlink(s1);
  65.       for (i=0; i<=number_userrecs(); i++) {
  66.         write_qscn(i, qsc, 1);
  67.       }
  68.       close_qscn();
  69.       close_user();
  70.     }
  71.  
  72. ─────────────────────────────────────────────────────────────────────────────
  73.  
  74. This recently-posted qscan fix is for people who have qscan pointers really 
  75. screwed up (you'll know it if you do). The routine, most of which was stolen 
  76. out of the newuser qscan initialization, goes through and resets the entire
  77. user.qsc file to look as if every user had just logged on as new (from the
  78. nscan/qscan perspective). 
  79.  
  80. NET33: 
  81.  
  82. NET33 will be released on June 5th, 1993. It will be available on most SDS's at
  83. that time, as well as on my system, Amber. It will NOT support multiple nets 
  84. per xfer. It will have the subs.lst description-length bug fixed, in addition 
  85. to supporting network2 preprocessors, a new type of external net messages, and
  86. re-written docs, with the sections covering WWIVNet software separated from 
  87. those covering WWIVNet Network Policy. 
  88.  
  89.  
  90. SUBS.LST:
  91.  
  92. A CATEG.NET file was been sent out along with the last mail_to_all_sysops. If
  93. you're using WWIV v4.22 and net32 (or later), you can now select a category for
  94. your sub to be listed under, in the SUBS.LST file. To pick a category, do
  95. the following:
  96.  
  97. 1) Go into //BOARDEDIT, 
  98.  
  99. 2) For each sub you host (on WWIVNet), select option J (Net info)
  100.  
  101. 3) M)odify the line for the sub you host, and re-enter the information. 
  102.  
  103. 4) When you get to the "Allow auto sub info?" question, select Y)es. You will 
  104.    be presented with the list of categories. Select the correct category (or
  105.    the closest to it). The next SUBS.LST update will then list your sub in the
  106.    correct category.
  107.  
  108. Finally, if you're short on memory for DSZ or HSLINK, you'll have about 90k 
  109. more free to run those using net33.
  110.  
  111. NET34: 
  112.  
  113. No, I haven't started on it yet, but I am hoping for multi-nets-per-call in
  114. net34. Wanted to get out net33 with the subs.lst description length fix before
  115. I started on the MNPC stuff.
  116.  
  117.  
  118. WWIV 4.23: 
  119.  
  120. The multi-language extensions seem to be working smoothly, and I've added many
  121. other minor enhancements - and yes, bug fixes - to the stock version. 
  122. Currently, Tolkien (1@3456) is helping with the implementation of a few other 
  123. new features for v4.23, so I think you'll see a wider selection of upgrades 
  124. with this version. More on this in the future, as things develop.
  125.  
  126.  
  127. WWIV/FIDONET:
  128.  
  129. Yes, we are looking to have FidoNet support in v4.23, most of which will not be
  130. written by me. It is still in the design phase for the time being.
  131.  
  132.  
  133. NET UPDATES:
  134.  
  135. The schedule for sending net updates has changed. Updates will now go out on
  136. Wednesday and Saturday evenings (instead of Thursday and Sunday, as done
  137. previously). The current update schedule looks like this:
  138.  
  139. Jun 2 (time of this writing)
  140. Jun 5
  141. Jun 9
  142. Jun 12
  143. ...
  144.  
  145.  
  146. .UUE FILES:
  147.  
  148. UUEncoded files should not be sent over WWIVNet, other than between directly 
  149. connected systems. You may send small (<4k) UUE's sometimes (once a week or 
  150. so) if it is necessary, but do not send large files, or send them too often. 
  151. Sending files costs people LD charges, and ties up BBS's and net servers.
  152.  
  153. If you do send UUE files, you may find that they are blocked by a server. You
  154. may also find yourself removed from the network.
  155.  
  156. In the somewhat near future, there will be a utility available to send files
  157. between BBS's. This will go directly between BBS's, not through the net, and
  158. will hence not cost anyone else any money. We are working on a program to be
  159. called WW4-FREQ which will enable a sysop to request files from or send files
  160. to another WWIV BBS. 
  161.  
  162. The program will work similar to WWIVNet in some ways; that is, you can specify
  163. the time parameters that you wish for your board to use in calling the other
  164. board and you can use macros if you wish. If the other sysop has setup the
  165. program on his end, you will be able to request files from those directories
  166. that he has specified as permitting file requests. Once the program is 
  167. developed and working well, we will address methods of identifying boards that
  168. utilize this feature.
  169.  
  170. Again, this program is only in the development stage right now. For the time
  171. being, any specific questions regarding WW4-FREQ should be forwarded to Filo
  172. (1@2050). In the meantime, please follow the above guidelines regarding the
  173. transmission of .UUE'd files across WWIVNet.
  174.  
  175. ───────────────┬─────────────────────────────────────────────┬───────────────
  176.                │           WWIV in the Courtroom:            │
  177.                │  How Wayne Bell & WWIV Helped Steve Jackson │
  178.                │         Beat the US Secret Service          │
  179.                │             by Polekat (1@5285)             │
  180.                └─────────────────────────────────────────────┘
  181.  
  182. Editor's Note: While every sysop in the country is familiar with the case of
  183. Steve Jackson vs The United States Secret Service, and is now well aware of the
  184. outcome, not everyone is aware of a major role Wayne Bell played in the
  185. decision. Wayne, as you'll see, was very instrumental in proving that Secret
  186. Service agents did in fact read private E-Mail prior to deleting it, which in
  187. turn helped to render a decision in favor of Steve Jackson and the EFF.
  188.  
  189. The following article by 1@5285, printed here for the first time in WWIVNews
  190. with the author's permission, gives the most complete overview of the events
  191. leading up to the Secret Service raid on the Illuminati BBS in March 1990, and
  192. the consequences of these actions. It should be noted that the article is
  193. copyrighted (C)1993 Ed Cavazos, and should not be reprinted without his express
  194. permission. Otherwise his publisher will have a hissy-fit and Ed'll send me 
  195. lots of nasty E-Mail :-)
  196.  
  197. ─────────────────────────────────────────────────────────────────────────────
  198.  
  199. In March of 1990, the United States Secret Service raided an Austin, Texas
  200. company called Steve Jackson Games (SJG). The raid was the culmination of a
  201. complex series of events involving a government investigation into a computer
  202. hacking group known as The Legion of Doom, and an allegedly valuable text file
  203. detailing some obscure facts about the Emergency 911 system, which members of
  204. the group copied from a phone company computer. Like they had done countless
  205. times before with other targets, the Secret Service busted into the offices of
  206. the Austin roleplaying games publisher and seized several computers and 
  207. hundreds of floppy disks. Without any explanation of the charges involved, 
  208. or any indication as to whether the company itself was somehow suspected of 
  209. wrongdoing, the government carried off the hardware, leaving Jackson's company
  210. crippled. 
  211.  
  212. Unlike those before it, this raid would prove to cause quite a stir and have
  213. long lasting ramifications for the computer and law enforcement communities.
  214. What started out as just another chapter in the continuing saga of law
  215. enforcement's bumbling effort to battle computer crime ended up helping to 
  216. establish the rights of sysops and users everywhere, and it did so with the
  217. help of the WWIV software and its author Wayne Bell.                               
  218.       
  219. The SS Comes To Austin
  220.  
  221. One of Jackson's employees, Loyd Blankenship (aka "The Mentor") had long been
  222. involved in the computer underground as a member of the notorious Legion of
  223. Doom (LoD). Blankenship was writing a game called GURPS Cyberpunk for SJG. 
  224. Cyberpunk was set in the classic Gibsonian setting of a future world dominated
  225. by computer networks and hackers swiping data for the large corporations who 
  226. ruled the planet. In his spare time, Blankenship and another LoD member Chris 
  227. Goggans (aka "Erik Bloodaxe") ran an "elite" board from home. The board ("The 
  228. Phoenix Project") catered to hackers and others interested in computer 
  229. security. It had an active user base of well known underground celebrities, 
  230. and offered a decent collection of text files and 'zines dealing with hack/
  231. phreak issues.
  232.  
  233. The Secret Service took an interest in the activities of the Legion of Doom
  234. after it was alerted to the existence of a document which had been pilfered 
  235. from a telephone company computer by some of its Atlanta members ("Prophet" 
  236. "Urvile" and "Leftist"). The text file which dealt with the E911 system, was 
  237. being edited for inclusion in a popular 'zine called PHRACK, published by 
  238. Craig Neidorf (aka "Knight Lightning"). PHRACK had a fairly large subscription
  239. list, and was archived on hundreds of BBS' all over the country. 
  240.  
  241. Unfortunately for him, Blankenship was on that list. He received an advance 
  242. copy of PHRACK Issue #24's table of contents through an Austin Internet 
  243. address. This led the law to Austin in late February and early March of 1990, 
  244. hot on the trail of the evil document and anyone even remotely associated 
  245. with it.
  246.  
  247. The Secret Service, under the leadership of Agent Tim Foley and Assistant 
  248. US Attorney William Cook, acquired a search warrant to search the homes of 
  249. Blankenship and Goggans. In what has since been revealed as a hasty last minute
  250. decision, they also convinced a US Magistrate to allow them to search the 
  251. premises of Steve Jackson Games. On the morning of the search, they 
  252. simultaneously raided the three locations, and carted off vans full of computer
  253. equipment. 
  254.  
  255. Jackson was shocked. He had no idea why his company was the target of any kind
  256. of investigation, and the Secret Service weren't talking. The warrant was
  257. "sealed," they told him, and he would just have to wait until they were done
  258. with their investigation before he could find out any more, much less have his 
  259. company's computers returned. The government had seized all of the existing
  260. copies of the almost completed GURPS Cyberpunk as well as countless other 
  261. files. Without computers, many of Jackson's employees couldn't work. 
  262. Publication dates were immediately pushed back for some products and canceled
  263. for others. In desperation, Jackson was forced to lay off a large percentage 
  264. of his employees.
  265.  
  266. News of the Jackson raid began to spread through the BBS and network community.
  267. It eventually got to Mitch Kapor and John Perry Barlowe. Kapor was the 
  268. co-author of Lotus 1-2-3 and the founder of Lotus Development. Barlowe was a 
  269. renegade net personality who wrote lyrics for the Grateful Dead. Jackson's 
  270. story struck a chord with the duo, who had been following the law enforcement 
  271. assault on computer users. Together, they formed a non-profit group called the 
  272. Electronic Frontier Foundation and as one of the group's first official acts 
  273. supported Jackson in a suit against the US government for damages resulting 
  274. from the March 1 search and seizure.
  275.             
  276. Enter WWIV and Wayne Bell
  277.  
  278. As interesting as this story is, it soon took an even more interesting turn for
  279. the WWIVNet community. It turns out that one of the computers seized by the
  280. government from SJG was a BBS running a registered version of WWIV. The board,
  281. called "The Illuminati" was used by fans of Jackson's games as well as writers 
  282. and editors. It had several active subs devoted to various SJG products, a
  283. transfer section which offered playtest version of yet to be released games and
  284. a Gfiles section with articles about the company, how to submit freelance
  285. materials and other related matters. Although it was not a part of WWIVNet,
  286. Jackson was pleased with WWIV's performance and had happily sent in his 
  287. registration to Wayne Bell.
  288.  
  289. Jackson and his attorneys realized that the seizure of the BBS was a crucial
  290. part of their claim. Three of the boards users joined in the lawsuit claiming
  291. that the interception of their personal e-mail by the government violated a
  292. federal statute called the Electronic Communications Privacy Act. The ECPA was
  293. designed to keep law enforcement types from getting carried away with wiretaps
  294. and other types of electronic surveillance, but had yet to be applied to 
  295. e-mail. Jackson also contended that running the BBS qualified his company as a
  296. publisher under another law called the Privacy Protection Act. The PPA set 
  297. strict rules for searching people in the business of disseminating information
  298. to the public, but it too had never been applied to a BBS. Both claims were
  299. bold attempts to establish protections for a hobby which had been largely 
  300. ignored by the law up to then.
  301.  
  302. Early on, Jackson contacted Bell concerning the raid. The government had 
  303. returned some partial back-ups of the BBS hard drive, and Bell agreed to 
  304. examine them from an expert perspective. His examination turned up a startling
  305. fact: not only had their been e-mail on the system at the time of the raid, but
  306. the government had systematically read and deleted it in its search for any
  307. incriminating evidence. Armed with this knowledge, Jackson's lawyers asked 
  308. Wayne to testify as to how he deduced this and as a general expert on BBS's 
  309. and WWIV in particular.
  310.  
  311. This is where I became involved in the story. In the summer of 1992, I was 
  312. about to enter my last year of law school at the University of Texas in 
  313. Austin. I had been running a WWIV BBS since the days when the source was 
  314. written in Turbo Pascal and was (and am) a member of WWIVNet (1@5285 - "The 
  315. Bamboo Gardens North"). My study of the law made me begin to wonder about the 
  316. legal issues related to running and using a BBS. I even started a network sub 
  317. on the subject ("The Modem/BBS Lawnet" subtype 25285, AutoReq). I had been
  318. following the Jackson story with great interest, and the Mentor had been a 
  319. user on my board several years before all of this. In 1991, I became involved 
  320. in the Austin chapter of the EFF, which had been founded by Jackson and other 
  321. net personalities. One of the more active members of the group, science fiction
  322. author Bruce Sterling was even writing a book about the whole ordeal. The 
  323. book, entitled "The Hacker Crackdown" presents the complicated story of the 
  324. raid and the preceding events in detail, and is the best source for a complete 
  325. and accurate description of what really happened leading up to the trial. 
  326.  
  327. I received an offer to work as a summer intern at a large Austin lawfirm which
  328. handled, among other things, media law cases. I was excited to later learn that
  329. the firm was chosen by the EFF to handle the litigation in the SJG v. US Secret
  330. Service case. Because of my familiarity with WWIV and with modeming in general,
  331. I was asked by Pete Kennedy, an associate at the firm to help him and other
  332. attorneys working on the case to piece together what happened on the technical
  333. side of things. One of my tasks was to deal directly with Wayne and help him
  334. prepare for testimony. I was also in charge of setting up a working model of 
  335. the Illuminati BBS for use in the courtroom during trial.
  336.  
  337. Although I had never directly corresponded with Wayne before (except by sending
  338. in my registration check in 1987), I was, like most WWIV sysops are, a big fan
  339. of his. I felt that WWIV was the best BBS software package available for a
  340. single line board, and still do. I was pleased to learn that Wayne was a
  341. friendly and helpful person who was more than willing to lend a hand when I had
  342. a question about something. He was also patient with my lack of programming
  343. knowledge (I have only dabbled with the source, and have always run a stock
  344. version of WWIV).
  345.  
  346. In several telephone discussions Wayne explained to me how he had come to the
  347. conclusions about the Secret Service reading the e-mail. It turns out that due
  348. to a quirk in the mail routines, they left irrefutable evidence of what they 
  349. had done.
  350.  
  351. WWIV e-mail information was stored in two files with identical names
  352. (EMAIL.DAT). One of them, found in the \DATA directory, contains pointers and
  353. header information. The other, found in the \MSGS directory, contains the
  354. text of the letter and some other info. 
  355.  
  356. Granted, this is a simplification, but for our purposes, it was accurate and as
  357. complicated as we could get with any hope of not losing the judge at trial. 
  358. When a piece of e-mail is deleted by a user after he or she reads it, WWIV
  359. places a "0" in the to: field in /data/email.dat (there is no user #0, so this
  360. serves as a flag that the entry is no longer viable). As part of the log-off
  361. procedure, all entries with a "0" in the to: field are deleted, and the process
  362. is complete. If a sysop deletes user e-mail from the Waiting For Caller screen,
  363. however, the "0" is placed in the to: field, but since there is no log-off
  364. after this procedure, the system waits for a normal log-on and log-off before 
  365. it deletes all of the zeroed out entries from email.dat. The files, as they 
  366. were returned form the Secret Service showed that every entry in the email.dat
  367. was mailed to user 0. Coupled with the file dates (verified from printouts 
  368. turned over from the Secret Service investigation), it became evident that 
  369. someone at the Secret Service sat at WFC, hit "M" to read all the mail, and 
  370. then systematically deleted every piece after reading it.
  371.  
  372. Wayne flew into Austin the day before the trial and - after chicken fried steak
  373. and a couple of beers - we worked on how his testimony would best be presented.
  374. I had been over this with Pete Kennedy (Jackson's attorney) several times
  375. without Wayne, and Pete spent time with Wayne on the phone, so Wayne turned out
  376. to be a very able witness. His testimony would also established that WWIV was
  377. not, as the government claimed, full of security holes. Hank Kluepfel, a
  378. government witness who was the Director of Network Security at Belcore, had
  379. claimed that WWIV e-mail shouldn't be considered private because WWIV had a
  380. reputation of being lax on security.
  381.  
  382. At trial, Wayne's testimony was very effective. He really was not challenged by
  383. the government attorneys, and his conclusions were well established as far as
  384. the court was concerned. Steve Jackson was able to sit down at a working model
  385. of the Illuminati BBS during the trial and show the judge exactly what WWIV
  386. looked and felt like. It was also shown at the trial that there was nothing
  387. illegal anywhere on the Illuminati BBS. Every piece of software (including
  388. utilities) was accompanied by a valid ownership. That, and other damaging
  389. testimony from the Secret Service Agents themselves, along with testimony from
  390. the other plaintiffs, led US District Judge Sam Sparks to hand down an opinion
  391. on March 12, 1993 (just over three years after the raid) which held that the
  392. government violated the statutes in question and awarding Steve and the three
  393. users of his board damages.The decision was reported in The Wall Street Journal
  394. and in UPI stories all across the country,
  395.            
  396.  
  397. The Aftermath
  398.  
  399. As positive as it initially appears, the legal significance of the decision is
  400. still being debated by legal analysts. First, it should be noted that the
  401. opinion, while clearly important, is of limited precedent because of the way 
  402. our legal system works. It is only the law in the Southern District of Texas. 
  403. In theory, other courts might be persuaded by it, but are not bound by its 
  404. holding. An appeal from the government (there has been no indication thus far 
  405. that they are planning one) would allow the more influential 5th Circuit Court 
  406. of Appeals to examine the legal ramifications of the case, but at that point, 
  407. things are up in the air again as far as the issues are concerned. There are 
  408. some things, however, which are irrefutable from the opinion.
  409.  
  410. First, it is clear that, at least in a limited jurisdiction, the Electronic
  411. Communications Privacy Act applies to electronic e-mail which is stored on a
  412. BBS. Judge Sparks ruled that each of the three users who had e-mail read by the
  413. government, yet were not under investigation, were entitled to $1000. While 
  414. this does not seem like a huge amount, it should be remembered that on a large
  415. board, paying $1000 to every user could be a big deterrent standing in the way 
  416. of the government aimlessly reading e-mail where it has no business doing so.
  417.  
  418. Second, the court held that the government violated the Privacy Protection Act.
  419. The PPA part of the opinion, does not goes as far as sysops might hope, 
  420. however, as the judge seemed to base his decision that Jackson qualified as a
  421. publisher on the nature of his company's games and books and not solely on the
  422. fact that he ran a BBS. Although it will be helpful for a future plaintiff 
  423. sysop to rely on the SJG decision when trying to establish that the PPA 
  424. prevents government seizure of a BBS, it will not be dispositive. Under this 
  425. claim, Jackson won over fifty thousand dollars.
  426.  
  427. I haven't had a chance to talk with Wayne since working with him at the trial.
  428. I am sure he is as pleased as others about the decision, and he should be since
  429. he was an important part of the victory. In their own way, he and his program
  430. have a special place in BBS legal history now.
  431.  
  432. Sysops should be aware that we are all still on thin ice when trying to get the
  433. legal system to understand our hobby. Although we have been lucky in the past
  434. (the SJG decision, and other important cases like Cubby v. Compuserve), there
  435. need to be more judges who are sensitive to the constitutional protections 
  436. which BBS's deserve. Thanks to the determination of Steve Jackson, his 
  437. attorneys and people like Wayne Bell who were willing to help, this particular
  438. story had a happy ending. Not all of them do. Blankenship and Goggans have yet 
  439. to have any of their equipment returned to them, even though no charges have 
  440. ever been brought. They are not alone. Since I have become involved in these 
  441. issues, I have been contacted by several sysops who were raided at one time, 
  442. had their computers seized and were never charged with a crime. Hopefully, in 
  443. the future, law enforcement agents will think twice about such shameless 
  444. activities. Until then, the best that sysops can do is to become aware of the 
  445. issues, and become active with groups like the EFF that fight to establish 
  446. sysop and user rights.
  447.  
  448.                            
  449. Further Sources:
  450.  
  451. If you want more information about the facts leading up to the raid on SJG, the
  452. best source is Sterling's book _The Hacker Crackdown_ ($23.00, Bantam - 1992).
  453. Boardwatch magazine has provided very good coverage of the more recent
  454. developments. 
  455.  
  456. In April,a detailed account of the trial was reported. In May, noted cyber-
  457. lawyer Lance Rose analyzes the court's opinion in detail and spells out what he
  458. feels the ramifications are. Rose has also written a book called _SYSLAW_
  459. ($34.95, PC Info Group - 1992 [orders 800-321-8285]) which is a great guide to
  460. the legal issues involved in running a BBS. 
  461.  
  462. Pete Kennedy of George, Donaldson & Ford, Jackson's law firm, is working on an
  463. article for an upcoming issue of Boardwatch, as well. The latest issue of 
  464. _2600: The Hacker's Quarterly_ has the hacker perspective of the trial reported
  465. by Paco Xander Nathan, who was present throughout the proceedings. 
  466.  
  467. Finally, I am writing a book for MIT press called "The Law of Cyberspace: Your
  468. Rights and Duties in the On-Line World" which should be on the shelves in
  469. January 1994. I'll be happy to respond to e-mail (1@5285) but please refer 
  470. legal questions/comments to my WWIVNet sub, The Modem/BBS Lawnet so that 
  471. others can benefit from the discussion.
  472.  
  473. The EFF can be contacted by US Mail by writing 666 Pennsylvania Avenue, Suite
  474. 303, Wash. DC 20003. Their phone number is (202) 544-9237, and their e-mail
  475. address is eff@eff.org which can be reached from WWIVNet via one of the 
  476. Internet gateways. 
  477.  
  478. The EFF sponsors a USENET newsgroup comp.org.eff.talk which has, in the past,
  479. been gated to WWIVNet, although I am not sure if it being done presently.
  480. EFF-Austin, an independent non-profit group, can be reached by mailing me at my
  481. WWIVNet address, by mailing eff-austin-directors@tic.com, or by reading their
  482. USENET newsgroup austin.eff. Both groups are prepared to help sysops and users
  483. with legal problems in Cyberspace.
  484.