Gitweb:
https://git.exim.org/exim.git/commitdiff/3be4dbba282a942ec2b67ba506a599f8dd12ca97
Commit: 3be4dbba282a942ec2b67ba506a599f8dd12ca97
Parent: a06afb97d53eb100c7f1b5b00da746d071d52415
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Thu Apr 23 17:13:27 2020 +0100
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Thu Apr 23 17:13:27 2020 +0100
Logging: bump limit on initial-connect synch-error log line
---
src/src/smtp_in.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/src/smtp_in.c b/src/src/smtp_in.c
index 1c02eb5..a9be34d 100644
--- a/src/src/smtp_in.c
+++ b/src/src/smtp_in.c
@@ -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): "