[Dbmail-dev] timsieved

2006-02-21 Thread Oleg Lapshin
Hello I try to manage sieve scripts from kmail. kmail get names of scripts, but can't change them ;( I think this is kmail's problem, because smartsieve (php web utility) can do But there is error: dbmysql.c,db_query: res was not freed after the previous query! If script has error,

Re: [Dbmail-dev] timsieved

2006-02-21 Thread Leif Jackson
On Tue, February 21, 2006 1:42 am, Oleg Lapshin wrote: But there is error: dbmysql.c,db_query: res was not freed after the previous query! This isn't really an error just a warning message to developers about the fact that on the previous call to db_query they didn't free the result before

Re: [Dbmail-dev] timsieved

2006-02-21 Thread Aaron Stone
I just committed a major round of updates. All Sieve actions should be working now, including subaddress testing and vacation responses :-) On Tue, 2006-02-21 at 09:42 +0300, Oleg Lapshin wrote: Hello I try to manage sieve scripts from kmail. kmail get names of scripts, but can't change them

[Dbmail-dev] timsieved

2006-02-21 Thread Oleg Lapshin
This isn't really an error just a warning message to developers about the fact that on the previous call to db_query they didn't free the result before calling db_query again. Aaron added my patch for memory leaks and in it was this sort of catch all check as I was seeing a lot of query's

Re: [Dbmail-dev] timsieved

2006-02-21 Thread Aaron Stone
On Tue, 2006-02-21 at 10:29 +0300, Oleg Lapshin wrote: This isn't really an error just a warning message to developers about the fact that on the previous call to db_query they didn't free the result before calling db_query again. Aaron added my patch for memory leaks and in it was this

[Dbmail-dev] timsieved

2006-02-21 Thread Oleg Lapshin
What happens with dbmail-timsieved ? Good question! Unfortunately I won't have much time to dig into it during the rest of the week :-\ A good valgrind session will probably turn up the culprit. Aaron :) I shall try to debug this -- Oleg Lapshin

[Dbmail-dev] timsieved

2006-02-21 Thread Oleg Lapshin
I try to update sieve script. a) new script inserted with magic name b) old script don't deleted (!) c) new script renamed and I get 2 scripts with the same name (old - active, new - not) pool.c,child_reg_connected: [13036] serverchild.c,PerformChildTask: incoming connection from

[Dbmail-dev] Address already in use

2006-02-21 Thread Oleg Lapshin
I make 1st connection to dbmail-imapd - all ok when I try to make 2nd connection (another acount), I get: RESPONSE: [145 OK UID FETCH completed ] imap4.c,IMAPClientHandler: Finished command uid [0] main(): server has exited, exit status [1] imapd.c,get_config: reading config

Re: [Dbmail-dev] Address already in use

2006-02-21 Thread Paul J Stevens
I noticed this one as well. Not a clue as to where this one is coming from. For some reason the parent process for all the preforks is bombing out. Oleg Lapshin wrote: I make 1st connection to dbmail-imapd - all ok when I try to make 2nd connection (another acount), I get: RESPONSE: [145 OK

Re: [Dbmail-dev] Address already in use

2006-02-21 Thread Oleg Lapshin
I noticed this one as well. Not a clue as to where this one is coming from. For some reason the parent process for all the preforks is bombing out. But, there were no such problem in revision 1991... And one more thing: my mail client said, that dbmail doesn't have VACATION capability... (I

Re: [Dbmail-dev] Address already in use

2006-02-21 Thread Paul J Stevens
Oleg Lapshin wrote: I noticed this one as well. Not a clue as to where this one is coming from. For some reason the parent process for all the preforks is bombing out. But, there were no such problem in revision 1991... I started seeing this day before yesterday. My best guess is there's

Re: [Dbmail-dev] Address already in use

2006-02-21 Thread Oleg Lapshin
Oleg Lapshin wrote: I noticed this one as well. Not a clue as to where this one is coming from. For some reason the parent process for all the preforks is bombing out. But, there were no such problem in revision 1991... I started seeing this day before yesterday. My best guess is there's

Re: [Dbmail-dev] Address already in use

2006-02-21 Thread Paul J Stevens
Thanks Oleg, Looks like more signal trouble. Oleg Lapshin wrote: Oleg Lapshin wrote: I noticed this one as well. Not a clue as to where this one is coming from. For some reason the parent process for all the preforks is bombing out. But, there were no such problem in revision 1991... I

Re: [Dbmail-dev] Address already in use

2006-02-21 Thread Aaron Stone
On Tue, 2006-02-21 at 15:26 +0100, Paul J Stevens wrote: And one more thing: my mail client said, that dbmail doesn't have VACATION capability... (I have SIEVE_VACATION=yes in config) That config option doesn't actually work yet. The capability string for timsieved is broken, I'll fix that in

Re: [Dbmail-dev] Address already in use

2006-02-21 Thread Aaron Stone
On Tue, 2006-02-21 at 08:39 -0800, Aaron Stone wrote: On Tue, 2006-02-21 at 15:26 +0100, Paul J Stevens wrote: And one more thing: my mail client said, that dbmail doesn't have VACATION capability... (I have SIEVE_VACATION=yes in config) That config option doesn't actually work yet.

[Dbmail] Horde/imp search not working with dbmail-imapd

2006-02-21 Thread Jacques Beaudoin
Hi Paul, I have in my inbox a message with a subject TEST when i do a search for TEST in Horde/imp i get a nothing found Paul can you take a look at my dbmail-imapd log and see if the Horde/imp transactions are in sync. with dbmail-imapd Thanks Cordialement Jacques Beaudoin Agent

[Dbmail] DBMailAdministrator says two items in inbox,POP3 says none.

2006-02-21 Thread M. J. [Mike] OBrien
Hi David: Look for this: Marked Delete = YES This is pretty much fundamental to the way DBMail works. DdMailAdministrator is correct -- the items *are* in the inbox (deleted flag set to 1 and Marked Delete = YES) until dbmail_messages.status is set to 3 and dbmail-util finally deletes them.

Re: [Dbmail] Horde/imp search not working with dbmail-imapd

2006-02-21 Thread Paul J Stevens
Jacques, From the logs I see you're running 2.0, right? 2.0 doesnt support search on charsets other than us-ascii. And in 2.0 sort is broken. All this has been fixed in svn-trunk and 2.1.4 will be released rsn. Jacques Beaudoin wrote: Hi Paul, I have in my inbox a message with a subject

Re: [Dbmail] Horde/imp search not working with dbmail-imapd

2006-02-21 Thread Jacques Beaudoin
Hi Paul, When you say All this has been fixed in svn-trunk Do you meen that i should download 2.0 from svn-trunk ? When you say ... and 2.1.4 will be released rsn I dont know what rsn meens a Google search gave me Religious Science of Nashville Romanian Society of Neurosurgery laugh I