home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / softsys / andrew / 1237 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  1.3 KB

  1. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!cs.kun.nl!harcoh
  2. From: harcoh@cs.kun.nl (Harco de Hilster)
  3. Newsgroups: comp.soft-sys.andrew
  4. Subject: Public bboards and VUI
  5. Message-ID: <MehSycG3fW4145qEdj@cs.kun.nl>
  6. Date: 15 Sep 92 14:14:00 GMT
  7. Sender: usenet@ucbvax.BERKELEY.EDU
  8. Organization: The Internet
  9. Lines: 26
  10.  
  11. The patch from Nathaniel Borenstein that allows public bulletinboards
  12. works great; people with write permission to a directory are able to
  13. delete messages from a public bboard.
  14.  
  15. Only VUI manages somehow to put the protection mask of .MS_MsgDir files to:
  16. -rw-------
  17. when it updates a message folder.
  18.  
  19. When a message is marked for deletion (CUI_DeleteMessage() ->
  20. AMS_SET_ATTRIBUTE) everything is ok, but when the directory gets purged
  21. the file protection mask changes to the above (CUI_PurgeDeletions() ->
  22. MS_PurgeDeletedMessages()). 
  23.  
  24. The strange thing is that messages, ezmail, cui set the file protection
  25. correct, and they all use the same library call to do it
  26. (AMS_PurgeDeletedMessages()). 
  27.  
  28. I'am really stuck here! 
  29.  
  30. Can someone with more knowledge about the message library help me out.
  31. Right now deleting a public message with VUI locks up that bboard for
  32. every one else.
  33.  
  34. Thanks in advance,
  35.  
  36. Harco.
  37.