[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@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!
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
participants (2)
-
"Fábio M. Catunda"
-
Johannes Berg