Package Details: dovecot2-antispam-git 2.0.r17.g713e9e9-2

Git Clone URL: https://aur.archlinux.org/dovecot2-antispam-git.git (read-only, click to copy)
Package Base: dovecot2-antispam-git
Description: Integrates DSPAM into dovecot IMAP server. Git Version for dovecot >= 2.1
Upstream URL: https://git.sipsolutions.net/dovecot-antispam.git/
Keywords: antispam dovecot imap spam
Licenses: GPL
Conflicts: dovecot-antispam
Provides: dovecot-antispam
Submitter: CarstenF
Maintainer: vcalv
Last Packager: vcalv
Votes: 3
Popularity: 0.000000
First Submitted: 2015-09-15 11:14 (UTC)
Last Updated: 2025-07-06 23:04 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

vcalv commented on 2025-07-06 23:05 (UTC)

Fixed build errors.

Should compile and work now.

vcalv commented on 2025-07-06 22:08 (UTC)

Compile errors:

  CC   antispam-storage.o
In file included from /usr/include/dovecot/lib.h:26,
                 from antispam-storage-2.0.c:12,
                 from antispam-storage.c:3:
/usr/include/dovecot/compat.h:53:15: error: ‘bool’ cannot be defined via ‘typedef’
   53 | typedef _Bool bool;
      |               ^~~~
/usr/include/dovecot/compat.h:53:15: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
/usr/include/dovecot/compat.h:53:1: warning: useless type name in empty declaration
   53 | typedef _Bool bool;
      | ^~~~~~~
make: *** [Makefile:37: antispam-storage.o] Error 1

bjo commented on 2017-12-27 19:13 (UTC)

Won't build with actual dovecot: ==> Starting make... cc -DHAVE_CONFIG_H -I/usr/include/dovecot/ -I/usr/include/dovecot/src/ -I/usr/include/dovecot/src/lib/ -I/usr/include/dovecot/src/lib-storage/ -I/usr/include/dovecot/src/lib-mail/ -I/usr/include/dovecot/src/lib-imap/ -I/usr/include/dovecot/src/lib-dict/ -I/usr/include/dovecot/src/lib-index/ -I/usr/include/dovecot/src/imap/ -o dovecot-version dovecot-version.c ./dovecot-version > dovecot-version.h CC antispam-storage.o In file included from antispam-storage.c:1:0: dovecot-version.h:17:28: fatal error: antispam-storage-2.3.c: No such file or directory #define ANTISPAM_STORAGE "antispam-storage-2.3.c" ^~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:37: antispam-storage.o] Error 1 ==> ERROR: A failur