Hi all,I've corrected an error in pipe.c in DBMail 1.2.x which causes dbmail-smtp to crash when it's fed with a message which has a header line that's longer than 2048 bytes.
RFC2821 says header lines should never be longer than 1000 characters, so the MTA will almost always stop these messages with a '500 line too long' error. However, DBMail shouldn't crash on the error, of course.
Ilja