fix: remove SA reload for KAM (#2456)

Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
Georg Lauterbach 2022-03-04 23:38:29 +01:00 committed by GitHub
parent b9fdb1e7b5
commit d101d0aa0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -945,8 +945,7 @@ function _setup_security_stack
cat >"${SPAMASSASSIN_KAM_CRON_FILE}" <<"EOM"
#! /bin/bash
sa-update --gpgkey 24C063D8 --channel kam.sa-channels.mcgrail.com && \
/etc/init.d/spamassassin reload
sa-update --gpgkey 24C063D8 --channel kam.sa-channels.mcgrail.com
EOM