Thanks S�ren, I have applied the patches to the next release, with a few exceptions:
- the move you suggested, of list_destroy(lto,NULL) in mmsfromemail.c is potentially dodgy since that variable is reset in the meantime. So in some circumstances, a leak could have resulted. I have made some changes around that.
- In mmsproxy.c, the change you had suggested on when to send DLR to the sender pointed out a bug, but potentially introduced another: According to spec, we must send DLR if the recipient inserts the X-Mms-Report-Allowed header with a value of "Yes" *or* if they do not insert the header (i.e. default is "Yes"). (Of course we must also only send DLR if the sender asked for it.) Introduced what I hope is the right logic.
On Mar 04, 2005, at 02:04, S�ren Hansen wrote:
Hi!
Here's the humble result of tonight's work. Just a few bugfixes.
The patch is against the 0.9.7 version posted earlier by Paul.
Enjoy!
-- S�ren Hansen <[EMAIL PROTECTED]> <bugfixes.diff>_______________________________________________ Devel mailing list [email protected] http://mbuni.org/mailman/listinfo/devel_mbuni.org
_______________________________________________ Devel mailing list [email protected] http://mbuni.org/mailman/listinfo/devel_mbuni.org
