home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / vmsnet / mail / pmdf / 2302 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  1.8 KB

  1. Path: sparky!uunet!decwrl!infopiz!mccall!ipmdf-newsgate!list
  2. Newsgroups: vmsnet.mail.pmdf
  3. Subject: RE: Notifying POP3 users of new mail.
  4. Message-ID: <01GOSP69OIBI9ZLM3P@SIGURD.INNOSOFT.COM>
  5. From: Ned Freed <ned@sigurd.innosoft.com>
  6. Date: 15 Sep 1992 02:18:31 -0700 (PDT)
  7. Organization: The Internet
  8. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  9. Resent-Date: 15 Sep 1992 02:18:31 -0700 (PDT)
  10. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  11. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  12. Resent-Message-ID: <01GOSPE2U4OY984UVG@YMIR.CLAREMONT.EDU>
  13. X-Vms-To: IN%"cvm@NAUVAX.UCC.NAU.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: 25
  19.  
  20. This cannot be done efficiently in MASTER.COM -- it would require breaking
  21. out of VMS MAIL for each message, and the overhead cost of doing this
  22. is really huge. It is unfortunate that firing up VMS MAIL is expensive,
  23. but it is and there's nothing we can do about it. It is also fairly
  24. nontrivial to do the translation of local channel addresses into
  25. meaningful usernames -- the rules for this are complex and far from
  26. obvious.
  27.  
  28. The best way to do this would be for us to provide a hook in the local
  29. delivery process to call some of your code. The best we could do
  30. would be to give you the address we're passing to VMS MAIL (this is quite
  31. different from the original recipient address). You could then go off
  32. and do whatever you want with it.
  33.  
  34. Another possibility is for us to send out the notice ourselves. But
  35. this requires some knowledge of the protocol used to ring up the
  36. PC. POP is only a remote mail access protocol; it doesn't have remote
  37. notification capability as far as I know. So what protocol do you use for
  38. this?
  39.  
  40. We would probably just add the hook in any case; but we could also
  41. write the specific module to deliver these notifications if, say,
  42. Multinet is what you use as a transport.
  43.  
  44.                 Ned
  45.