"Fábio M. Catunda"
2008-Mar-24 22:20 UTC
[Dovecot] Changing the order of plugin execution.
Hi! I'm using an acl to avoid deletion of .Trash messages, but I also have mail_log plugin enabled, but I found out some logs of deletion on info.log: deleted: uid=218, msgid=<200802150943.25163.alessio at skye.it>, box=Trash The message is still there, but maillog logged that it have been deleted. I believe that this issue is related to the order that plugins are executes, is there a way to change it? dovecot version 1.0.13-1 debian package. Thanks!
> The message is still there, but maillog logged that it have been > deleted. I believe that this issue is related to the order that plugins > are executes, is there a way to change it?As far as I know it should be the reverse order that they're loaded in. johannes -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 828 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20080325/09028544/attachment-0002.bin>
"Fábio M. Catunda"
2008-Mar-25 20:20 UTC
[Dovecot] Changing the order of plugin execution.
I have tried both ways: mail_plugins = acl lazy_expunge mail_log and mail_plugins = acl lazy_expunge mail_log acl But in both cases I keep gettin "deleted" log entried even if the message have not been deleted. What I'm imagining is that when the acl plugin is precessed it avoid the deletion but do not stop plugins execution. So, maybe the correct question is: Is there a way to make acl plugin stop plugins execution? Thanks! Johannes Berg escreveu:>> The message is still there, but maillog logged that it have been >> deleted. I believe that this issue is related to the order that plugins >> are executes, is there a way to change it? >> > > As far as I know it should be the reverse order that they're loaded in. > > johannes >