diff -urN ../exim-4.94.2.orig/src/rfc2047.c ./src/rfc2047.c --- ../exim-4.94.2.orig/src/rfc2047.c 2021-04-30 15:08:21.000000000 +0300 +++ ./src/rfc2047.c 2022-07-04 17:21:17.438136000 +0300 @@ -114,7 +114,7 @@ continue the loop to search again. We must start just after the initial =? because we might have found =?xxx=?xxx?xxx?xxx?=. */ - if ((lencheck && *endptr - mimeword > 73) || *q2ptr - *q1ptr != 2) continue; + if ((lencheck && *endptr - mimeword > 148) || *q2ptr - *q1ptr != 2) continue; /* Get the encoding letter, and decode the data string. */