Dovecot lda Panic: file mail-transaction-log.c
Alessio Cecchi
alessio at skye.it
Tue Dec 16 16:51:50 UTC 2014
Il 16/12/2014 17:07, Alessio Cecchi ha scritto:
> Hi,
>
> I'm running:
>
> # 2.2.15: /etc/dovecot/dovecot.conf
> # Pigeonhole version 0.4.6 (3e924b1b6c5c+)
> # OS: Linux 2.6.32-5-amd64 x86_64 Debian 6.0.10
>
> with mailbox in Maildir format and LDA to delivery new email (+ sieve
> for filter)
I found the problem but not the solution.
This is my sieve default:
require ["vnd.dovecot.duplicate", "fileinto", "mailbox"];
if header :matches "X-Spam-Status" "Yes, *" {
fileinto "Spam";
}
if duplicate {
fileinto "Trash";
}
If I remove the "if duplicate" rule delivery works fine.
Could be a Pigeonhole bug?
More information about the dovecot
mailing list