diff -urN ../exim-4.94.2.orig/src/debug.c ./src/debug.c --- ../exim-4.94.2.orig/src/debug.c 2021-04-30 15:08:21.000000000 +0300 +++ ./src/debug.c 2023-03-14 13:51:16.813446000 +0200 @@ -8,7 +8,7 @@ #include "exim.h" -static uschar debug_buffer[2048]; +static uschar debug_buffer[8192]; static uschar *debug_ptr = debug_buffer; static int debug_prefix_length = 0;