Utilities: harden exim_tidydb against corrupt wait-records. Bug 2343
[exim.git] / src / src / macros.h
index a584551d3a45e7941411091826d962ea969b049e..68470a9f104e0587c6270740579c0a7db8d7f8f9 100644 (file)
@@ -192,9 +192,10 @@ message id with a trailing "-H" or "-D" added. */
 #define SPOOL_NAME_LENGTH (MESSAGE_ID_LENGTH+2)
 
 /* The maximum number of message ids to store in a waiting database
-record. */
+record, and the max number of continuation records allowed. */
 
 #define WAIT_NAME_MAX 50
+#define WAIT_CONT_MAX 1000
 
 /* Fixed option values for all PCRE functions */