I see 2 identical cron jobs with the name "[Do not delete] Cut_maillog"
if pgrep -x "cut_maillog.py" > /dev/null
then
echo "The task [Cut_maillog] is executing"
exit 1;
else
btpython /www/server/panel/plugin/mail_sys/script/cut_maillog.py
fi
What are they for? can I delete one of them?