[Mailman-Developers] (Current CVS version) cron/mailpasswds and edit HTML errors

Luca Maranzano liuk@publinet.it
Mon, 5 Nov 2001 19:34:06 +0100


On Mon, Nov 05, 2001 at 06:01:27PM +0100, Daniel Buchmann wrote:
> error in cron/mailpasswds:
> 
> [mailman@testbox ~]$ cron/mailpasswds 
> Traceback (most recent call last):
>   File "cron/mailpasswds", line 173, in ?
>     main()
>   File "cron/mailpasswds", line 82, in main
>     sitelist = MailList.MailList(mm_cfg.MAILMAN_SITE_LIST, lock=0)
>   File "/home/mailman/Mailman/MailList.py", line 100, in __init__
>     self.Load()
>   File "/home/mailman/Mailman/MailList.py", line 496, in Load
>     raise Errors.MMUnknownListError
> Mailman.Errors.MMUnknownListError

You haven't created the list "mailman" as stated in the INSTALL,
this list is used as the from address for sending out password reminder.

[snip from INSTALL]
    - Create a "site-wide" mailing list.  This is the one that
      password reminders will appear to come from.  Usually this
      should be the "mailman" mailing list, but if you need to change
      this, be sure to change the MAILMAN_SITE_LIST variable in
      mm_cfg.py (see below).

      % bin/newlist mailman

    - You should then subscribe yourself to the mailman list.

This should solve your problem :)

Regards,
Luca