Re: exim issue

2004-05-24 Thread Eduardo Chappa
On Mon, 24 May 2004, Igor Pechtchanski wrote: :) > In the exim 4.32 source (spool_in.c) the following line causes an :) > error condition if the user who instantiated the exim process has a :) > space in their name. :) > :) > if (sscanf(CS big_buffer, "%s %ld %ld", originator, &uid, &gid) != 3) :)

Re: exim issue

2004-05-24 Thread Igor Pechtchanski
On Sat, 22 May 2004, Ken Dibble wrote: > I know this isn't a cygwin only problem, but my research has failed to > produce an instance of this ever happening. > > Common sense says it is just more likely to happen in a NT/XP > environment with cygwin. > > For reference, this is exim 4.32, downloade

Re: exim issue

2004-05-24 Thread Joshua Daniel Franklin
On Sat, 22 May 2004 14:07:27 -0500, Ken Dibble wrote: > In the exim 4.32 source (spool_in.c) > the following line causes an error condition if the user who > instantiated the exim process has a space in their name. > > if (sscanf(CS big_buffer, "%s %ld %ld", originator, &uid, &gid) != 3) > goto

exim issue

2004-05-24 Thread Ken Dibble
I know this isn't a cygwin only problem, but my research has failed to produce an instance of this ever happening. Common sense says it is just more likely to happen in a NT/XP environment with cygwin. For reference, this is exim 4.32, downloaded last week. In the exim 4.32 source (spool_in.c)

Re: exim issue

2004-05-24 Thread Ken Dibble
Joshua Daniel Franklin wrote: On Sat, 22 May 2004 14:07:27 -0500, Ken Dibble wrote: In the exim 4.32 source (spool_in.c) the following line causes an error condition if the user who instantiated the exim process has a space in their name. if (sscanf(CS big_buffer, "%s %ld %ld", originator, &uid