home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / vmsnet / mail / pmdf / 2800 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  3.1 KB

  1. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!ux1.cso.uiuc.edu!moe.ksu.ksu.edu!mccall!ipmdf-newsgate!list
  2. Newsgroups: vmsnet.mail.pmdf
  3. Subject: RE: mail.delivery question
  4. Message-ID: <01GSNGXWI5UA9BVCTX@INNOSOFT.COM>
  5. From: "Daniel C. Newman" <dan@innosoft.com>
  6. Date: 23 Dec 1992 10:16:52 -0700 (PDT)
  7. Organization: The Internet
  8. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  9. Resent-Date: 23 Dec 1992 10:16:52 -0700 (PDT)
  10. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  11. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  12. Resent-Message-ID: <01GSNGYG9U0I90NMRN@YMIR.CLAREMONT.EDU>
  13. X-Vms-To: IN%"IORI%ITNCISCA.BITNET@ymir.claremont.edu"
  14. X-Vms-Cc: IPMDF
  15. Mime-Version: 1.0
  16. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  17. Content-Transfer-Encoding: 7BIT
  18. Lines: 45
  19.  
  20. > We are setting up a 'special distribution list' (only 8 users, so far) on
  21. > our Vax; a special account (eg: DISTRIBUTOR) has got a mail.delivery file
  22. > as the following:
  23. >
  24. > !from to subj | when action  param.     ! note
  25. > !=======================================================
  26. > *     *   *     A    J       "FAST"     ! submit this proc. on queue FAST
  27. > *     *   *     A    V                  ! deliver a copy of the message
  28. > *     *   *     A    L                  ! save the batch log
  29. > *     *   *undeliver*  T   Q            ! don't forward to the list if this
  30. >                                         ! message is a warning of problems
  31. >                                         ! occurred during delivery
  32. > *     *   *     A    F ""in%""""userA@vax.domain.it"""""   ! send to userA
  33. > *     *   *     A    F ""in%""""userB@vm.domain.de"""""    ! send to userB
  34. > etc.
  35. >
  36. > Each user, from different sites in Europe, send message to the DISTRIBUTOR
  37. > and then the message is forwarded to the rest of the list; any suggestion
  38. > to admit only the registered users having access to this service ? (We
  39. > would like to filter 'occasionaly' message received by DISTRIBUTOR, e.g.
  40. > advertisement, greetings ecc.)
  41.  
  42. Your best bet would be to not use DELIVER and instead set up a mailing list in
  43. accord with Section 3.3.2.2 of the V4.1 PMDF System Manager's Guide and then
  44. use the special "named parameters" to control access to that list.  These
  45. parameters are described in Section 3.3.2.2.1 of the online documentation.
  46. (They were not documented in time to make it into the printed manuals.)  If you
  47. cannot use Bookreader, then you can look at the documentation sources: search
  48. for the string "named parameters" in the file
  49. PMDF_ROOT:[DOC]GUIDE_COMPONENTS.SDML.
  50.  
  51. If you set up a mailing list this way, then you might also consider using the
  52. mail/list server supplied with PMDF V4.1 to manage the list.  In a separate
  53. messge I will send you information on how to use all of its access control
  54. mechanisms to manage the list.
  55.  
  56. If you wish to stick with DELIVER, then you need to set up a command procedure
  57. to be run by DELIVER with an E action.  This command procedure would then check
  58. the From: address of a potential submission against the list of registered
  59. users and then only submit the posting if a match is found.  To submit the
  60. posting use the command
  61.  
  62.  $ PMDF SEND/HEADER/BLANK 'MESSAGE_HEADER','MESSAGE_FILE' "userA@vax.domain.it"
  63.  
  64. Dan
  65.