address from README.
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.212 2005/08/30 09:19:33 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.213 2005/08/30 10:07:58 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
because an input line was too long, either on its own, or by virtue of
too many continuations, the temporary file was not being removed.
+PH/31 Missing "BOOL" in function definition in filtertest.c.
+
Exim version 4.52
-----------------
-$Cambridge: exim/src/README,v 1.2 2005/01/04 10:00:42 ph10 Exp $
+$Cambridge: exim/src/README,v 1.3 2005/08/30 10:07:58 ph10 Exp $
THE EXIM MAIL TRANSFER AGENT VERSION 4
--------------------------------------
finding out the IP addresses of the local interfaces. You therefore have to set
local_interfaces yourself. Otherwise it will treat only 127.0.0.1 as local.
-Philip Hazel <ph10@cus.cam.ac.uk>
+Philip Hazel
-/* $Cambridge: exim/src/src/filtertest.c,v 1.6 2005/06/27 14:29:43 ph10 Exp $ */
+/* $Cambridge: exim/src/src/filtertest.c,v 1.7 2005/08/30 10:07:58 ph10 Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
*/
static void
-read_message_body(dot_ended)
+read_message_body(BOOL dot_ended)
{
register int ch;
int body_len, body_end_len, header_size;