<[EMAIL PROTECTED]> writes: > The problem is this. > In my .procmailrc file, when it writes the mail to > /usr/home/sean/mbox it leaves off the initial "From" line so that > pine doesn't recognize it as mail. How can I have it add this line > as well, so that I can read my mail. > > So instead of the first line being something like this: > From [EMAIL PROTECTED] Fri Sep 12 11:29:56 2003 > > It is like this: > Return-Path: <[EMAIL PROTECTED]> > > Why is it not copying the From line into the mailbox as well???
What is writing to your mbox? Procmail or TMDA? When TMDA delivers a message to an mbox, it prepends the From_ line. If procmail is not doing so, you might try the '-o' flag on procmail's command line. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
