Displaying 1 result from an estimated 1 matches for "d51650c8af85".
2010 Sep 06
1
Plugin execution order and Sieve
...called
#mail_plugins = $mail_plugins sieve myplugin ## sieve called
first, my plugin is never called
mail_plugins = $mail_plugins myplugin ## my plugin is called
}
I try to patch Pigeonhole Sieve to call other plugin at the end of
execution with :
---
dovecot-2-0-pigeonhole-d51650c8af85/src/plugins/lda-sieve/lda-sieve-plugin.c.next_deliver
2010-08-23 19:26:12.000000000 +0200
+++
dovecot-2-0-pigeonhole-d51650c8af85/src/plugins/lda-sieve/lda-sieve-plugin.c
2010-09-02 11:48:22.000000000 +0200
@@ -775,7 +775,8 @@
} T_END;
- return ret;
+ //return ret;
+ retur...