On Friday, July 12, 2002 at 6:56:42 AM -0500, David Thorburn-Gundlach wrote:
>%| From Michael Elkins <[EMAIL PROTECTED]> Fri Jul 31 00:32:50 1998 > The [yahoo2mbox.pl] script generated valid From_ lines for me > (probably since I didn't try unmunging) No, I get the same bad From_ separator with or without unmunging. Same also with version 0.06 which didn't have the unmunging function. Both scripts seem to be aware of the problem, and try to make something against it. Something unfortunately not working here. I don't know Perl, so don't know what this means, but there is: | if ( $line =~ /^From / ) { | # mutt (and probably others) doesn't like "Foo Bar" <foo@...> | # in the "From " lines, so leave just the envelope address | # which is the standard | $line =~ s/".*" //; | } Bye! Alain.