GnuTLS: TLS1.3 channel binding
[exim.git] / src / src / retry.c
index 30b308fe37f9dfe2f37b5bfaf03d0806c006c61f..1993b776877d1aef60b0fb399ae64ad4c06d91e3 100644 (file)
@@ -655,7 +655,7 @@ for (int i = 0; i < 3; i++)
          ? US string_printing(rti->message)
          : US"unknown error";
         message_length = Ustrlen(message);
-        if (message_length > 150) message_length = 150;
+        if (message_length > EXIM_DB_RLIMIT) message_length = EXIM_DB_RLIMIT;
 
         /* Read a retry record from the database or construct a new one.
         Ignore an old one if it is too old since it was last updated. */