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 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 machine! @[EMAIL PROTECTED]"
The bug is a goof on my part; I didn't read my own documentation here.
Oleg, try this:
in sortsieve.c, sort_getheader:
change
sieve2_setvalue_string(s, "value", value);
to
sieve2_setvalue_string(s, "body", value);
Aaron