4 messages in net.sourceforge.lists.courier-sqwebmail[sqwebmail] Re: some notes about upgr...
FromSent OnAttachments
Kurt BiglerApr 11, 2005 6:43 pm 
Brian CandlerApr 12, 2005 12:34 am 
Paul L. AllenApr 12, 2005 5:02 am 
Kurt BiglerApr 12, 2005 5:58 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[sqwebmail] Re: some notes about upgrade from sqwebmail 3.5.0Actions...
From:Paul L. Allen (pl@softflare.com)
Date:Apr 12, 2005 5:02:57 am
List:net.sourceforge.lists.courier-sqwebmail

Kurt Bigler writes:

As it turns out, there *is* no /usr/bin/ispell on my system. However, I did not discover this readily, because the maillog file was showing the error:

sqwebmaild: ispell_run: incomplete result from ispell

If there were any problem with the executable not being there, I'd off-hand have expected this error instead:

ispell_run: fork_ispell failed

Without looking at the code, the first looks correct to me. The fork DID succeed, it's just that the child then encountered a problem running ispell and exited with an error status.