------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1145 Phil Pennock <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Phil Pennock <[email protected]> 2011-09-05 21:14:03 --- The mime.c issue was a bug; we were returning -1 for error from some functions supposedly returning int, but storing the result in an unsigned int. I've switched them to use ssize_t instead. ssize_t is POSIX, which we do require. So, one bug, fixed; the rest: will-not-fix for reasons described in previous comment. Thanks for the reminder to go back and look at this case. -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
