This commit is contained in:
Bob Mottram 2018-05-23 18:05:59 +01:00
parent e803b6b130
commit 8eb28483f0
1 changed files with 1 additions and 1 deletions

View File

@ -1710,7 +1710,7 @@ function remove_ip_addresses_from_email_logs {
echo ' mv /tmp/.exim4_rejectlog /var/log/exim4/rejectlog';
echo ' fi';
echo 'fi'; } > /usr/bin/exim_log_tidy
chown +x /usr/bin/exim_log_tidy
chmod +x /usr/bin/exim_log_tidy
cron_add_mins 1 '/usr/bin/exim_log_tidy'
}