------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
http://www.exim.org/bugzilla/show_bug.cgi?id=477 ------- Comment #1 from [EMAIL PROTECTED] 2007-02-28 09:30 ------- A better solution might be to insert fflush(f) before each occurrence of fgets() because mixing C-style I/O such as fprintf() with OS I/O such as write() could cause problems. Please could you try inserting fflush(f); before the fgets() calls (there seem to be just two) and test whether that also fixes the problem. -- Configure bugmail: http://www.exim.org/bugzilla/userprefs.cgi?tab=email -- ## List details at http://www.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
