Using ASSP V2.5.1(16177) with mysql database on CentOS 7.2
I have set spamdb and also HMM to use mysql, and disabled BerkeleyDB.
DBDriver is mysql.
HMMusesBDB is disabled.
spamdb is set as database/DB
useBerkeleyDB is disabled
In the changelog_2.4.X I noticed that the new DB path is now /usr/share/assp/database/DB
The rest if the lists are picking this path quite well, except for HMM. HMM is trying to use incorrect path as shown in the following log;
......
[init] Info: start loading Spamdb from /usr/share/assp/database/DB with approx. 128
[init] Info: Spamdb loaded from /usr/share/assp/database/DB with 0 records
[init] Warning: unable to open /usr/share/assp/database/database/HMMdb to load HMMdb
.......
So I dont know why HMM is trying to use /usr/share/assp/database/database instead of using what spamdb is using, though I guess its an error in the code.
This will be fixed in the next release
Thomas