Re: [Dovecot] Dovecot-sieve multiple redirect question

2009-12-15 Thread Timo Sirainen
On Sat, 2009-12-12 at 20:12 +0200, Алексей Крикун wrote: > require ["copy"]; > redirect :copy "ad...@dom.ain"; > redirect :copy "ad...@dom.ain"; > > All works fine, but if ad...@... has exceeded quota, this script seems stop > working and ad...@... doesn't receive this message too. > Is this corre

[Dovecot] Dovecot-sieve multiple redirect question

2009-12-12 Thread Алексей Крикун
Hi, I have a question about redirecting message to a multiple addresses. I have an user script like following: require ["copy"]; redirect :copy "ad...@dom.ain"; redirect :copy "ad...@dom.ain"; All works fine, but if ad...@... has exceeded quota, this script seems stop working and ad...@... does