Displaying 1 result from an estimated 1 matches for "next_deliver_mail".
2010 Sep 06
1
Plugin execution order and Sieve
...rc/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;
+ return next_deliver_mail(mdctx,storage_r);
}
/*
With this patch, my plugin is called, but, always AFTER Sieve...
How can I call my plugin before Sieve and do I need to patch Pigeonhole
Sieve ?
Thank you,
Charly.