On 29 Mar 2021, at 12:45, iforbes-exim--- via Exim-users <exim-users@exim.org> 
wrote:
> However exim has a limit on the number of header lines that are written into 
> the reject log

exim has a limit on the log *buffer* size, not the number of lines - which is 
why the truncation occurs at different points for different messages:

./src/macros.h: #define LOG_BUFFER_SIZE 8192

If you need more writing into the log, you’ll need to make that bigger and 
recompile. Bear in mind that this isn’t something I’ve tested so results might 
not be what you want.

Graeme
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to