[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fwrite works



Ok,

i'll use this patch until mea releases a better one...

Around line 2067 in mailbox.c:
/* if (writebuf(fp, buffer, i, &lastch) != i) { */
if (fwrite(buffer, i, 1, fp) < 1) {

Now the mail arrives as it was sent. 
I think writebuf is too complicated for me (as the whole zmailer source)
so maybe someone else detects what's wrong in writebug/writebuf :)

Sven
-- 
The only limits are in your mind !