interfaSys sàrl
2012-Jan-17 11:07 UTC
[Dovecot] Antispam plugin not compatible with Dovecot 2.1
Here is what I get when I try to compile the antispam plugin agaisnt Dovecot 2.1 ************** mailbox.c: In function 'antispam_save_begin': mailbox.c:138:12: error: 'struct mail_save_context' has no member named 'copying' mailbox.c: In function 'antispam_save_finish': mailbox.c:174:12: error: 'struct mail_save_context' has no member named 'copying' Failed to compile mailbox.c (plugin)! gmake[3]: *** [mailbox.plugin.o] Error 1 ************** The other objects compile fine. Cheers, Olivier
Timo Sirainen
2012-Jan-18 14:34 UTC
[Dovecot] Antispam plugin not compatible with Dovecot 2.1
On Tue, 2012-01-17 at 11:07 +0000, interfaSys s?rl wrote:> Here is what I get when I try to compile the antispam plugin agaisnt > Dovecot 2.1 > > ************** > mailbox.c: In function 'antispam_save_begin': > mailbox.c:138:12: error: 'struct mail_save_context' has no member named > 'copying'The "copying" should be changed to "copying_via_save".
Apparently Analagous Threads
- Problem compiling dovecot-antispam on Ubuntu 11.10 using Doveot 2.0.13
- mailbox_storage_vfuncs: mailbox_open -> ? in 2.0
- Dovecot-1.1.1 with quota and antispam plugin - segmentation fault
- quota vs. antispam issue
- Plugin development - ostream and index cache size