Unexpected error with senddigests
Hello
We are still on Mailman 2 (preparing for switch to Mailman 3). Our current production system works since more than 15 years without hiccups. We have suddenly an error with senddigests.
# /usr/lib/mailman/cron/senddigests -l MAILINGLIST List: MAILINGLIST: problem processing /var/lib/mailman/lists/MAILINGLIST/digest.mbox:
This error only occurs with one mailing list. We could not find any additional error messages. No digest is sent for this list. We checked access rights, they are OK. The content of /var/lib/mailman/lists/MAILINGLIST/digest.mbox seems to be OK too.
Any idea, why this could happen? Or how we can get more error infos?
System: Debian GNU/Linux 10 (buster) ELTS Python 2.7.16 mailman 2.1.29-1+deb10u5
Kind regards, Christian Mack
-- Christian Mack Universität Konstanz Kommunikations-, Informations-, Medienzentrum (KIM) Abteilung IT-Dienste Forschung, Lehre, Infrastruktur 78457 Konstanz +49 7531 88-4416
On 11/25/24 6:55 AM, Mailman Admin wrote:
We have suddenly an error with senddigests.
# /usr/lib/mailman/cron/senddigests -l MAILINGLIST List: MAILINGLIST: problem processing /var/lib/mailman/lists/ MAILINGLIST/digest.mbox:
The exception that caused this should be included in this message. See https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/head:/cron/sen...
This error only occurs with one mailing list. We could not find any additional error messages. No digest is sent for this list. We checked access rights, they are OK. The content of /var/lib/mailman/lists/MAILINGLIST/digest.mbox seems to be OK too.
There is some issue with the digest.mbox file. To get more information you might try as the mailman user
$ bin/withlist -l MAILINGLIST
Loading list list1 (locked)
The variable `m' is the MAILINGLIST MailList instance
>>> try:
... m.send_digest_now()
... finally:
... m.Unlock()
...
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Mailman Admin
-
Mark Sapiro