Alexander Prinsier
2008-Sep-21 22:59 UTC
[Dovecot] antispam plugin signature-log backend with v1.1.2
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
Johannes Berg
2008-Sep-22 08:10 UTC
[Dovecot] antispam plugin signature-log backend with v1.1.2
On Mon, 2008-09-22 at 00:59 +0200, Alexander Prinsier wrote:> 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.It has never even worked correctly so I haven't bothered to update it for a long time, sorry. You can probably find some old notes from me about that on the list archive. johannes -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20080922/d9810fd7/attachment-0002.bin>
Alexander Prinsier
2008-Sep-22 11:52 UTC
[Dovecot] antispam plugin signature-log backend with v1.1.2
Johannes Berg wrote:> On Mon, 2008-09-22 at 00:59 +0200, Alexander Prinsier wrote: >> 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. > > It has never even worked correctly so I haven't bothered to update it > for a long time, sorry. You can probably find some old notes from me > about that on the list archive.Oh it worked very fine for me with dovecot 1.0 :) I'll see what I can do to fix it, or I'll use another version of dovecot if I can't get it fixed :) Alexander