I was sending out some e-mails through a program and when I received it in Thunderbird, one of the lines had a ">" at the front. I went through several layers of trying to figure out what was going on, including changing code, outputting the MIME::Lite object to a filestream and doing an od -c through it and more.
Finally, I was just about to ask on Perlmonks and I thought, why not change the copy itself
Interesting... in this case, I just changed the copy and moved on, but what if I REALLY wanted to start the line with From?
Jason
mbox ickiness (Score:2)
Re: (Score:1)
There's a trivial solution: just encode the character. mutt does this, f.ex.
perl -MMIME::QuotedPrint -le'print decode_qp "=46rom"'