Hi all,
I have a cyrus mail system with scripts like that:
if size :over 2Mo {
reject "Your mail is too big!";
stop;
}
If user foo send a 4 Mo mail to user bar, then bar's sieve script will
reject it and send a mail back containing the original mail. As this
mail is bigger than 2Mo, then foo's sieve script will reject it and
there will be a ping-pong loop and no notification for foo than the mail
has not be delivered.
Is there a way for sieve to not copy the original mail and just send the
text specified in the script ?
Regards,
Christophe.
----
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html