On Fri, Jul 02, 2004 at 04:45:15PM +0200, Ralf Hildebrandt wrote: > * Yogesh Subhash Talekar <[EMAIL PROTECTED]>: > > May be you should go to > > /MailmanBaseDir/Mailman/Command directory and modify the source of > > "cmd_help.py" and "cmd_password.py" > > No, it's not in there. The parser for "what module gets called for what > mail content" must be somewhere else.
It is "sort of" in there... Mailman/Queue/CommandRunner.py uses the names of the Command/cmd_*.py files. Try changing cmd_password.py to cmd_passwort.py. (You will also want to change the translations of the doc strings for those modules to reflect the new command spellings... so that the help response is accurate.) -- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/ Ringo MUG Tokyo http://www.ringo.net/rss.html ------------------------------------------------------ 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/
