Matt Sergeant wrote: > > Though I could have sworn I fixed this - are you sure you're testing > against latest SVN?
Hi, I do not have the latest SVN in production. I have 0.43rc1 with additional patches, including your change #129 which, I think, is what you are referring to as having fixed the issue. However the patch was developed and tested against the latest SVN and the latest SVN has the problem too. In this new case the header was already read. Qpsmtpd received a packet starting with .CRLF and it thought it was the end-of-data marker. In fact, it was just the end of the last sentence from the previous packet. Should I try to improve the test script? It works for me, I can reproduce the problem with it. Thanks, Radu Greab