Andrew Barnes <[email protected]> ha escrit: > The first is a minor one and relates to the envelope. If the routine > cannot identify the sender as a local user it uses "GNU Mailutils". > Because this is more then one word it causes confusion to anything else > that reads the envelope :(
Yes, indeed. Thanks for spotting this. > The message I am wanting to deliver is in a temporary file stream. If I > pass this stream to the mu_stream_to_message function then the > resulting message ends up with an additional ^M character appended to > each line. This causes all sorts of problems further down the line > which eventually corrupts the mailbox. > I've used a file stream instead of a temporary file stream to trap the > message data and that does not seem to add the extra character so I'm > assuming its happening inside mu_stream_to_message. No, mu_stream_to_message does not alter the stream content in any way. Regards, Sergey _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
