[Dovecot] Dovecot-sieve multiple redirect question
Hi,
I have a question about redirecting message to a multiple addresses.
I have an user script like following:
require ["copy"]; redirect :copy "addr1@dom.ain"; redirect :copy "addr2@dom.ain";
All works fine, but if addr1@... has exceeded quota, this script seems stop working and addr2@... doesn't receive this message too. Is this correct behaviour?
How to avoid this?
Thanks, Kryol
On Sat, 2009-12-12 at 20:12 +0200, Алексей Крикун wrote:
require ["copy"]; redirect :copy "addr1@dom.ain"; redirect :copy "addr2@dom.ain";
All works fine, but if addr1@... has exceeded quota, this script seems stop working and addr2@... doesn't receive this message too. Is this correct behaviour?
I suppose not. But I'm not really updating CMU Sieve plugin anymore, see if the behavior is gone with the Pigeonhole Sieve plugin http://pigeonhole.dovecot.org/
participants (2)
-
Timo Sirainen
-
Алексей Крикун