Re: [Dbmail-dev] Troubles: rev-1996 and 1997 - one failure on testimap

2006-03-01 Thread Leif Jackson
Aaron Paul, I belive I have come up with a fix for this and I have also found a few extra possible memory leaks, I will submit a patch for your review here in a bit but I have a question for Paul and the testimap.py with the current head compiled shared with mysql and no sieve i got one failed

Re: [Dbmail-dev] kmail and sieve scripts

2006-03-01 Thread Aaron Stone
On Tue, Feb 28, 2006, Oleg Lapshin [EMAIL PROTECTED] said: When I changed line 673 of timsieve.c from: {%u+}\r\n, to {%u}\r\n, kmail can get script to change it!!! They need to read the draft RFC: http://www.ietf.org/internet-drafts/draft-martin-managesieve-06.txt 2.9. GETSCRIPT Command

Re: [Dbmail-dev] kmail and sieve scripts

2006-03-01 Thread Oleg Lapshin
Aaron Stone wrote: On Tue, Feb 28, 2006, Oleg Lapshin [EMAIL PROTECTED] said: When I changed line 673 of timsieve.c from: {%u+}\r\n, to {%u}\r\n, kmail can get script to change it!!! They need to read the draft RFC: http://www.ietf.org/internet-drafts/draft-martin-managesieve-06.txt

Re: [Dbmail-dev] Troubles: rev-1996 and 1997 - one failure on testimap

2006-03-01 Thread Leif Jackson
On Tue, February 28, 2006 5:54 pm, Leif Jackson wrote: Aaron Paul, I belive I have come up with a fix for this and I have also found a few extra possible memory leaks, I will submit a patch for your review here in a bit what i tried didn't quite workout right so Aaron if you have some

Re: [Dbmail-dev] Troubles: rev-1996 and 1997 - updated dbmail.supp file

2006-03-01 Thread Leif Jackson
See attached valgrind suppression file. I have added the libmodule leaks to the suppression file. So it make debugging the other stuff a bit better. Didn't know if you guys had already done this Should the suppressions file be included in contrib ? Aaron ..etc. I have also attached the

Re: [Dbmail-dev] kmail and sieve scripts

2006-03-01 Thread Oleg Lapshin
And 1 more thing: when I try to upload _new_ script from kmail, small script is uploaded fine but large - don't 1st log (don't work): tims(): incoming buffer: [HAVESPACE 123 762] tims(): command issued: cmd [HAVESPACE], val [123 762] tims(): command looked up as commandtype 8 tims():

Re: [Dbmail-dev] kmail and sieve scripts

2006-03-01 Thread Aaron Stone
On Tue, Feb 28, 2006, Oleg Lapshin [EMAIL PROTECTED] said: Aaron Stone wrote: On Tue, Feb 28, 2006, Oleg Lapshin [EMAIL PROTECTED] said: When I changed line 673 of timsieve.c from: {%u+}\r\n, to {%u}\r\n, kmail can get script to change it!!! They need to read the draft RFC:

Re: [Dbmail-dev] kmail and sieve scripts

2006-03-01 Thread Aaron Stone
On Wed, 2006-03-01 at 03:32 +0300, Oleg Lapshin wrote: And 1 more thing: when I try to upload _new_ script from kmail, small script is uploaded fine but large - don't 1st log (don't work): [snip query] \INBOX\;\r\n', ] ^^^ The end of the query should be , 0) --

Re: [Dbmail-dev] Troubles: rev-1996 and 1997

2006-03-01 Thread Aaron Stone
On Tue, 2006-02-28 at 22:03 +0100, Paul J Stevens wrote: I've refactored the whole do {} while... loop into a new function in server.c I'll do the stress test later... All daemons pass with flying colors! Aaron

Re: [Dbmail-dev] Troubles: rev-1996 and 1997 - one failure on testimap

2006-03-01 Thread Leif Jackson
On Wed, March 1, 2006 1:03 am, Aaron Stone wrote: On Tue, 2006-02-28 at 19:02 -0500, Leif Jackson wrote: On Tue, February 28, 2006 5:54 pm, Leif Jackson wrote: I belive I have come up with a fix for this and I have also found a few extra possible memory leaks, I will submit a patch for your

Re: [Dbmail-dev] humm... rev 2000 memleaks?

2006-03-01 Thread Leif Jackson
Aaron, Maybe I spoke too soon just checked out svn rev 2000 and took at look I think you got the main issues with build_args, but I am curious are you running valgrind via the testimap.py? As it seems there might be a few more issues it is finding that you didn't see, I will check and send a

Re: [Dbmail-dev] humm... rev 2000 memleaks?

2006-03-01 Thread Leif Jackson
Here i go again checked dbmail-lmtpd and it has 2 minor problems: first: --- dbmail-svn-2.1.3-2000.orig/lmtp.c 2006-03-01 01:46:40.939279000 -0500 +++ dbmail-svn-2.1.3-2000.new/lmtp.c2006-03-01 03:45:56.648141000 -0500 @@ -476,6 +476,8 @@ if (goodtogo) { /* Sure

Re: [Dbmail-dev] kmail and sieve scripts

2006-03-01 Thread Oleg Lapshin
Hello As for db_add_sievescript function in db.c At the beginning: escaped_scriptname = dm_stresc(scriptname); escaped_script = dm_stresc(script); but dm_free(escaped_script); only once at the end of function. dm_free(escaped_scriptname); is called 3 times Is it

Re: [Dbmail-dev] humm... rev 2000 memleaks?

2006-03-01 Thread Aaron Stone
On Wed, 2006-03-01 at 03:44 -0500, Leif Jackson wrote: in lmtp.c around line 516: /* find_bounded() allocated tmpaddr for us, and that's ok * since dsnuser_free() will free it for us later on. */ dsnuser.address = tmpaddr; but the comment isn't true thus this leaks ? What do you guys

Re: [Dbmail-dev] humm... rev 2000 memleaks?

2006-03-01 Thread Aaron Stone
On Wed, 2006-03-01 at 10:35 +0100, Paul J Stevens wrote: Leif Jackson wrote: /* These are nominally const, but * we really do want to free them. */ /* dm_free((char *) dsnuser-address); dm_free((char *) dsnuser-mailbox); */ I'm activating these free calls. They

[Dbmail-dev] [DBMail 0000305]: Deletion of user refuses to delete mail

2006-03-01 Thread bugtrack
The following issue has been RESOLVED. == http://www.dbmail.org/mantis/view.php?id=305 == Reported By:variable Assigned To:

[Dbmail-dev] [DBMail 0000306]: the processes spawn infitnetly until they crash the machine

2006-03-01 Thread bugtrack
A NOTE has been added to this issue. == http://www.dbmail.org/mantis/view.php?id=306 == Reported By:variable Assigned To:

[Dbmail-dev] [DBMail 0000305]: Deletion of user refuses to delete mail

2006-03-01 Thread bugtrack
The following issue has been REOPENED. == http://www.dbmail.org/mantis/view.php?id=305 == Reported By:variable Assigned To:

[Dbmail-dev] [DBMail 0000305]: integrity checks in maintenance.c are incomplete

2006-03-01 Thread bugtrack
The following issue has been ACKNOWLEDGED. == http://www.dbmail.org/mantis/view.php?id=305 == Reported By:variable Assigned To:

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

2006-03-01 Thread Jacques Beaudoin
Thanks you got it, After modifying horde/lib/Horde/IMAP/Search.php horde search now works with dbmail. Could dbmail-imap be modified to ignore the character set field since it does not nead it. Thanks I could not find the orginal message from dbmail list but i had this piece stored in my