home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / bit / listserv / pmdfl / 2352 < prev    next >
Encoding:
Text File  |  1992-11-17  |  2.5 KB  |  76 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!utcsri!newsflash.concordia.ca!garrot.DMI.USherb.CA!uxa.ecn.bgu.edu!psuvax1!psuvm!auvm!INNOSOFT.COM!DAN
  3. Errors-to: epmdf@YMIR.BITNET
  4. X-Envelope-to: PMDF-L@IRLEARN.BITNET
  5. X-VMS-To: IN%"martinez@iris-dcp.es"
  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: <01GR9Q5I216Q8ZHQN5@YMIR.CLAREMONT.EDU>
  11. Date:         Wed, 18 Nov 92 05:15:10 GMT
  12. Sender:       PMDF Distribution List <PMDF-L@IRLEARN.BITNET>
  13. From:         "Daniel C. Newman" <DAN@INNOSOFT.COM>
  14. Subject:      RE: Help: mapping file for VMS addresses
  15. Newsgroups: bit.listserv.pmdf-l
  16. Lines: 58
  17.  
  18. > According to the manual, I have created a PMDF_MAPPING_FILE that reads
  19. >
  20. > ...
  21. >
  22. > PMDF-TO-VMSMAIL
  23. >
  24. >    PSI$%IBERPAC.*                        PSI$%ARTIX.$0$>
  25. >
  26. > ...
  27.  
  28.      There are two typos in the documentation.  First, notice how the second
  29. paragraph of item 2. gives the table name as "PMDF-TO-VMSMAIL" although the
  30. discussion is "VMSMAIL to PMDF" and the example table shows "VMSMAIL-TO-PMDF"?
  31. Well, the correct table name is indeed "VMSMAIL-TO-PMDF".
  32.  
  33.      Now, notice how in the second paragraph the format
  34.  
  35.          channel_name|address
  36.  
  37. is given.  However, the example does not use this format.  Well, in this
  38. regard the example is incorrect.
  39.  
  40.      So, your table should look like
  41.  
  42.        VMSMAIL-TO-PMDF
  43.  
  44.          d|PSI$%IBERPAC.*                 PSI%ARTIX.$0$>
  45.  
  46. Do not use "$%" in the right hand side.  It isn't obvious that you shouldn't
  47. do this.  I'll look into making PMDF V4.2 treat $% and $* in the right hand
  48. side as % and *.
  49.  
  50.  
  51.      You can test your mapping as follows:
  52.  
  53.        $ pmdf test/mapping
  54.        Enter mapping name: VMSMAIL-TO-PMDF
  55.        Input string: d|PSI%IBERPAC.xxx
  56.        Output string: PSI%ARTIX.xxx
  57.        Output flags: [0,62]
  58.        Input string: ^Z
  59.        $
  60.  
  61.      Note that if you use a compiled configuration, then you must recompile
  62. and reinstall before your mapping file (or changes to it) will be seen by PMDF.
  63. If you have PMDF V4.1-6 or earlier, two bugs prevent you from being able to
  64. use mapping files with compiled configurations.  If you have 4.1-7, then use
  65. the command
  66.  
  67.        $ PMDF CNBUILD/OPTION
  68.  
  69. to compile your configuration.  If you have 4.1-8 or later, then none of these
  70. problems affect you.  You can type out the file PMDF_ROOT:[EXE]IDENT.OPT to
  71. determine which revision level of PMDF you have.  If you have 4.1-6 or earlier,
  72. and are using a compiled configuration, then let me know and we will arrange
  73. to get you an updated tape.
  74.  
  75. Dan
  76.