[Dbmail-dev] Sieve again :)

2006-02-03 Thread Oleg Lapshin
Hello I need "filento" sieve functionality. But current dbmail-svn rev 1970 don't wont to do this. I create small patch and now my small and simple sieve script can work! Correct me, if I did smth wrong, please. Sieve script: require "fileinto"; if header :is "X-Spam-Flag" "YES" { fileinto "

[Dbmail-dev] Sieve again :)

2006-02-03 Thread Oleg Lapshin
Sorry, one more patch: --- sort.c.orig 2006-01-30 09:07:36.0 +0300 +++ sort.c 2006-02-03 09:01:16.0 +0300 @@ -43,7 +43,7 @@ } /* Sieve. */ - if (0) { // FIXME: I think this should be configurable. + if (1) { // FIXME: I think this should be conf

Re: [Dbmail-dev] Sieve again :)

2006-02-03 Thread Aaron Stone
Hmm... Patch already applied. Reverse? [n] This is what's in my working directory right now! :-P You're fine with your changes for right now, but it'll be slightly different when I commit because I've made other changes, too. Aaron On Fri, 2006-02-03 at 14:24 +0300, Oleg Lapshin wrote: > Hello

Re: [Dbmail-dev] Sieve again :)

2006-02-03 Thread Aaron Stone
This one's at your own risk right now. I haven't fully tested the delivery path; most crucially, I haven't fully tested that it doesn't discard mail by accident. This is important. Aaron On Fri, 2006-02-03 at 14:28 +0300, Oleg Lapshin wrote: > /* Sieve. */ > - if (0) { // FIXME: I

Re: [Dbmail-dev] SEARCH returns all messages on not found

2006-02-03 Thread Paul J Stevens
Christian, This specific problem has been fixed in trunk. Paul J Stevens wrote: > Fallout from the recent merging of the new search/sort code. There > appears to be an issue in the construction and merging of msn sequences. > I'll fix this asap. > > Christian G. Warden wrote: > >>On Sat, Jan 28

Re: [Dbmail-dev] SEARCH returns all messages on not found

2006-02-03 Thread Christian G. Warden
On Fri, Feb 03, 2006 at 04:04:17PM +0100, Paul J Stevens wrote: > Christian, > > This specific problem has been fixed in trunk. Thanks, Paul! xn