On Wednesday, November 15, 2000 08:21:43 AM +0100 Frank Richter 
<[EMAIL PROTECTED]> wrote:
+------
| >>    a user has a sieve file containing:
| >>      redirect "[EMAIL PROTECTED]";
| >>      keep;
| >>    It works fine, but when this user's mailbox is over quota ...:
| >>    Whenever sendmail runs its queue, a mail is sent to
| >>    "[EMAIL PROTECTED]", but as the local delivery failes, the mail
| >>    remains in sendmail's queue.
|
| > What behavior do you expect?  Desire?
|
| Hmm, perform the redirect action only once, and try to do the keep action.
| I assume this is hard to implement...
|
+-----X8

You could keep a redirect database, analogous to the deliver database so 
that each redirection results in a single message. I don't think that the 
problem is difficult, the question as I see it is whether or not it is 
worth the effort for sieves designers to fix what should be a seldom 
encountered problem. One could take on the BOFH's mantle and maintain that 
annoying other users is a good way to ensure that your users don't go over 
quota.

/Michael
--
This space intentionally left non-blank.

Reply via email to