[Mailman-Users] Mailman 2 Issues With Processing Email
I have an issue with mailman v2 where messages are coming in to the service but not coming out. The error logs report: Aug 30 18:47:26 2024 (9118) send_digests() failed: maximum recursion depth exceeded and an occasional: Failed to unlink/preserve backup file: *.bak >From the oldest recoverable logs (before they rotated and got removed) I also >have: Aug 26 03:15:26 2024 (27646) send_digests() failed: maximum recursion depth exceeded Aug 26 03:15:26 2024 (27646) Uncaught runner exception: maximum recursion depth exceeded while pickling an object Aug 26 03:15:26 2024 (27646) Traceback (most recent call last): File "/usr/lib/mailman/Mailman/Queue/Runner.py", line 120, in _oneloop self._onefile(msg, msgdata) File "/usr/lib/mailman/Mailman/Queue/Runner.py", line 191, in _onefile keepqueued = self._dispose(mlist, msg, msgdata) File "/usr/lib/mailman/Mailman/Queue/IncomingRunner.py", line 130, in _dispose more = self._dopipeline(mlist, msg, msgdata, pipeline) File "/usr/lib/mailman/Mailman/Queue/IncomingRunner.py", line 153, in _dopipeline sys.modules[modname].process(mlist, msg, msgdata) File "/usr/lib/mailman/Mailman/Handlers/ToOutgoing.py", line 55, in process outq.enqueue(msg, msgdata, listname=mlist.internal_name()) File "/usr/lib/mailman/Mailman/Queue/Switchboard.py", line 110, in enqueue msgsave = cPickle.dumps(_msg, protocol) RuntimeError: maximum recursion depth exceeded while pickling an object Aug 26 03:15:26 2024 (27646) Uncaught runner exception: maximum recursion depth exceeded while pickling an object Aug 26 03:15:26 2024 (27646) Traceback (most recent call last): File "/usr/lib/mailman/Mailman/Queue/Runner.py", line 136, in _oneloop new_filebase = self._shunt.enqueue(msg, msgdata) File "/usr/lib/mailman/Mailman/Queue/Switchboard.py", line 110, in enqueue msgsave = cPickle.dumps(_msg, protocol) RuntimeError: maximum recursion depth exceeded while pickling an object How do I go about finding and correcting the issue? -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email to mailman-users-le...@python.org https://mail.python.org/mailman3/lists/mailman-users.python.org/ Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/ https://mail.python.org/archives/list/mailman-users@python.org/ Member address: arch...@mail-archive.com
[Mailman-Users] Re: Error Causing Emails To Deliver Extremely Late
Started getting complaints on slow delivery of emails and looking at headers it appears that emails are getting trapped in the service for a few hours (2-3 hrs) before coming back out. In logs I see this happening about every minute or so: Aug 30 16:28:02 2024 (2301) send_digests() failed: maximum recursion depth exceeded I have restarted most services and after that failed to resolve the issue rebooted the whole server but the error persists. We don't use digests and there has been no changes to the system in some time. Also this is the first time this has occurred. Any clues on how to resolve and possible prevent this from coming back? Also starting to see this in logs: "Failed to unlink/preserve backup file:" -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email to mailman-users-le...@python.org https://mail.python.org/mailman3/lists/mailman-users.python.org/ Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/ https://mail.python.org/archives/list/mailman-users@python.org/ Member address: arch...@mail-archive.com
[Mailman-Users] Re: Digests are not sent
On 8/31/24 06:30, Christian Buser via Mailman-Users wrote: Hi all Mailing list running in Mailman 2.1.39 / cPanel. The digest option seems not to work. Users are complaining that they don’t receive the daily digests, and trying to send a digest manually with "send_digest_now" results in the following error message: Bug in Mailman version 2.1.39 Find the error and traceback in Mailman's `error` log. See https://wiki.list.org/DOC/Mailman%20and%20CPanel for more information. If you don't have enough access to see the logs, you will have to get help from your cPanel host. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email to mailman-users-le...@python.org https://mail.python.org/mailman3/lists/mailman-users.python.org/ Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/ https://mail.python.org/archives/list/mailman-users@python.org/ Member address: arch...@mail-archive.com