I suspect that your config.db for one of your lists is corrupt. Reasoning: "require_explicit)destination is an attribute of your mailing list. If the program Hold.py can't find this attribute, then it may be missing from your list - ergo corrupt.
You can use the ~mailman/bin/check_db program to check on your lists database. Of course it could be a whole host of other more simple problems such as your server running out of space on a critical volume. Good Luck On Mon, 2002-10-14 at 14:52, Doug Curtis wrote: > I have started getting this error since last Friday in my mailman logs and > can't figure out how to fix it: > > Oct 14 14:47:01 2002 (2656) Delivery exception: require_explicit_destination > Oct 14 14:47:01 2002 (2656) Traceback (innermost last): > File "/home/mailman/Mailman/Handlers/HandlerAPI.py", line 82, in do_pipeline > func(mlist, msg, msgdata) > File "/home/mailman/Mailman/Handlers/Hold.py", line 178, in process > if mlist.require_explicit_destination and \ > AttributeError: require_explicit_destination > > I have never had this problem before but it just started to pop up. > > I am running Redhat Linux 7.0. > > Thanks, > > Doug > > > ------------------------------------------------------ > Mailman-Users mailing list > [EMAIL PROTECTED] > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
