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

  1. From: chris@tisdec.tis.tandy.com
  2. Date: 27 Jan 93 11:54 CST
  3. Newsgroups: comp.mail.elm
  4. Subject: Re: Tag and uuencoded files
  5. Message-ID: <9800001@tisdec.tis.tandy.com>
  6. Path: sparky!uunet!charon.amdahl.com!amdahl!rtech!pacbell.com!ames!sun-barr!cs.utexas.edu!convex!news.oc.com!utacfd.uta.edu!trsvax!trsvax!tisdec.tis.tandy.com!chris
  7. Nf-ID: #R:<C1CFAo:4:tisdec.tis.tandy.com:9800001:000:2157
  8. Nf-From: tisdec.tis.tandy.com!chris    Jan 27 11:54:00 1993
  9. References: <4@<C1CFAo>
  10. Lines: 42
  11.  
  12.  
  13. /* Written 11:30 pm  Jan 23, 1993 by dattier@ddsw1.UUCP in tisdec.tis.tandy.com:comp.mail.elm */
  14. First, there should be no need to uudecode the files in any particular order.
  15. The "begin" header of a uuencode gives the name that the uudecoded file will
  16. have, and if the uuencodes were part of a single distribution every single
  17. one will have a unique name in its "begin" header for the uudecoded version
  18. of its own contents.
  19.  
  20. Second, tagging and piping won't work with uudecode.  It's not Elm's fault:
  21. it's uudecode's problem.  If you tag and pipe, Elm assembles a text of all
  22. tagged messages (in the order of the current display) separated by a row of
  23. hyphens between each two messages and pipes that to one invocation of the
  24. program you specify.  uudecode sees the "end" directive at the bottom of the
  25. first message, exits, and ignores the rest of the pipe.  There is no provision 
  26. in the uuencode standard for "next" or "continue" to mean 'close off the file
  27. you've been writing but look for another file's "begin" line coming up.'
  28.  
  29. formail, which is part of the procmail distribution, can split up a pipe or
  30. an input file into separate messages.  I take care of the task by tagging the
  31. messages and piping them to formail -s uudecode.
  32.  
  33. David W. Tamkin   Box 59297   Northtown Station, Illinois  60659-0297
  34. dattier@ddsw1.mcs.com    CompuServe: 73720,1570    MCI Mail: 426-1818
  35. /* End of text from tisdec.tis.tandy.com:comp.mail.elm */
  36.  
  37. Well, what about those of US that use FTPMail servers.  MOST of these
  38. servers will uuencode the request, and then split the uuencoded file
  39. into managable (~64k) chunks. (Like ftpmail@dewrl.dec.com)
  40.  
  41. From your 'Second' statement it _IS_ Elm's fault for sticking in the row
  42. of hyphens between messages. Also if you CANNOT specify an order to pipe
  43. taged messages, it is still Elm's fault (or is there a way to order the current
  44. display???).
  45.  
  46. I guese the QUESTION should be asked - Why is there no provision provided
  47. in Elm to work with UUENCODE, and mail servers in particular?
  48.  
  49. ===============
  50. Chris Riney                  chrisr@Jaoom.LoneStar.ORG
  51.                              ...!jasoom.lonestar.org!chrisr
  52. An Elm soon-to-be rookie novice.
  53.  
  54.