[Exim] bug I think in readconf.c

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Peter D. Gray
Fecha:  
A: 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?

Regards,
pdg

--

See mail headers for contact information.