summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-04-23 17:13:27 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-04-23 17:13:27 +0100
commit3be4dbba282a942ec2b67ba506a599f8dd12ca97 (patch)
treef62fa2d232330efe959cb7ba52a3757542514660
parenta06afb97d53eb100c7f1b5b00da746d071d52415 (diff)
Logging: bump limit on initial-connect synch-error log line
-rw-r--r--src/src/smtp_in.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/smtp_in.c b/src/src/smtp_in.c
index 1c02eb5c8..a9be34ddb 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): "