Sieve and reject: any way to not attach original mail ?

Christophe Boyanique tof at raceme.org
Mon Nov 6 09:29:50 EST 2006


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.


More information about the Info-cyrus mailing list