diff -urN ../exim-4.96.orig/src/debug.c ./src/debug.c --- ../exim-4.96.orig/src/debug.c 2022-06-23 16:41:10.000000000 +0300 +++ ./src/debug.c 2022-06-29 21:48:34.525009000 +0300 @@ -9,7 +9,7 @@ #include "exim.h" -static uschar debug_buffer[2048]; +static uschar debug_buffer[4096]; static uschar *debug_ptr = debug_buffer; static int debug_prefix_length = 0;