home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 19740 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.1 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!UV3.EGLIN.AF.MIL!RICHARDE
  2. From: RICHARDE@UV3.EGLIN.AF.MIL ("Eric F. Richards")
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Dumb question of the week
  5. Message-ID: <9212222255.AA22998@ucbvax.Berkeley.EDU>
  6. Date: 22 Dec 92 21:58:00 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Organization: The Internet
  9. Lines: 23
  10.  
  11. I wrote:
  12. > I have a sequential mail file with messages in it that I want to copy/move
  13. > to a "normal" ISAM mail file.  Am I missing something obvious in the FM
  14. > on how to do this?  It doesn't seem possible short of mailing the messages
  15. > back to myself (which keeps me from seeing the original To:, Subj: lines).
  16. >
  17. > If it can't be done with the MAIL user interface, has anyone written
  18. > anything using callable MAIL to do this?
  19.  
  20. ... and the answer is:
  21.  
  22.     MAIL> SET FILE dev:<dir><sequential-mail-file>
  23.     MAIL> COPY/ALL <new-folder> <ISAM-mail-file>
  24.  
  25. Thanks to Bruce A. Hudson (hudson@ac.dal.ca) for beating everyone else
  26. to the correct answer first.
  27.  
  28.  
  29. Eric F. Richards
  30. Tybrin Corp
  31. Eglin AFB, FL
  32. richarde@eglin.af.mil
  33. 904/882-9795
  34.