tags #996875 confirmed pending thanks On Wed, Oct 20, 2021 at 09:15:00AM +0300, Rimas Kudelis wrote: > SpamAssassin stores its files in a version-dependent subdirectory of > /var/lib/spamassassin. > Currently, 31_aide_spamassassin contains the following line: > @@define SABASE var/lib/spamassassin/3.004002 > > This line targets SpamAssassin 3.4.2 specifically, however, the package has > already been updated to a newer version in several Debian releases: > - buster-backports has 3.4.4 > - bullseye, bookworm and sid has 3.4.6 > - experimental has 4.0.0 (let's ignore this for now)
I have committed the change to git. Unfortunately, the Debian aide maintainers not not have the capacity to keep all package rules current in time. Usually, we notice changes in packages after the release, which is too late. It would be a good idea if the packages would deliver their own aide rules, as they are probably easier to update for the respective package maintainers. A file /etc/aide/aide.conf.d/31_spamassassin delivered by the spamassassin package will automatically be used by aide. See /usr/share/doc/aide-common/README.Debian.gz for details. Greetings Marc