Autor: Peter D. Gray Data: Para: exim-users Asunto: [Exim] bug I think in readconf.c
I think there is a bug in readconf.c, line 633.
if (Ustrncmp(ss, ".include ", 9) == 0)
The comparison string includes a literal space, which means that
if you use a TAB after the .include, the command
is not recognised. This assumes that the token separator
is meant to be whitespace, rather than just 1 or
more spaces?