Re: Has anyone thought about using Maildrop with LLM/AIs for spam filtering?
Philip Rhoades via Courier-maildrop <[email protected]> Thu, 22 May 2025 15:39:27 +1000
| Newsgroups | gmane.mail.maildrop |
|---|---|
| Message-ID | <[email protected]> |
On 2025-05-22 13:43, Francesco Ariis wrote:
> Il 22 maggio 2025 alle 12:00 Philip Rhoades ha scritto:
>> Yes, I looked at it, read the background story (which was interesting)
>> and
>> it seemed small and easy - but there was only a very old (now) i386
>> rpm that
>> is missing a .so file so I downloaded the tgz and tried to build it
>> but got
>> an old C error - has someone got more recent code that is working?
>
> `bmf` is available from Debian repositories [1]; maybe it is present
> in your distribution repositories too.
>
> [1] https://packages.debian.org/source/bookworm/bmf
>
> If not, Debian source can be compiled without problems:
>
> git clone https://salsa.debian.org/debian/bmf.git
> cd bmf
> ./configure
> make all
>
> From there, it is a matter of integrating it with your current setup.
> Let us know whether this worked!
Same error as before:
~/src/c/bmf $ make all
gcc -DNDEBUG -D_UNIX -D_LINUX -Wall -DPACKAGE=\"bmf\"
-DVERSION=\"0.9.4\" -c bmf.c
In file included from bmf.c:12:
config.h:42:16: error: cannot use keyword 'false' as enumeration
constant
42 | typedef enum { false, true } bool_t;
| ^~~~~
config.h:42:16: note: 'false' is a keyword with '-std=c23' onwards
make: *** [Makefile:25: bmf.o] Error 1
P.
--
Philip Rhoades
PO Box 896
Cowra NSW 2794
Australia
E-mail: [email protected]