This has already been fixed in CVS.


Dmitry Novosjolov wrote:
Dear List Members,

I've found that every message which gets answered with vacation facility of sieve has a subject "subject". I do not think it's intended :) I also do not think that I'm the first discoverer of this.

For your information: in the file source_code_root/sieve/bc_eval.c should be made some changes in order to have subjects adjusting more correctly.

what I did is shown below:


989c989 < if (i->getheader(m, buf, &s) != SIEVE_OK || ---

if (i->getheader(m, subject, &s) != SIEVE_OK ||

1001d1000 < 1007a1007

1009c1009
<                                 xstrdup(subject), message,
---

xstrdup(buf), message,

1010a1011



I hope to find a healthy sieve in the next release of such a great thing as cyrus server :)


----------------------------
Best regards,
Novosjolov Dmitry.





--
Kenneth Murchison     Oceana Matrix Ltd.
Software Engineer     21 Princeton Place
716-662-8973 x26      Orchard Park, NY 14127
--PGP Public Key--    http://www.oceana.com/~ken/ksm.pgp



Reply via email to