> If You use filters, make sure that they write CRLF (hex: 0x0d0a) as > linebreaks, aka DOS-style linebreaks.
Yes, or with perl regexp: $body~=s/(?<!\r)\n/\r\n/g; nice weekend ;-) - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
