Follow-up Comment #6, bugs #1980 (project savane): The problem is apparently that:
- the form is send using HTTP/DOS newlines (\r\n) - the mail is sent with a mixture of \n (from Savane) and \r\n (from the 'details' field) Some mailers translate \r\n to \n; Mailman translates \r\n to \n\n. Now, I have been looking at the code. Actually it looks like it has been that way for quite a while: https://mail.gna.org/public/savane-dev/2003-08/msg00082.html I'll try to find what is the reference document for the form-data Content-Disposition. In the end I think we need to convert everything to \n before to send the notification. _______________________________________________________ This item URL is: <http://gna.org/bugs/?func=detailitem&item_id=1980> _______________________________________________ Message sent via/by Gna! http://gna.org/ _______________________________________________ Savane-dev mailing list [email protected] https://mail.gna.org/listinfo/savane-dev
