Hi
I am using Cyrus 2.3.8 on Gentoo and want to use the sieve-extensions
body and include.
Maybe someone could point me into the right direction on how to achieve
that?
Thanks in advance and Best Regards
Jens Kleikamp
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyr
I'm seeing a crash whenever a perl process exits that uses the Cyrus
IMAP.pm perl module.
The cleanup function in the IMAP.xs checks the reference count post
decrement rather than pre, therefore it double frees memory and ends
up calling imclient_destroy() twice for the same object.
The followin
[EMAIL PROTECTED] writes:
> I made a stupid mistake last night. I usually backup my Cyrus/postfix
> server by stopping both Postfix and Cyrus, have the backup run then start
> both of them. This has been working for years. Last night in my
> brilliance thought I could just stop Cyrus, leave
I made a stupid mistake last night. I usually backup my Cyrus/postfix
server by stopping both Postfix and Cyrus, have the backup run then start
both of them. This has been working for years. Last night in my
brilliance thought I could just stop Cyrus, leave postfix running and do
the backup.
Andy Fiddaman wrote:
> On Mon, 17 Sep 2007, Ken Murchison wrote:
> ;
> ; I didn't like the way that the macro looked in the code, so I just typedef'd
> ; it instead. Here is my current patch. If it works, I'll commit it.
>
> Seems fine, no crashes with my test suite.
>
> Thanks!
>
> (for the o
On Mon, 17 Sep 2007, Ken Murchison wrote:
;
; I didn't like the way that the macro looked in the code, so I just typedef'd
; it instead. Here is my current patch. If it works, I'll commit it.
Seems fine, no crashes with my test suite.
Thanks!
(for the other crash bug in the perl XS, would you