Niblett, David A wrote: > My issue is that when I stop dbmail-lmtpd without stopping > postfix first, and there is an LMTP message in the pipe, I > end up with an entry in dbmail_messageblks that has a > messageblk of '', it's completely empty. [..] > Which it looks like if I do that, then I'm losing Email. > Anyone else see items when they do a: > > select * from dbmail_messages where unique_id = '' > - or, a bit more abusive - > select * from dbmail_messageblks where messageblk = ''
I have one message and one message block that belongs to the message here, I use Exim4 with lmtp. Squirrelmail handles that message without problems. A quick work around would be a constraint that disallows empty unique ids and message blocks I think? This really should be fixed. Thomas