Increase incoming SMTP command buffer size from 512 to 2048 (see RFC
[users/jgh/exim.git] / doc / doc-txt / ChangeLog
index cdd74fbda9bfa9c85e86d17ab15ff9d1d287e18f..b2a43652cdc560574359f2f8ff6a8e839b29e5a6 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.90 2005/03/15 12:27:54 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.93 2005/03/22 10:11:42 ph10 Exp $
 
 Change log file for Exim from version 4.21
 -------------------------------------------
@@ -40,6 +40,21 @@ PH/04. Change 4.11/85 fixed an obscure bug concerned with addresses that are
        certain circumstances this could lead to multiple deliveries to the same
        address. A one-line patch to add the appropriate test fixes the bug.
 
+PH/05. Renamed the macro SOCKLEN_T as EXIM_SOCKLEN_T because AIX uses SOCKLEN_T
+       in its include files, and this causes problems building Exim.
+
+PH/06. A number of "verify =" ACL conditions have no options (e.g. verify =
+       header_syntax) but Exim was just ignoring anything given after a slash.
+       In particular, this caused confusion with an attempt to use "verify =
+       reverse_host_lookup/defer_ok". An error is now given when options are
+       supplied for verify items that do not have them. (Maybe reverse_host_
+       lookup should have a defer_ok option, but that's a different point.)
+
+PH/07. Increase the size of the buffer for incoming SMTP commands from 512 (as
+       defined by RFC 821) to 2048, because there were problems with some AUTH
+       commands, and RFC 1869 says the size should be increased for extended
+       SMTP commands that take arguments.
+
 
 A note about Exim versions 4.44 and 4.50
 ----------------------------------------