> reformime INPUT is expected to be from a received > mail, but is this always terminated with CR LF?
Definitely should. POP3. > My MBOX use just NL terminations. This means MBOX is not a collection of plain POP3 messages. > So the problem is possibly a wrong assumption in > reformail. Shouldn't this except both variants? You always can pipe your mbox thru sed performing NL->CRNL conversion Or, better, you might consider using popmaildir and new Maildir/ format for your mail box. It's much safer. Best regards, --Vladimir _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
