git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a06afb9
)
Logging: bump limit on initial-connect synch-error log line
author
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 23 Apr 2020 16:13:27 +0000
(17:13 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 23 Apr 2020 16:13:27 +0000
(17:13 +0100)
src/src/smtp_in.c
patch
|
blob
|
history
diff --git
a/src/src/smtp_in.c
b/src/src/smtp_in.c
index 1c02eb5c80bc40852df0736f9e4cc6564433f149..a9be34ddb50286ba0c6d97864b57ec67a552e6c7 100644
(file)
--- 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): "