Hi all, I did some testing on sending large files through dbmail using: mail <address> < file
Now I get a segmentation fault in dbmail-lmtpd. It crashes on thetrace() call on line 367 of pipe.c. Probably, something goes wrong in the sort_and_deliver() function that precedes the trace call. I think there's something wrong when in the parsing of the headers, not sure though.
Aaron, could you try and reproduce this problem? And if you can, fix it too? ;)
Ilja