[Dbmail-dev] 2 problems (sieve and GLib)

2006-02-13 Thread Oleg Lapshin
Hello. I compiled dbmail-svn rev 1979. 2 problems: The 1st: when I activate sieve-scripts, dbmail-lmtpd can't react to this script: require "fileinto"; if header :is "X-Spam-Flag" "YES" { fileinto "SPAM";} else { fileinto "INBOX";} But, when I change: { SIEVE2_MESSAGE_GETHEADER, so

Re: [Dbmail-dev] 2 problems (sieve and GLib)

2006-02-13 Thread Paul J Stevens
Oleg Lapshin wrote: > Hello. > I compiled dbmail-svn rev 1979. > > 2 problems: > How can I help? and what I do wrong? You're expecting finished sieve code where ***sieve is unfinished***. Until Aaron or I say otherwise, don't use sieve unless you plan on debugging/developing the code.

Re: [Dbmail-dev] 2 problems (sieve and GLib)

2006-02-13 Thread Aaron Stone
On Mon, 2006-02-13 at 09:02 +0100, Paul J Stevens wrote: > Oleg Lapshin wrote: > > Hello. > > I compiled dbmail-svn rev 1979. > > > > 2 problems: > > . > > > How can I help? and what I do wrong? > > You're expecting finished sieve code where ***sieve is unfinished***. > > Until Aaron or I

[Dbmail-dev] Re: 2 problems (sieve and GLib)

2006-02-13 Thread Oleg Lapshin
> > You're expecting finished sieve code where ***sieve is unfinished***. > > Until Aaron or I say otherwise, don't use sieve unless you plan on > > debugging/developing the code. > > It's cool, I don't mind the bug reports, so long as they're not in the > form, "Your dev code broke my production

Re: [Dbmail-dev] Re: 2 problems (sieve and GLib)

2006-02-13 Thread Aaron Stone
On Mon, 2006-02-13 at 12:22 +0300, Oleg Lapshin wrote: [snip] > and I see in log: > Feb 13 12:06:57 fox dbmail/lmtpd[20435]: header: X-Spam-Flag value: YES > Feb 13 12:06:57 fox dbmail/lmtpd[20435]: Action is FILEINTO: mailbox is > [INBOX] > Feb 13 12:06:57 fox dbmail/lmtpd[20435]: dbmysql.c,db_q