home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / bit / listserv / pmdfl / 2012 < prev    next >
Encoding:
Text File  |  1992-09-15  |  1.8 KB  |  43 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!SIGURD.INNOSOFT.COM!NED
  3. Errors-to: epmdf@YMIR.BITNET
  4. X-Envelope-to: PMDF-L@IRLEARN.BITNET
  5. X-VMS-To: IN%"cvm@NAUVAX.UCC.NAU.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: <01GOSPE2U4OY984UVG@YMIR.CLAREMONT.EDU>
  11. Date:         Tue, 15 Sep 92 11:20:28 GMT
  12. Sender:       PMDF Distribution List <PMDF-L@IRLEARN>
  13. From:         Ned Freed <NED@SIGURD.INNOSOFT.COM>
  14. Subject:      RE: Notifying POP3 users of new mail.
  15. Newsgroups: bit.listserv.pmdf-l
  16. Lines: 25
  17.  
  18. This cannot be done efficiently in MASTER.COM -- it would require breaking
  19. out of VMS MAIL for each message, and the overhead cost of doing this
  20. is really huge. It is unfortunate that firing up VMS MAIL is expensive,
  21. but it is and there's nothing we can do about it. It is also fairly
  22. nontrivial to do the translation of local channel addresses into
  23. meaningful usernames -- the rules for this are complex and far from
  24. obvious.
  25.  
  26. The best way to do this would be for us to provide a hook in the local
  27. delivery process to call some of your code. The best we could do
  28. would be to give you the address we're passing to VMS MAIL (this is quite
  29. different from the original recipient address). You could then go off
  30. and do whatever you want with it.
  31.  
  32. Another possibility is for us to send out the notice ourselves. But
  33. this requires some knowledge of the protocol used to ring up the
  34. PC. POP is only a remote mail access protocol; it doesn't have remote
  35. notification capability as far as I know. So what protocol do you use for
  36. this?
  37.  
  38. We would probably just add the hook in any case; but we could also
  39. write the specific module to deliver these notifications if, say,
  40. Multinet is what you use as a transport.
  41.  
  42.                                 Ned
  43.