diff --git a/install_amavis.sh b/install_amavis.sh index fb47964..8999c0c 100755 --- a/install_amavis.sh +++ b/install_amavis.sh @@ -2347,7 +2347,7 @@ if [[ -f "$crontab_backup_file" ]]; then # - Update spamassassin rules # - -33 1 * * * /root/bin/sa-update.sh +36 1 * * * /root/bin/sa-update.sh EOF if [[ "$?" -ne 0 ]] ; then @@ -2373,7 +2373,7 @@ elif [[ -f "/var/spool/cron/crontabs/root" ]] ; then # - Update spamassassin rules # - -33 1 * * * /root/bin/sa-update.sh +36 1 * * * /root/bin/sa-update.sh EOF if [[ "$?" -ne 0 ]] ; then @@ -2472,7 +2472,7 @@ if [[ -f "$crontab_backup_file" ]]; then # - Compiling rules (SpamAssassin) # - -53 0 * * * /root/bin/sa-compile.sh +56 1 * * * /root/bin/sa-compile.sh EOF if [[ "$?" -ne 0 ]] ; then @@ -2498,7 +2498,7 @@ elif [[ -f "/var/spool/cron/crontabs/root" ]] ; then # - Compiling rules (SpamAssassin) # - -53 0 * * * /root/bin/sa-compile.sh +56 1 * * * /root/bin/sa-compile.sh EOF if [[ "$?" -ne 0 ]] ; then