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 SPOOL_FORMAT_ERROR; > > I'm sure a workaround is obvious, I just can't see it.
One quick workaround is to edit /etc/passwd and change your space-containing username to something without a space. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/