[Mailman-Developers] listname not defined

Fil fil@rezo.net
Wed Oct 23 21:57:52 2002


I can't believe it's a Mailman bug: must be coming from my stupid
installation. However, just in case...

mailman@miel:~$ bin/newlist zoom-ecolo
Enter the email of the person running the list: n.herve@laposte.net
Initial zoom-ecolo password: xxxxxxx

To finish creating your mailing list, you must edit your /etc/aliases (or
equivalent) file by adding the following lines, and possibly running the
ewaliases' program:

## %(listname)s mailing list
Traceback (most recent call last):
  File "bin/newlist", line 219, in ?
    main()
  File "bin/newlist", line 186, in main
    sys.modules[modname].create(mlist)
  File "/usr/local/mailman/Mailman/MTA/Manual.py", line 73, in create
    for k, v in makealiases(listname):
NameError: global name 'listname' is not defined

-- Fil