home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / gnu / emacs / bug / 1235 < prev    next >
Encoding:
Text File  |  1992-09-03  |  2.4 KB  |  86 lines

  1. Newsgroups: gnu.emacs.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!research.att.com!jason
  3. From: jason@research.att.com (Jason Eisner)
  4. Subject: rmail-get-new-mail doesn't separate the messages in mbox
  5. Message-ID: <m0mQNlj-00000fC@mjones.research.att.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Thu, 3 Sep 1992 20:27:00 GMT
  10. Approved: bug-gnu-emacs@prep.ai.mit.edu
  11. Lines: 73
  12.  
  13. M-x emacs-version reports:
  14.    GNU Emacs 18.58.1 of Fri May 15 1992 on mariah (berkeley-unix)
  15.  
  16. Info's description of the intended performance:
  17.       The file you read with `i' does not have to be in Rmail file format. 
  18.    It could also be Unix mail format, or mmdf format; or it could be a
  19.    mixture of all three, as long as each message belongs to one of the
  20.    three formats.  Rmail recognizes all three and converts all the
  21.    messages to proper Rmail format before showing you the file.
  22.  
  23. The actual performance:
  24.    rmail-get-new-mail reads a two-message mbox file as if it contained
  25.    one long message.  It's very inconvenient to separate the messages
  26.    again.
  27.  
  28. Reproducing the bug:
  29.    This bug is very easy to reproduce on my machine.  I use xemacs -q
  30.    to start emacs.  Then I start rmail.  The following mbox file shows
  31.    the problem.  (This mbox file is correctly scanned as 2 messages by
  32.    mail -f.)
  33.  
  34. /home/jason/mbox (indented 3 spaces, with --- before and after):
  35.    ---
  36.  
  37.    From jason Thu Sep  3 16:08:46 1992 EDT
  38.    To: jason
  39.    Subject: blah 1
  40.  
  41.    blah blah blah (one)
  42.  
  43.  
  44.    From jason Thu Sep  3 16:09:02 1992 EDT
  45.    To: jason
  46.    Subject: blah 2
  47.  
  48.    blah blah blah (two)
  49.  
  50.    ---
  51.  
  52. How the mbox file was produced:
  53.    I sent the following two messages to myself using C-x m.
  54.  
  55.    ---
  56.    To: jason
  57.    Subject: blah 1
  58.    FCC: /home/jason/mbox
  59.    --text follows this line--
  60.    blah blah blah (one)
  61.    ---
  62.    To: jason
  63.    Subject: blah 2
  64.    FCC: /home/jason/mbox
  65.    --text follows this line--
  66.    blah blah blah (two)
  67.    ---
  68.  
  69. A dribble file for the session in which I reproduced the bug
  70. (in od format).  bug.send1 and bug.send2 are the two message
  71. files shown above.
  72.    ---
  73.    0000000  014155 015474 015476 013430 064542 072547 027163 062556
  74.    0000020  062061 006403 001430 066401 015476 013430 064542 072547
  75.    0000040  027163 062556 062062 006403 001433 074162 066541 064554
  76.    0000060  006430 001571
  77.    0000064
  78.    ---
  79.  
  80. Have fun.  Let me know if you need any more information.  
  81.  
  82. regards, jason eisner.           <jason@research.att.com>
  83.  
  84.  
  85.  
  86.