Hi! I'm trying to use an ACL to avoid deletion of messages that are inside .Trash folder, the ACL is already working very well, the problem that I'm facing is that even if the message is not deleted, mail_log logs that it has been deleted. Also, in some cases part of the lazy_expunge code is executed too, but sometimes I just dont know where the message is, thats weird. I erased deleted and expunged folders, then I deleted a message, It hasn't been deleted, but "deleted" and "expunged" folders has been created. Anyway, I would like to know if there is a way to stop plugin execution when an ACL matches. Thanks a lot.
Sorry again, I forgot to tell: dovecot version: 1.0.5-1 Debian package. Also, I tried to change plugin order on dovecot.conf, but the problem persists! Thanks! F?bio M. Catunda escreveu:> Hi! > > I'm trying to use an ACL to avoid deletion of messages that are inside > .Trash folder, the ACL is already working very well, the problem that > I'm facing is that even if the message is not deleted, mail_log logs > that it has been deleted. > > Also, in some cases part of the lazy_expunge code is executed too, but > sometimes I just dont know where the message is, thats weird. I erased > deleted and expunged folders, then I deleted a message, It hasn't been > deleted, but "deleted" and "expunged" folders has been created. > > Anyway, I would like to know if there is a way to stop plugin > execution when an ACL matches. > > Thanks a lot.
On Mon, 2008-04-14 at 16:29 -0300, "F?bio M. Catunda" wrote:> Hi! > > I'm trying to use an ACL to avoid deletion of messages that are inside > .Trash folder, the ACL is already working very well, the problem that > I'm facing is that even if the message is not deleted, mail_log logs > that it has been deleted.Fixed: http://hg.dovecot.org/dovecot-1.1/rev/068f6eefc62b> Also, in some cases part of the lazy_expunge code is executed too, but > sometimes I just dont know where the message is, thats weird. I erased > deleted and expunged folders, then I deleted a message, It hasn't been > deleted, but "deleted" and "expunged" folders has been created.Does the above patch fix this too? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20080425/04b7fcdc/attachment-0002.bin>
Thanks Timo, I will try it! []'s, Catunda. Timo Sirainen escreveu:> On Mon, 2008-04-14 at 16:29 -0300, "F?bio M. Catunda" wrote: > >> Hi! >> >> I'm trying to use an ACL to avoid deletion of messages that are inside >> .Trash folder, the ACL is already working very well, the problem that >> I'm facing is that even if the message is not deleted, mail_log logs >> that it has been deleted. >> > > Fixed: http://hg.dovecot.org/dovecot-1.1/rev/068f6eefc62b > > >> Also, in some cases part of the lazy_expunge code is executed too, but >> sometimes I just dont know where the message is, thats weird. I erased >> deleted and expunged folders, then I deleted a message, It hasn't been >> deleted, but "deleted" and "expunged" folders has been created. >> > > Does the above patch fix this too? > >