I'd like to use a spam filter in claws-mail, but i see there is neither bogofilter, nor bsfilter or spamassassin in the extensions. Now, since bogo(or bs?)filter seems (to me) to be the easiest to configure in claws-mail i'd like to install it to my TinyCore. How can this be done?
In the bogofilter readme there is a pointer:
To compile and install the standard configuration from a tarball, use
the following commands:
cd bogofilter-1.0.1 [change to project directory]
./configure [add configure options as required]
make all check
make install [as root]
To compile and install the standard configuration from SVN, use
the following commands:
cd bogofilter [change to project directory]
./autogen.sh [add configure options as required]
make install [as root]
Be sure to read README.svn for additional preparations required.
You will need a full set of development tools installed to be able
to run autogen.sh, including recent automake (1. and autoconf
(2.59). configure does not have these requirements.
c. Configuring
--------------
After using ./autogen.sh, which builds the standard configuration
and runs "make check" to ensure it works in your environment and on
your hardware, you might wish to further customize bogofilter for
your use.
Running "./configure --help" will list all the configuration
options. The most notable ones are:
--prefix=PREFIX install architecture-independent files in PREFIX
[default: /usr/local]
--with-database=ENGINE Choose database engine {db|qdbm|sqlite3}
[default: db]
CPPFLAGS=-I/opt/csw/include
Choose additional include file path /opt/csw/include
LDFLAGS=-L/opt/csw/lib Ditto, for library files
Thanks a lot in advance for any help.