bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] Bug in sieve engine


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] Bug in sieve engine
Date: Tue, 01 Nov 2005 11:06:51 EET

Kostas Zorbadelos <address@hidden> wrote:

> My program
> opens a mailbox and for each message it creates a new sieve machine,

Wow, that's terribly ineffective! Why don't you use a single instance?

> char *sieve_filename;  
> int sieve_line_num;  
> ino_t sieve_source_inode;
> 
> in sieve.l that are not initialized.

They are in BSS and therefore are initialized to zero values.

> I include my program, the makefile, the sieve file and the test
> mailbox. All tests are against snapshot 20050929 (with a patch of mine
> that has to do with the reject action, already sent to the list).
> Let me know if you need anything else to trace the problem.

Thank you, I will investigate it. By the way, your patch (in a slightly
modified way), have already been applied to the CVS HEAD.

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]