Expand max_rcpt option on smtp transport. Bug 2946
[exim.git] / src / src / globals.c
index e5b72592febf9aa774da11b5a6b9b8b74a97f752..efe34902a2586bb137913a2549e0faee26c3ef44 100644 (file)
@@ -1592,7 +1592,7 @@ transport_instance  transport_defaults = {
     /* All non-mentioned elements zero/NULL/FALSE */
     .batch_max =               1,
     .multi_domain =            TRUE,
-    .max_addresses =           100,
+    .max_addresses =           US"100",
     .connection_max_messages = 500,
     .uid =                     (uid_t)(-1),
     .gid =                     (gid_t)(-1),