[Dbmail-dev] SVN-1961: CRITICAL **: _handle_search_args: assertion `search_keys search_keys[*idx]' failed

2006-01-24 Thread Kevin
Got above error message prompt on the console, however the IMAP seems still working. Attached is the valgrind output. Thanks, Kevin ==22282== Memcheck, a memory error detector for x86-linux. ==22282== Copyright (C) 2002-2004, and GNU GPL'd, by Julian Seward et al. ==22282== Using valgrind-2.2.0,

[Dbmail-dev] SVN-1961: IMAP: INBOX messages moved to Spam folder, but not me

2006-01-24 Thread Kevin
I found my messages in INBOX were moved to Spam folder mysteriously, as I didn't issue such a command. I have a filter setup in SquirrelMail to move emails with header include X-DSPAM-Result: Spam to Spam. Certainly the moved emails are Innocent. I grep the COMMAND from maillogin as below, any

Re: [Dbmail-dev] SVN-1961: IMAP: INBOX messages moved to Spam folder, but not me

2006-01-24 Thread Paul J Stevens
why do you think things have moved to Spam? I don't see you selecting INBOX at all here. Kevin wrote: I found my messages in INBOX were moved to Spam folder mysteriously, as I didn't issue such a command. I have a filter setup in SquirrelMail to move emails with header include X-DSPAM-Result:

Re: [Dbmail-dev] SORT capability

2006-01-24 Thread Paul J Stevens
I'll let things settle down a couple of days, and see if anything critical pops up. Kevin wrote: Just finished plugging all major leakage. Things look usable now. Cool, I'll try it out tonight. Will you release 2.1.4 then? Cheers, Kevin

Re: [Dbmail-dev] SVN-1961: IMAP: INBOX messages moved to Spam folder, but not me

2006-01-24 Thread Kevin
I found out when I restarted the old dbmail-imapd (svn 1918), through Outlook Express. Spam folder suppose to have 3 emails but now have 200+, and INBOX is empty. (I use both SquirrelMail and Outlook Express which makes it a little bit confusing) Kevin On 1/23/06, Paul J Stevens [EMAIL

[Dbmail-dev] What about sieve?

2006-01-24 Thread Oleg Lapshin
Hello I try to insert this sieve-script: require fileinto; if header :is X-Spam-Flag YES { fileinto SPAM;} else { fileinto INBOX;} with command: dbmail-sievecmd -u loe -i spam1 sieve_spam1 and get: *** dbmail-sievecmd *** Opening connection to database... Opening connection to

Re: [Dbmail-dev] What about sieve?

2006-01-24 Thread Paul J Stevens
Oleg, Sieve is a work-in-progress and unfinished. That's Aaron's brainchild. I haven't a clue what the current status is, though I'm pretty sure Aaron would have told us if it's in any way usable. Maybe Aaron can enlighten us a bit here. Oleg Lapshin wrote: Hello I try to insert this

Re: [Dbmail-dev] Re: What about sieve?

2006-01-24 Thread Paul J Stevens
Oleg Lapshin wrote: I found error. patch: applied Do sieve scripts work now? Hardly. The wiki clearly states some pretty fundamental TODO's: http://www.dbmail.org/dokuwiki/doku.php?id=sieve but looking at modules/sortsieve.c, it doesn't look all that hard. The framework looks to be quite

Re: [Dbmail-dev] Re: What about sieve?

2006-01-24 Thread Aaron Stone
On Tue, 2006-01-24 at 09:48 +0100, Paul J Stevens wrote: Oleg Lapshin wrote: Do sieve scripts work now? Hardly. The wiki clearly states some pretty fundamental TODO's: http://www.dbmail.org/dokuwiki/doku.php?id=sieve but looking at modules/sortsieve.c, it doesn't look all that hard. The