Path: utzoo!attcan!uunet!convex!convex.COM From: rhall@convex.COM (Randy Hall) Newsgroups: comp.mail.mh Subject: Re: MH Blues Message-ID: <107713@convex.convex.com> Date: 26 Oct 90 00:07:16 GMT References: <4R4%S-_@rpi.edu> <1990Oct25.195248.8697@hayes.ims.alaska.edu> Sender: usenet@convex.com Reply-To: rhall@convex.COM (Randy Hall) Organization: Convex Computer Corporation, Richardson, Tx. Lines: 19 >So don't use the "file" action. Don't bother trying to keep your >mailbox in Berkmail format. > >You will not be able to use any "traditional" software to manipulate >your mailbox since the messages will be stored in MMDF format. But >then, who cares? I found it wasn't that hard to store messages in that format. I don't know why slocal doesn't. I use this line in my .maildelivery: default - | ? "echo \"From $(sender) `date | sed -e 's/C[DS]T //'`\" >> /usr/spool/mail/rhall; /bin/sed -e '/^Return-Path/s//Xtra-&/' >> /usr/spool/mail/rhall; echo >> /usr/spool/mail/rhall" It echos a From line with the date. It modifies the Return-Path so I don't end up with two of them (messed me up when I used repl). And the most important part is it echos a blank line. It doesn't look too pretty, but it works like a champ for me. Randy Hall (rhall@convex.com)