Make smtp_receive_timeout main option expanded. Bug 564
[users/heiko/exim.git] / doc / doc-txt / ChangeLog
index 7eaa074ba977db22d38a4b1882c45d41a768b958..e9d753153745ad2a35f03b6276470c62eedae5b9 100644 (file)
@@ -35,7 +35,11 @@ JH/08 The EXPERIMENTAL_DSN compile option is no longer needed; all Delivery
       under the control of the dsn_advertise_hosts option, and routers may
       have a dsn_lasthop option.
 
-JH/09 A timeout of 2 minutes is now applied to all malware scanner types.
+JH/09 A timeout of 2 minutes is now applied to all malware scanner types by
+      default, modifiable by a malware= option.  The list separator for
+      the options can now be changed in the usual way.
+
+JH/10 The smtp_receive_timeout main option is now expanded before use.