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

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!wupost!darwin.sura.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%"IORI%ITNCISCA.BITNET@ymir.claremont.edu"
  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: <01GSNGYG9U0I90NMRN@YMIR.CLAREMONT.EDU>
  11. Date:         Fri, 25 Dec 92 01:10:46 GMT
  12. Sender:       PMDF Distribution List <PMDF-L@IRLEARN.BITNET>
  13. From:         "Daniel C. Newman" <DAN@INNOSOFT.COM>
  14. Subject:      RE: mail.delivery question
  15. Newsgroups: bit.listserv.pmdf-l
  16. Lines: 45
  17.  
  18. > We are setting up a 'special distribution list' (only 8 users, so far) on
  19. > our Vax; a special account (eg: DISTRIBUTOR) has got a mail.delivery file
  20. > as the following:
  21. >
  22. > !from to subj | when action  param.     ! note
  23. > !=======================================================
  24. > *     *   *     A    J       "FAST"     ! submit this proc. on queue FAST
  25. > *     *   *     A    V                  ! deliver a copy of the message
  26. > *     *   *     A    L                  ! save the batch log
  27. > *     *   *undeliver*  T   Q            ! don't forward to the list if this
  28. >                                         ! message is a warning of problems
  29. >                                         ! occurred during delivery
  30. > *     *   *     A    F ""in%""""userA@vax.domain.it"""""   ! send to userA
  31. > *     *   *     A    F ""in%""""userB@vm.domain.de"""""    ! send to userB
  32. > etc.
  33. >
  34. > Each user, from different sites in Europe, send message to the DISTRIBUTOR
  35. > and then the message is forwarded to the rest of the list; any suggestion
  36. > to admit only the registered users having access to this service ? (We
  37. > would like to filter 'occasionaly' message received by DISTRIBUTOR, e.g.
  38. > advertisement, greetings ecc.)
  39.  
  40. Your best bet would be to not use DELIVER and instead set up a mailing list in
  41. accord with Section 3.3.2.2 of the V4.1 PMDF System Manager's Guide and then
  42. use the special "named parameters" to control access to that list.  These
  43. parameters are described in Section 3.3.2.2.1 of the online documentation.
  44. (They were not documented in time to make it into the printed manuals.)  If you
  45. cannot use Bookreader, then you can look at the documentation sources: search
  46. for the string "named parameters" in the file
  47. PMDF_ROOT:[DOC]GUIDE_COMPONENTS.SDML.
  48.  
  49. If you set up a mailing list this way, then you might also consider using the
  50. mail/list server supplied with PMDF V4.1 to manage the list.  In a separate
  51. messge I will send you information on how to use all of its access control
  52. mechanisms to manage the list.
  53.  
  54. If you wish to stick with DELIVER, then you need to set up a command procedure
  55. to be run by DELIVER with an E action.  This command procedure would then check
  56. the From: address of a potential submission against the list of registered
  57. users and then only submit the posting if a match is found.  To submit the
  58. posting use the command
  59.  
  60.  $ PMDF SEND/HEADER/BLANK 'MESSAGE_HEADER','MESSAGE_FILE' "userA@vax.domain.it"
  61.  
  62. Dan
  63.