[Mailman-Users] broken mbox files: No blank lines before "From"

Thomas Hochstein ml at ancalagon.inka.de
Sun Jan 22 23:41:10 CET 2006


Bastian Friedrich schrieb:

> Do you have any knowledge of some "fix-my-mbox-program" that does the 
> job? Can anyone help me with a perl one-liner or sth?

Look for a "typical" From-Line like
| From abcdze at abc.def.ghi Fri Sep 8 13:21:43 2003
(I'd use a regular expression for that) with a non-empty line before
it and replace that $line with "\n$line".

-thh



More information about the Mailman-Users mailing list