Sythos wrote: > >/var/lib/mailman/Mailman/Handlers/Scrubber.py:175: DeprecationWarning: >get_type() deprecated; use get_content_type() ctype = part.get_type >(part.get_default_type()) > > >Uhm... it is only a warning... all work, anyone else have this message from >list cron? > >mailman2.1.5 >python2.4
Something is wrong with your Mailman installation. Mailman 2.1.5 contains version 2.5.5 of the Python email library and it should be installed in $prefix/pythonlib/email and the $prefix/pythonlib/ directory should be inserted at the beginning of sys.path by cron/paths.py which is imported by all the cron scripts. Somehow, something is missing in the above and you are getting the Python 2.4 email library imported in your cron scripts which is issuing the deprecation warning. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
