Fix text type in ACL error message.
authorPhilip Hazel <ph10@hermes.cam.ac.uk>
Tue, 19 Jun 2007 13:32:05 +0000 (13:32 +0000)
committerPhilip Hazel <ph10@hermes.cam.ac.uk>
Tue, 19 Jun 2007 13:32:05 +0000 (13:32 +0000)
doc/doc-txt/ChangeLog
src/src/acl.c

index cd802708ef16a611f34bbe1ab8368c6fb3617080..76ab6e7a1558c343480044d9020191a8d68d8ac9 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.513 2007/06/18 13:57:49 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.514 2007/06/19 13:32:05 ph10 Exp $
 
 Change log file for Exim from version 4.21
 -------------------------------------------
 
 Change log file for Exim from version 4.21
 -------------------------------------------
@@ -57,6 +57,9 @@ PH/05 Unset $tls_cipher and $tls_peerdn before making a connection as a client.
 PH/06 Added the client_condition to authenticators so that some can be skipped
       by clients under certain conditions.
 
 PH/06 Added the client_condition to authenticators so that some can be skipped
       by clients under certain conditions.
 
+PH/07 The error message for a badly-placed control=no_multiline_responses left
+      "_responses" off the end of the name.
+
 
 Exim version 4.67
 -----------------
 
 Exim version 4.67
 -----------------
index 41058afa7b3b48ff4f3bea6fb6645fda0d45f9ca..277ea8d4f64485310234d92853e26a1689a851ba 100644 (file)
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/acl.c,v 1.75 2007/03/01 11:17:00 ph10 Exp $ */
+/* $Cambridge: exim/src/src/acl.c,v 1.76 2007/06/19 13:32:06 ph10 Exp $ */
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
@@ -221,7 +221,7 @@ static uschar *controls[] = {
   #endif
   US"fakedefer",
   US"fakereject",
   #endif
   US"fakedefer",
   US"fakereject",
-  US"no_multiline",
+  US"no_multiline_responses",
   US"no_pipelining",
   US"no_delay_flush",
   US"no_callout_flush"
   US"no_pipelining",
   US"no_delay_flush",
   US"no_callout_flush"