Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!AI.MIT.EDU!rms From: rms@AI.MIT.EDU Newsgroups: gnu.emacs.bug Subject: Bug in sendmail.el:mail-do-fcc Message-ID: <8905231852.AA00419@sugar-bombs.ai.mit.edu> Date: 23 May 89 18:52:52 GMT References: <8905221924.AA09592@garm> Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 14 The fcc field delivers mail in Unix format to Unix mail files. It is not supposed to be used with rmail files. Instead, output to the inbox of the rmail file. It would be a reasonable extension to allow output direct to an rmail file, but this cannot work properly in general unless the message is converted to rmail format when it is output. Otherwise, if messages are output in rmail format after fcc messages, the file will appear to be in valid rmail format and the fcc messages will be effectively lost. Anyone want to do this?