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

Re: Mailbox delivery of true binary body parts




> Some time ago I reported to mea that messages containg binary data
> (Content-Transfer-Encoding: 8bit and real non-text bytes inside)
> cannot be delivered locally via mailbox program, although they are
> correcly relayed over smtp transport.  Today, it seems that I fixed
> the problem.  Patch follows.  I hope Matti will look at it.

	I did look at it.  The old common signed vs. unsigned (char)
	problem...  Now the mailbox internal routine returns  -256 for
	an error condition, and values in between -128 .. +255 are ok.

/Matti Aarnio <mea@nic.funet.fi>