I'm running Mailman 2.1.18-1
I'm running cron job daily with this command:

/usr/bin/python -S /usr/lib64/mailman/cron/disabled

I've started getting the following messages indicating a code problem
with this script, to wit:

Traceback (most recent call last):
  File "/usr/lib64/mailman/cron/disabled", line 227, in <module>
    main()
  File "/usr/lib64/mailman/cron/disabled", line 204, in main
    member)
  File "/usr/lib64/mailman/Mailman/Pending.py", line 67, in pend_new
    db = self.__load()
  File "/usr/lib64/mailman/Mailman/Pending.py", line 97, in __load
    return cPickle.load(fp)
  File "/usr/lib64/mailman/Mailman/MailList.py", line 138, in __getattr__
    return getattr(self._memberadaptor, name)
  File "/usr/lib64/mailman/Mailman/MailList.py", line 138, in __getattr__
    return getattr(self._memberadaptor, name)
  etc .....

.... until the recursion limit is exceeded.

To the best of my knowledge, this is relatively new. Any ideas about
what might be happening here? Was this perhaps addressed in a newer
version of MM?

-- 
Lindsay Haisley       | "The first casualty when
FMP Computer Services |         war comes is truth."
512-259-1190          |            
http://www.fmp.com    |     -- Hiram W Johnson


------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to