Richard Barrett wrote:
If I need to delete a list manually, do I just delete the directory for it from the ~/lists directory? Is it really that easy?
Better to use the script $prefix/bin/rmlist -a
Good to know.
Initial support-staff password: Traceback (most recent call last): File "./newlist", line 219, in ? main() File "./newlist", line 185, in main __import__(modname) ImportError: No module named None [EMAIL PROTECTED] bin]$
This looks as though, probably in $prefix/Mailman/mm_cfg.py unless you edited Defaults.py which you should not do, the following assignment is present:
MTA = 'None'
This should read as follows (note the lack of quote marks) because None is a reserved word with special significance in the Python language:
That was it--works just fine now. Thank you very much!
------------------------------------------------------ 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/
This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org