Kostas Zorbadelos <[EMAIL PROTECTED]> 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


_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to