Spamassassin – warning: description exists for non-existent rule USER_IN_WELCOMELIST_TO

Seit ein paar Tagen hatte ich auf dem Server unter Debian Buster immer wieder folgende Fehlermeldungen beim täglichen Update von Spamassassin der Nachts per Cron-Job startet:

/etc/cron.daily/spamassassin:
Failed to set filetime 1594704651 on outfile: Die Operation ist nicht erlaubt
Failed to set filetime 1594704651 on outfile: Die Operation ist nicht erlaubt
Failed to set filetime 1594704651 on outfile: Die Operation ist nicht erlaubt
Failed to set filetime 1594704652 on outfile: Die Operation ist nicht erlaubt
config: warning: description exists for non-existent rule USER_IN_ALLOWLIST_TO

channel: lint check of update failed, channel failed
sa-update failed for unknown reasons

/etc/cron.daily/spamassassin:
config: warning: description exists for non-existent rule USER_IN_WELCOMELIST_TO

channel: lint check of update failed, channel failed
sa-update failed for unknown reasons

oder

/etc/cron.daily/spamassassin:
Failed to set filetime 1594964963 on outfile: Die Operation ist nicht erlaubt
Failed to set filetime 1594964963 on outfile: Die Operation ist nicht erlaubt
Failed to set filetime 1594964963 on outfile: Die Operation ist nicht erlaubt
Failed to set filetime 1594964964 on outfile: Die Operation ist nicht erlaubt
config: warning: description exists for non-existent rule USER_IN_WELCOMELIST_TO

channel: lint check of update failed, channel failed
sa-update failed for unknown reasons

Irgendwie sah das Ganze nach einem Bug von Spamassassin aus und war es auch wie sich nun heraus stellte. Dieser Fehler war letztlich ganz einfach durch einen Aufruf von:

# sa-update --nogpg --channel updates.spamassassin.org -v
Update available for channel updates.spamassassin.org: 1879434 -> 1879934
http: (curl) GET http://sa-update.razx.cloud/1879934.tar.gz, success
http: (curl) GET http://sa-update.razx.cloud/1879934.tar.gz.sha512, success
http: (curl) GET http://sa-update.razx.cloud/1879934.tar.gz.sha256, success
Update was available, and was downloaded and installed successfully
# sa-update 
#

erledigt. Wie man sieht lief nun sa-update sauber und ohne Fehlermeldung durch. Warum immer auch einmal andere Fehlermeldungen kamen, obwohl die Ursache wohl ein veraltetes Spamassassin war, erschließt sich mir allerdings nicht.

Link zum Bug: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7838

kais-universum.de