12 Dec
2009
12 Dec
'09
8:12 p.m.
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