Logging: bump limit on initial-connect synch-error log line
authorJeremy Harris <jgh146exb@wizmail.org>
Thu, 23 Apr 2020 16:13:27 +0000 (17:13 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Thu, 23 Apr 2020 16:13:27 +0000 (17:13 +0100)
src/src/smtp_in.c

index 1c02eb5c80bc40852df0736f9e4cc6564433f149..a9be34ddb50286ba0c6d97864b57ec67a552e6c7 100644 (file)
@@ -3039,7 +3039,7 @@ if (!check_sync())
 #endif
     {
     unsigned n = smtp_inend - smtp_inptr;
-    if (n > 32) n = 32;
+    if (n > 128) n = 128;
 
     log_write(0, LOG_MAIN|LOG_REJECT, "SMTP protocol "
       "synchronization error (input sent without waiting for greeting): "