[Exim] bug I think in readconf.c

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Peter D. Gray
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: [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.