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?