home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume10 / notes-mod.pch / README2 < prev   
Encoding:
Text File  |  1987-07-29  |  2.8 KB  |  70 lines

  1. Written  7:27 am  Aug 22, 1985 by sources-request@panda in comp.sources.unix
  2.     Note title: changes to notes
  3.  
  4. Mod.sources:  Volume 2, Issue 36
  5. Submitted by: genrad!mit-eddie!mirror!rs (Rich Salz)
  6.  
  7. This note contains modifications to the latest version of notes, 1.7.
  8.  
  9. The diffs listed below will modify notes (version 1.7, at least) to
  10. understand moderated newsgroups, as well as "local" notesfiles.
  11.  
  12. In a MODERATED notesfile, any attempt to write a note or send mail
  13. is turned into a call that sends mail to the moderator.  For example,
  14. is the MODERATED flag is on for net.announce, any attempt to post
  15. their will instead be sent as mail to mark@cbosgd.att (or whatever).
  16. Note that it is still possible to "Copy" a note into a MODERATED
  17. notesfile.  This can be prohibited by (a) turning off write permission
  18. on the all MODERATED notesfiles, or (b) added some trivial code to
  19. adnote.c.  I did (a); if anyone wants the code for (b), let me know.
  20.  
  21. The mapping of notesfile names to moderators is done in a file
  22. named "moderators" in the notesfile utility directory (default is
  23. /usr/spool/notes/.utilities).  This file contains lines like:
  24.     notesfile_name <spaces_or_tabs> mail_address
  25. Blank lines, or lines starting with '#', are ignored.  Here are
  26. a couple of lines from my "moderators" file:
  27.  
  28. Here are a couple of lines from my .utilties/moderator file:
  29. # This comes from the posting by Gene Spafford
  30. # Correct addresses for mirror systems by R$, 19aug85.
  31. mod.map        wjh12!ihnp4!cbosgd!mark
  32. mod.map.uucp    wjh12!ihnp4!cbosgd!uucpmap
  33. # Here's handling an ARPA gateway'd list
  34. fa.laser-lover        furuta%washington@cca
  35.  
  36. # Here's one that we gateway ourselves
  37. ms.loops        loops-users%berkeley@cca
  38. # Any valid address is ok
  39. ms.prisoner        inmet!masscomp!allegra!sjuvax!ianucci
  40.  
  41. Enough talk, here are the diffs.
  42. NOTE:  THE RCS REVISIONS SHOW ARE WRONG.  I BLEW IT!
  43.  
  44. =======================================================================
  45.  
  46. By Paul Pomes, CSO, Univ of Illinois (paul@uxc.cso.uiuc.edu)
  47. Wed Jul  1 14:02:47 CDT 1987
  48.  
  49. I've applied Rich's changes to the latest edition of notes from the UofI
  50. CS Dept.  A few changes were made:
  51.  
  52.   The M,m keys in a moderated notesfile can send mail to arbitrary
  53.   addresses.  Previously mail went only to the moderator.
  54.  
  55.   A new note/response must be a non-zero size before the user is prompted
  56.   for a signature file.
  57.  
  58.   The nfadmin program has two new flags, M and L, for setting the 
  59.   moderated and local bits in a notesfile.
  60.  
  61.   The notes.1 and nfadmin.8 man pages have been updated to mention the
  62.   new NFSIG environment variable, and the behavior of local/moderated
  63.   notesfiles.
  64.  
  65.   The Notesfile Reference manual has been updated as well.
  66.  
  67. A complete distribution of the virgin sources, plus the RCS recorded changes,
  68. is available for anonymous FTP from uxc.cso.uiuc.edu:pub/Notes.tar.Z .
  69.  
  70.