Package: rspamd Version: 2.5-1 Hi,
lots of conffiles didn't get removed when upgrading from older installations. Candidates that should have been removed can be found with this: git log --full-history --diff-filter=DR --summary -- conf/ Those should either make it to debian/rspamd.maintscript as rm_conffile, or perhaps remove-on-upgrade ... lines could be created in debian/rspamd.conffiles [1] [2]. A few of those files actually got only renamed, but I think it's too late now to mark them as moved. You can use `adequate` to detect those obsolete conffiles on an affected system: adequate --tags obsolete-conffile rspamd I found this because rspamdadm complained with this message: ip_score module is deprecated in honor of reputation module! cheers, Stefan [1] https://manpages.debian.org/testing/dpkg-dev/deb-conffiles.5.en.html [2] https://manpages.debian.org/testing/debhelper/dh_installdeb.1.en.html