home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / vmsnet / mail / pmdf / 2603 / text0000.txt < prev   
Encoding:
Text File  |  1992-11-17  |  1.3 KB  |  30 lines

  1. >>> I am trying to evaluate MS-Mail.  To help do this I would like to have
  2. >>> all mail that is sent to my VMS mail account also sent to my MS-Mail
  3. >>> account. I am currently using the W action of deliver to do this, but it
  4. >>> does not keep the original headers intact.  Any suggestions on how I can
  5. >>> accomplish this?  I use deliver for other purposes also.  Could I
  6. >>> eliminate the W action in my MAIL.DELIVERY file, change my forwarding
  7. >>> address in VMS mail to be: in%"~cvm,cvm@msmail.ucc.nau.edu" and still
  8. >>> have deliver work?
  9. >>
  10. >>Use the P action instead of W or F.  The problem with W and F is that they
  11. >>use VMS MAIL to forward the message and this is too much of a disruption to
  12. >>the headers.  If you use the P action, then PMDF SEND will be used instead
  13. >>of VMS MAIL:
  14. >>
  15. >>  * * * A P "cvm@msmail.ucc.nau.edu"
  16. >>
  17. >>Dan
  18. >
  19. > The P action keeps the headers intact but it does not leave the
  20. > originator of the message as the sender.  What I really need is a an
  21. > action that uses PMDF SEND to send the mail and makes the From: field be
  22. > the original sender of ther message.
  23.  
  24. You will find absolutely no easy way to do this in PMDF since it is, after all,
  25. a violation of the relevant standards.  (That is, it is intentionally
  26. difficult.)  The only way you'll be able to do this is to write your own PMDF
  27. channel.
  28.  
  29. Dan
  30.