Expand max_rcpt option on smtp transport. Bug 2946
[exim.git] / src / src / structs.h
index e1d93a9431e397fb4792f00c158fa298c8bcaacf..eae66e88de5922d55ab56fbde466deed88857b61 100644 (file)
@@ -183,7 +183,7 @@ typedef struct transport_instance {
   uschar *expand_multi_domain;    /* )                                  */
   BOOL    multi_domain;           /* )                                  */
   BOOL    overrides_hosts;        /* ) Used only for remote transports  */
-  int     max_addresses;          /* )                                  */
+  uschar *max_addresses;          /* )                                  */
   int     connection_max_messages;/* )                                  */
                                   /**************************************/
   BOOL    deliver_as_creator;     /* Used only by pipe at present */