fix: remove SA reload for KAM#2456
Merged
casperklein merged 4 commits intomasterfrom Mar 4, 2022
Merged
Conversation
Reading #2412 (comment) I should have intervened when the SA reload line was added. The comments says: ``` QUOTE Note: SpamAssassin runs under Amavis (so there isn't a "spamd" process) /etc/spamassassin/sa-update-hooks.d/amavisd-new takes care of reloading SpamAssassin after rules are updated So, there is no point running "/etc/init.d/spamassassin reload", because it will fail ("/etc/cron.daily/spamassassin" runs this command, but fails) ```
casperklein
previously approved these changes
Mar 3, 2022
polarathene
requested changes
Mar 3, 2022
Co-authored-by: Brennan Kinney <[email protected]>
casperklein
approved these changes
Mar 3, 2022
7 tasks
7 tasks
polarathene
approved these changes
Mar 4, 2022
Contributor
|
Ah... I was going to report this :) SpamAssassin runs under Amavis, so "reload" doesn't work.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Reading #2412 (comment) I should have intervened when the SA reload line was added. The comments
says:
Fixes an error reported by cron that the update failed (which is expected...)
Type of change
Checklist:
docs/)