29 Sep
2020
29 Sep
'20
11:59 a.m.
Hi Mark, Thanks for the reply! I have removed the lock file as you recommended. The command in the subject header of the error email that mailman3 sent was as follows: Cron <list@slc> if [ -x /usr/bin/mailman ]; then /usr/bin/mailman digests --send; fi So, I believe that cron was running the following script in /etc/cron.d/mailman3:    # /etc/cron.d/mailman3: crontab entries for the mailman3 package    SHELL=/bin/sh    PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin    0 0 * * *      list   if [ -x /usr/bin/mailman ]; then /usr/bin/mailman digests --send; fi Please let me know if you have any other ideas.... Thanks, Gordon