Re: [Dbmail-dev] Congrats on 2.0rc1, and a little fix to misc.c

2004-02-02 Thread Ilja Booij
Hi, I'm back from a weekend of coaching my rowing crew, cycling and storm, with absolutely no computer in sight :). I'll take of the bugs your reporting here and will update CVS of course. RC2 will probably be out later this week. Aaron Stone wrote: Hey everyone, The 2.0rc1 release looks

Re: [Dbmail-dev] Congrats on 2.0rc1, and a little fix to misc.c

2004-02-01 Thread Christian G. Warden
On Sat, Jan 31, 2004 at 09:32:29PM -, Aaron Stone wrote: > The new delivery chain requires a temporary account with the fixed user id > number 0. The next release candidate should probably include an appropriate > insert/update to add this user (note that it needs to be an insert and then an >

Re: [Dbmail-dev] Congrats on 2.0rc1, and a little fix to misc.c

2004-01-31 Thread Thomas Mueller
Hi Aaron, > The new delivery chain requires a temporary account with the fixed user id > number 0. The next release candidate should probably include an appropriate > insert/update to add this user (note that it needs to be an insert and then an > update, because the insert alone with '0' triggers

Re: [Dbmail-dev] Congrats on 2.0rc1, and a little fix to misc.c

2004-01-31 Thread Aaron Stone
The new delivery chain requires a temporary account with the fixed user id number 0. The next release candidate should probably include an appropriate insert/update to add this user (note that it needs to be an insert and then an update, because the insert alone with '0' triggers the auto_increment

Re: [Dbmail-dev] Congrats on 2.0rc1, and a little fix to misc.c

2004-01-31 Thread Thomas Mueller
Hi Aaron, > This code's going to need a lot of hammering on. Ilja and I just worked out > some of the major kinks in the new delivery chain on Monday / Tuesday of this > week, so beta testers are really, really needed to help make this thing solid! I took current cvs code and have several problem

Re: [Dbmail-dev] Congrats on 2.0rc1, and a little fix to misc.c

2004-01-30 Thread
Aaron, don't forget all the work you did yourself! When are you going to start working with us here at IC&S in the Netherlands? :) On 30-jan-04, at 18:53, Aaron Stone wrote: Hey everyone, The 2.0rc1 release looks awesome! Neat LMTP stuff, too ;-) One little gotcha, misc.c is missing time.

[Dbmail-dev] Congrats on 2.0rc1, and a little fix to misc.c

2004-01-30 Thread Aaron Stone
Hey everyone, The 2.0rc1 release looks awesome! Neat LMTP stuff, too ;-) One little gotcha, misc.c is missing time.h. Just add this line up at the top: #include and have fun testing it out! Kudos to Ilja, who did a *lot* of work integrating recent patches and bugfixes and did a huge job integ