home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / vms / 22118 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  2.4 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!cs.utexas.edu!swrinde!gatech!hubcap!ncrcae!ncrhub2!ncrgw2!psinntp!sfpp.com!longo
  2. From: longo@sfpp.com (Bob Longo)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: SENDing an entire MAIL FOLDER ?
  5. Message-ID: <1993Jan26.101909.56@sfpp.com>
  6. Date: 26 Jan 93 10:19:09 PST
  7. References: <01GTXLEOVOIQ9GVN23@SNYBUFVA.BITNET>
  8. Distribution: world
  9. Organization: Santa Fe Pacific Pipelines
  10. Lines: 49
  11.  
  12. In article <01GTXLEOVOIQ9GVN23@SNYBUFVA.BITNET>, TARKA10@SNYBUFVA.BITNET (Mark Tarka) writes:
  13. > I CHECKED:
  14. > On-line help
  15. > On-line documentation
  16. > Local comp center staff
  17. > Can I send all 30 messages in a single mail folder to a user at
  18. > another node, and if so, how?
  19. > Extracting each individually, and appending them into a single file
  20. > would work, but I'd lose the directory information from that mail folder
  21. > (#, From, Date, Subject).
  22. > I could FORWARD each message individually.  But would the message
  23. > arriving at the new node contain my address in the "From" field, and the
  24. > date of forwarding in the "Date" field?
  25.  
  26. MAIL has the capability to do what you want (move mail and preserve the From,
  27. date, subject, etc.).  However, to do this you need to have full access to the
  28. target mail file (since the messages are to be moved rather than sent as
  29. newmail).
  30.  
  31. To accomplish this, use the commands:
  32.  
  33.     MAIL> select foo        ! 'foo' is the folder name
  34.     MAIL> move /all foo other"user password"::disk:[dir]mail.mai
  35.  
  36. Of course you need to make the appropriate modifications to fit your particular
  37. conditions, such as the folder names, username/password combination (or proxy
  38. access or ACLs or UIC-based protection to give write access).  The "MOVE"
  39. command deletes the messages from the source and moves them to the destination. 
  40. If you want to keep the original messages, use "COPY" rather than "MOVE".
  41.  
  42. > As a user, I can't offer much in the way of technical help, but if
  43. > anyone has a problem with their newmail count, I have a friend with a
  44. > program which will correct the difficulty.
  45.  
  46. So does everyone else - it is called MAIL.  To correct an incorrect newmail
  47. count, go into MAIL and use the command "READ/NEW" until there are no more
  48. new messages, and presto - your newmail count will be correct!
  49.  
  50. -- 
  51.  
  52. ==============================================================================
  53. Bob Longo (longo@sfpp.com)
  54. Santa Fe Pacific Pipelines
  55. Los Angeles, CA
  56.