home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / bit / listserv / pmdfl / 2549 < prev    next >
Encoding:
Text File  |  1992-12-24  |  2.4 KB  |  58 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!usc!howland.reston.ans.net!paladin.american.edu!auvm!INNOSOFT.COM!DAN
  3. Errors-to: epmdf@YMIR.BITNET
  4. X-Envelope-to: PMDF-L@IRLEARN.BITNET
  5. X-VMS-To: IN%"gmacdougall@TrentU.CA"
  6. X-VMS-Cc: IPMDF
  7. MIME-version: 1.0
  8. Content-type: TEXT/PLAIN; CHARSET=US-ASCII
  9. Content-transfer-encoding: 7BIT
  10. Message-ID: <01GSMIPW6I1E90NK0J@YMIR.CLAREMONT.EDU>
  11. Date:         Thu, 24 Dec 92 23:57:07 GMT
  12. Sender:       PMDF Distribution List <PMDF-L@IRLEARN.BITNET>
  13. From:         "Daniel C. Newman" <DAN@INNOSOFT.COM>
  14. Subject:      RE: MAILSERV
  15. Newsgroups: bit.listserv.pmdf-l
  16. Lines: 40
  17.  
  18. >       I just set up a mailing-list and have been interested in the recent
  19. > thread on MAILSERV and command access. The recent info on the mapping file
  20. > seemed helpful until I tried to implement it. I'm running PMDF 4.1 on VMS 5.4
  21. > with dead simple non-compiled pmdf.cnf file (Single off campus Multinet
  22. > Channel). Can somebody please point me at the correct documentation, section
  23. > 3.4.1 Locating and Loading the mapping file - says "This file is read once
  24. > during program initialization and loaded into an internal string table."
  25. > Unfortunately this doesn't make sense to me. I have created a mappings file
  26. > which is pointed to by pmdf_mappings_file but the contents do not seem to
  27. > affect the behaviour of my mailserv.
  28.  
  29. I don't know how to make the sentence,
  30.  
  31.    This file is read once during program initialization and loaded...
  32.  
  33. any clearer without expending four or five sentences.  Only possible rewording
  34. I can imagine is to say "image activation" in place of "program
  35. initialization".  All that is being stated here is that the mapping file is
  36. loaded when a program begins running.
  37.  
  38. >       I do have the mailserv working as far as subscribe, unsubscribe and
  39. > use of the mailing list goes but I am trying to get send/list and subscribe
  40. > for a third party working for sysop types.
  41.  
  42. What are the errors you're getting?  You've doubled check to insure that you
  43. do not have a compiled configuration (issuing the command "$ DIRECTORY
  44. PMDF_CONFIG_DATA reveals no files)?  Also, did you make sure that the mapping
  45. file is world readable?  You can test the mappings with PMDF TEST/MAPPING
  46.  
  47.    $ pmdf test/mapping
  48.    Enter mapping name: MAILSERV_ACCESS
  49.    Input string: SENDLIST|dan|ned@sigurd.innosoft.com
  50.    Output string:
  51.    Output flags: [0,89]
  52.    Input string:
  53.  
  54. The output flags indicate the ASCII index of any metacharacters (e.g.,
  55. $Y = 89).
  56.  
  57. Dan
  58.