On 01/15/2016 08:13 AM, Web Analysts wrote:
> My mail server is delivering a post to mailman but it is not being
> distributed. The mailman error log shows
> 
>  
> 
> IOError reading list extension: [Errno 20] Not a directory:
> '/usr/lib/mailman/archives/private/listname.mbox/listname.mbox/extend.py'


This is strange. Please post the full traceback, not just the error message.

MailList should not ever be looking for
'/usr/lib/mailman/archives/private/listname.mbox/listname.mbox/extend.py'.
It only looks in the listname directory in the lists/ directory defined
in Defaults.py by LIST_DATA_DIR which in turn is $prefix/lists. I.e.it
should only be looking for '/usr/lib/mailman/lists/listname/extend.py'
which normally won't exist.

Have you set LIST_DATA_DIR in Mailman/mm_cfg.py or made any changes to
PREFIX, VAR_PREFIX or LIST_DATA_DIR in Mailman/Defaults.py or made any
changes to Mailman/Site.py?

-- 
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]
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