Hello,
Is the signature-log backend of the antispam plugin broken when compiling with dovecot version 1.1.2? I'm using version 1.0 of the antispam plugin. It looks like there isn't anything more recent.
cc -c -DCONFIG_DEBUG -DDEBUG_SYSLOG -fPIC -shared -Wall -Wextra -DPLUGINNAME=antispam -DHAVE_CONFIG_H -I../dovecot-1.1.2/ -I../dovecot-1.1.2/src/ -I../dovecot-1.1.2/src/lib/ -I../dovecot-1.1.2/src/lib-storage/ -I../dovecot-1.1.2/src/lib-mail/ -I../dovecot-1.1.2/src/lib-imap/ -I../dovecot-1.1.2/src/lib-dict/ -I../dovecot-1.1.2/src/lib-index/ -I../dovecot-1.1.2/src/imap/ -o signature-log.o signature-log.c signature-log.c: In function ‘backend_start’: signature-log.c:54: error: incompatible type for argument 2 of ‘dict_init’ signature-log.c:54: error: too few arguments to function ‘dict_init’ signature-log.c: In function ‘backend_handle_mail’: signature-log.c:97: error: incompatible type for argument 2 of ‘mail_storage_set_error’ signature-log.c:97: error: too few arguments to function ‘mail_storage_set_error’ signature-log.c:128: error: incompatible type for argument 2 of ‘mail_storage_set_error’ signature-log.c:128: error: too few arguments to function ‘mail_storage_set_error’ make: *** [signature-log.o] Error 1
Thanks, Alexander