> When qmail-queue doesn't exist, the exec fails, and the parent can end > up sat trying to wait to write onto the message pipe. A simple check > for if(eof(PIPE)) fixes it, though there's still a race there because > of the blocking nature of the write.
this makes a lot more sense than the grandchildren thing.
